cs_oid_in_set(3) — Subroutines
NAME
cs_oid_in_set − determine if an object identifier (OID) is present in an OID set
SYNOPSIS
#include <gssapi/gssapi.h>
int cs_oid_in_set(
const cs_oid_t aOid,
const cs_oid_set_t aSet );
PARAMETERS
aOidThe OID to locate in the set.
aSetThe OID set to check for the OID.
DESCRIPTION
The cs_oid_in_set() function searches an OID set for the specified OID.
RETURN VALUES
The function returns 0 if the OID is not in the set; the function returns 1 if the OID is in the set.
PORTABILITY CONSIDERATIONS
This function is an extension of the GSS-API standard that is not supported by other GSS-API implementations.