Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_req_dec.c199 &((*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 Dmk_req_ext.c221 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 Dmk_rep.c60 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 Drd_rep.c78 if (((*repl)->ctime != auth_context->authentp->ctime) || in krb5_rd_rep()
79 ((*repl)->cusec != auth_context->authentp->cusec)) { in krb5_rd_rep()
H A Dauth_con.c65 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 Dser_actx.c182 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 Dauth_con.h18 krb5_authenticator *authentp; /* mk_req, rd_req, mk_rep, ...*/ member