HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming
Interfacekrb5_rd_rep — Parse and decrypt an AP_REP message
This routine parses and decrypts an AP_REP message from *inbuf, filling in *repl with a pointer to allocated storage containing the values from the message. The caller is responsible for freeing this structure with krb5_free_ap_rep_enc_part. The keyblock stored in auth_context is used to decrypt the message after establishing any key preprocessing with krb5_process_key. |