Home
last modified time | relevance | path

Searched refs:authentp (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dmk_req_ext.c181 if (((*auth_context)->authentp = (krb5_authenticator *)malloc(sizeof( in krb5_mk_req_extended()
199 (*auth_context)->authentp, in krb5_mk_req_extended()
210 if ((retval = encode_krb5_authenticator((*auth_context)->authentp, in krb5_mk_req_extended()
230 if ((*auth_context)->authentp != NULL) { in krb5_mk_req_extended()
231 (*auth_context)->authentp->client = NULL; in krb5_mk_req_extended()
232 (*auth_context)->authentp->checksum = NULL; in krb5_mk_req_extended()
H A Dmk_rep.c90 repl.ctime = auth_context->authentp->ctime; in k5_mk_rep()
91 repl.cusec = auth_context->authentp->cusec; in k5_mk_rep()
106 repl.subkey = auth_context->authentp->subkey; in k5_mk_rep()
H A Drd_req_dec.c526 &((*auth_context)->authentp), in rd_req_decoded_opt()
530 if (!krb5_principal_compare(context, (*auth_context)->authentp->client, in rd_req_decoded_opt()
631 if ((retval = krb5_check_clockskew(context, (*auth_context)->authentp->ctime))) in rd_req_decoded_opt()
654 (*auth_context)->authentp, in rd_req_decoded_opt()
697 if ((*auth_context)->authentp->subkey != NULL) { in rd_req_decoded_opt()
698 desired_etypes[desired_etypes_len++] = (*auth_context)->authentp->subkey->enctype; in rd_req_decoded_opt()
729 (*auth_context)->remote_seq_number = (*auth_context)->authentp->seq_number; in rd_req_decoded_opt()
730 if ((*auth_context)->authentp->subkey) { in rd_req_decoded_opt()
731 TRACE_RD_REQ_SUBKEY(context, (*auth_context)->authentp->subkey); in rd_req_decoded_opt()
733 (*auth_context)->authentp->subkey, in rd_req_decoded_opt()
[all …]
H A Dser_actx.c115 if (!kret && auth_context->authentp) in k5_size_auth_context()
116 kret = k5_size_authenticator(auth_context->authentp, &required); in k5_size_auth_context()
216 if (!kret && auth_context->authentp) in k5_externalize_auth_context()
217 kret = k5_externalize_authenticator(auth_context->authentp, in k5_externalize_auth_context()
374 kret = k5_internalize_authenticator(&auth_context->authentp, in k5_internalize_auth_context()
H A Drd_rep.c107 if ((enc->ctime != auth_context->authentp->ctime) in krb5_rd_rep()
108 || (enc->cusec != auth_context->authentp->cusec)) { in krb5_rd_rep()
H A Dauth_con.h21 krb5_authenticator *authentp; /* mk_req, rd_req, mk_rep, ...*/ member
H A Dcopy_athctr.c85 return (krb5_copy_authenticator(context, auth_context->authentp, in krb5_auth_con_getauthenticator()
H A Dt_ser.c289 actx->authentp = &aent; in ser_acontext_test()
304 actx->authentp = NULL; in ser_acontext_test()
H A Dauth_con.c63 if (auth_context->authentp) in krb5_auth_con_free()
64 krb5_free_authenticator(context, auth_context->authentp); in krb5_auth_con_free()
H A Dauthdata.c626 authen_authdata = (*auth_context)->authentp->authorization_data; in krb5int_authdata_verify()