Home
last modified time | relevance | path

Searched refs:rep_result (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dsendauth.c75 krb5_ap_rep_enc_part **rep_result, in krb5_sendauth() argument
224 rep_result ? rep_result : &ignore); in krb5_sendauth()
228 if (rep_result == NULL) in krb5_sendauth()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dsendauth.c42 krb5_error **error, krb5_ap_rep_enc_part **rep_result, in krb5_sendauth() argument
188 if (rep_result) in krb5_sendauth()
189 *rep_result = repl; in krb5_sendauth()
/freebsd/crypto/krb5/src/kprop/
H A Dkprop.c287 krb5_ap_rep_enc_part *rep_result; in kerberos_authenticate() local
304 &creds, NULL, &error, &rep_result, new_creds); in kerberos_authenticate()
326 krb5_free_ap_rep_enc_part(context, rep_result); in kerberos_authenticate()
/freebsd/crypto/krb5/src/include/krb5/
H A Dkrb5.hin5386 * @param [out] rep_result If non-null and @a ap_req_options is
5412 * free @a rep_result, and krb5_free_error() to free @a error when they are no
5424 krb5_error **error, krb5_ap_rep_enc_part **rep_result,