qkrb_free_spnego_init_item()--Release Storage Associated with an Initiator Token Item


  Syntax
 #include <qkrbspnego.h>

 OM_uint32 qkrb_free_spnego_init_item(
     qkrb_spnego_init_item_t **    parsed_token); 
  Service Program Name: QSYS/QKRBSPNEGO
  Default Public Authority: *USE

  Threadsafe: Yes

The qkrb_free_spnego_init_item() function releases storage associated with a qkrb_spnego_init_item_t object.



Authorities

No authorities are required.


Parameters

parsed_token  (Input/Output)
The qkrb_spnego_init_item_t to be released. Upon successful completion, the parsed_token value is set to NULL.

Return Value

The return value is one of the following status codes:

GSS_SPNEGO_SUCCESS (0)
The routine completed successfully.

GSS_SPNEGO_UNEXPECTED_ERR (1)
The routine failed for unexpected reasons. Check the joblog for errors.



API introduced: V5R4

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