krb5_rd_priv - Process a KRB-PRIV message.¶
- krb5_error_code krb5_rd_priv(krb5_context context, krb5_auth_context auth_context, const krb5_data * inbuf, krb5_data * outbuf, krb5_replay_data * outdata)¶
| param: | [in] context - Library context [in] auth_context - Authentication structure [in] inbuf - KRB-PRIV message to be parsed [out] outbuf - Data parsed from KRB-PRIV message [out] outdata - Replay data. Specify NULL if not needed |
|---|
This function parses a KRB-PRIV message, verifies its integrity, and stores its unencrypted data into outbuf .
Note
If the KRB5_AUTH_CONTEXT_RET_TIME or