Searched refs:authentp (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | mk_req_ext.c | 181 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 D | mk_rep.c | 90 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 D | rd_req_dec.c | 526 &((*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 D | ser_actx.c | 115 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 D | rd_rep.c | 107 if ((enc->ctime != auth_context->authentp->ctime) in krb5_rd_rep() 108 || (enc->cusec != auth_context->authentp->cusec)) { in krb5_rd_rep()
|
| H A D | auth_con.h | 21 krb5_authenticator *authentp; /* mk_req, rd_req, mk_rep, ...*/ member
|
| H A D | copy_athctr.c | 85 return (krb5_copy_authenticator(context, auth_context->authentp, in krb5_auth_con_getauthenticator()
|
| H A D | t_ser.c | 289 actx->authentp = &aent; in ser_acontext_test() 304 actx->authentp = NULL; in ser_acontext_test()
|
| H A D | auth_con.c | 63 if (auth_context->authentp) in krb5_auth_con_free() 64 krb5_free_authenticator(context, auth_context->authentp); in krb5_auth_con_free()
|
| H A D | authdata.c | 626 authen_authdata = (*auth_context)->authentp->authorization_data; in krb5int_authdata_verify()
|