Searched refs:authentp (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | rd_req_dec.c | 199 &((*auth_context)->authentp), in krb5_rd_req_decoded_opt() 203 if (!krb5_principal_compare(context, (*auth_context)->authentp->client, in krb5_rd_req_decoded_opt() 291 tktauthent.authenticator = (*auth_context)->authentp; in krb5_rd_req_decoded_opt() 311 (*auth_context)->authentp->ctime, in krb5_rd_req_decoded_opt() 364 (((*auth_context)->authentp->subkey) && in krb5_rd_req_decoded_opt() 366 etype = (*auth_context)->authentp->subkey->enctype))) { in krb5_rd_req_decoded_opt() 412 if ((*auth_context)->authentp->subkey) { in krb5_rd_req_decoded_opt() 415 (*auth_context)->authentp->subkey->enctype) in krb5_rd_req_decoded_opt() 420 if (krb5_enctype_to_string((*auth_context)->authentp->subkey->enctype, in krb5_rd_req_decoded_opt() 432 (*auth_context)->remote_seq_number = (*auth_context)->authentp->seq_number; in krb5_rd_req_decoded_opt() [all …]
|
H A D | mk_req_ext.c | 221 if (((*auth_context)->authentp = (krb5_authenticator *)malloc(sizeof( in krb5_mk_req_extended() 228 (*auth_context)->authentp, in krb5_mk_req_extended() 236 if ((retval = encode_krb5_authenticator((*auth_context)->authentp, in krb5_mk_req_extended() 243 (*auth_context)->authentp->client = NULL; in krb5_mk_req_extended() 244 (*auth_context)->authentp->checksum = NULL; in krb5_mk_req_extended() 245 (*auth_context)->authentp->authorization_data = NULL; in krb5_mk_req_extended()
|
H A D | mk_rep.c | 60 repl.ctime = auth_context->authentp->ctime; in krb5_mk_rep() 61 repl.cusec = auth_context->authentp->cusec; in krb5_mk_rep() 69 repl.subkey = auth_context->authentp->subkey; in krb5_mk_rep()
|
H A D | rd_rep.c | 78 if (((*repl)->ctime != auth_context->authentp->ctime) || in krb5_rd_rep() 79 ((*repl)->cusec != auth_context->authentp->cusec)) { in krb5_rd_rep()
|
H A D | auth_con.c | 65 if (auth_context->authentp) in krb5_auth_con_free() 66 krb5_free_authenticator(context, auth_context->authentp); in krb5_auth_con_free() 265 return (krb5_copy_authenticator(context, auth_context->authentp, in krb5_auth_con_getauthenticator()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | ser_actx.c | 182 if (!kret && auth_context->authentp) in krb5_auth_context_size() 185 (krb5_pointer) auth_context->authentp, in krb5_auth_context_size() 334 if (!kret && auth_context->authentp) in krb5_auth_context_externalize() 338 auth_context->authentp, in krb5_auth_context_externalize() 524 &auth_context->authentp, in krb5_auth_context_internalize()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | auth_con.h | 18 krb5_authenticator *authentp; /* mk_req, rd_req, mk_rep, ...*/ member
|