gss_release_oid_set()--Release Storage Associated with a Set of OID Objects


  Syntax
 #include <gssapi.h>

 OM_uint32 gss_release_oid_set(
     OM_uint32 *    minor_status,
     gss_OID_set *    oid_set); 
  Service Program Name: QSYS/QKRBGSS

  Default public authority: *USE

  Threadsafe: Yes

The gss_release_oid_set() function releases storage associated with a gss_oid_set object.


Parameters

minor_status  (Output)
A status code from the security mechanism.

oid  (Input/Output)
The gss_OID_set to be released. Upon successful completion, the oid_set value is set to GSS_C_NO_OID_SET.

Return Value

The return value is one of the following status codes:

GSS_S_COMPLETE
The routine completed successfully.

GSS_S_FAILURE
The routine failed for reasons that are not defined at the GSS level. The minor_status return parameter contains a mechanism-dependent error code describing the reason for the failure.

Authorities



Error Messages



API introduced: V5R1

[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]