krb5_free_keyblock_contents()--Free Storage Assigned to Contents of a Keyblock


  Syntax
 #include <krb5.h>

 void krb5_free_keyblock_contents(
     krb5_context     context,
     krb5_keyblock *      keyblock);  
  Service Program Name: QSYS/QKRBGSS

  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_free_keyblock_contents() function releases the contents of the krb5_keyblock structure. Unlike the krb5_free_keyblock() routine, the krb5_free_keyblock_contents() routine does not release the krb5_keyblock structure.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

keyblock  (Input)
The keyblock that contains the contents to be released.

Return Value

This routine does not return a value.


Error Messages




API introduced: V5R1

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