krb5_rc_free_entry_contents()--Free Storage Associated with Replay Cache Entry


  Syntax
 #include <krb5.h>

 void krb5_rc_free_entry_contents(
     krb5_context     context,
     krb5_donot_replay *    entry);   
  Service Program Name: QSYS/QKRBGSS

  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_rc_free_entry_contents() function releases the storage associated with a replay cache entry. The krb5_donot_replay structure itself will not be released.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

entry  (Input)
The entry to be released.

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 ]