krb5_free_data()--Free Storage Assigned to a Kerberos Data Object


  Syntax
 #include <krb5.h>

 void krb5_free_data(
     krb5_context     context,  
     krb5_data *      data); 
  Service Program Name: QSYS/QKRBGSS  
  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_free_data() function releases the storage assigned to a Kerberos data object represented by a krb5_data structure.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

data  (Input)
The data object.

Return Value

This routine does not return a value.


Error Messages

Message ID Error Message Text
CPE3418 E Possible APAR condition or hardware failure.



API introduced: V5R1

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