|
gss_create_empty_oid_set(3)
Contents
|
gss_create_empty_oid_set - Eatablish an OID set containing
no OIDs.
#include <gssapi/gssapi.h>
OM_uint32 gss_create_empty_oid_set(
OM_uint32 * minor_status,
gss_OID_set * oid_set );
Kerberos 5 error code. The empty OID set created. Storage
associated with the OID set and its contents must be
freed after use by the application with a call to
gss_release_oid_set().
The gss_create_empty_oid_set() function establishes an OID
set containing no object identifiers. Use this function in
conjunction with gss_add_oid_set_member() to construct a
set of OIDs for Kerberos 5 that is input to
gss_acquire_cred().
GSS_S_CALL_INACCESSIBLE_READ 01xxxxxx
GSS_S_CALL_INACCESSIBLE_WRITE 02xxxxxx
GSS_S_COMPLETE 00000000
GSS_S_FAILURE xx0Dxxxx
Functions: gss_acquire_cred(3), gss_add_oid_set_member(3), gss_release_oid_set(3), gss_test_oid_set_member(3)
gss_create_empty_oid_set(3)
[ Back ] |