Home
last modified time | relevance | path

Searched refs:ap_rep (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Drd_rep.c43 AP_REP ap_rep; in krb5_rd_rep() local
50 ret = decode_AP_REP(inbuf->data, inbuf->length, &ap_rep, &len); in krb5_rd_rep()
53 if (ap_rep.pvno != 5) { in krb5_rd_rep()
58 if (ap_rep.msg_type != krb_ap_rep) { in krb5_rd_rep()
70 &ap_rep.enc_part, in krb5_rd_rep()
107 free_AP_REP (&ap_rep); in krb5_rd_rep()
H A Dsendauth.c213 krb5_data ap_rep; in krb5_sendauth() local
216 krb5_data_zero (&ap_rep); in krb5_sendauth()
219 &ap_rep); in krb5_sendauth()
223 ret = krb5_rd_rep (context, *auth_context, &ap_rep, in krb5_sendauth()
225 krb5_data_free (&ap_rep); in krb5_sendauth()
H A Dchangepw.c390 krb5_ap_rep_enc_part *ap_rep; in process_reply() local
400 &ap_rep); in process_reply()
404 krb5_free_ap_rep_enc_part (context, ap_rep); in process_reply()
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswdd.c72 krb5_data *ap_rep, in send_reply() argument
81 if (ap_rep) in send_reply()
82 ap_rep_len = ap_rep->length; in send_reply()
108 iov[1].iov_base = ap_rep->data; in send_reply()
109 iov[1].iov_len = ap_rep->length; in send_reply()
/freebsd/crypto/heimdal/
H A DChangeLog.2004196 * lib/krb5/sendauth.c (krb5_rd_rep): free ap_rep message earlier