krb5_free_ap_rep_enc_part()--Free Storage Assigned to AP_REP Message Encrypted Part


  Syntax
 #include <krb5.h>

 void krb5_free_ap_rep_enc_part(
     krb5_context     context,
     krb5_ap_rep_enc_part   enc_part);  
  Service Program Name: QSYS/QKRBGSS

  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_free_ap_rep_enc_part() function releases the storage assigned to the decrypted portion of an AP_REP message.


Authorities

No authorities are required.


Parameters

context  (Input)
The Kerberos context.

enc_part  (Input)
The reply 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 ]