Home
last modified time | relevance | path

Searched refs:modreq (Results 1 – 14 of 14) sorted by relevance

/src/crypto/krb5/src/include/krb5/
H A Dclpreauth_plugin.h217 krb5_clpreauth_modreq modreq);
229 krb5_clpreauth_modreq modreq,
252 krb5_clpreauth_modreq modreq,
276 krb5_clpreauth_modreq modreq,
H A Dkdcpreauth_plugin.h342 krb5_kdcpreauth_modreq modreq,
381 krb5_kdcpreauth_modreq modreq);
387 krb5_kdcpreauth_modreq modreq);
/src/crypto/krb5/src/kdc/
H A Dkdc_preauth_ec.c66 krb5_kdcpreauth_modreq modreq = NULL; in ec_verify() local
138 modreq = (krb5_kdcpreauth_modreq)kdc_challenge_key; in ec_verify()
151 (*respond)(arg, ret, modreq, NULL, NULL); in ec_verify()
159 krb5_kdcpreauth_moddata moddata, krb5_kdcpreauth_modreq modreq) in ec_return() argument
162 krb5_keyblock *challenge_key = (krb5_keyblock *)modreq; in ec_return()
H A Dkdc_preauth.c286 krb5_kdcpreauth_modreq modreq; member
312 ret->contexts[i].modreq = NULL; in make_padata_context()
336 if (!sys->free_modreq || !context->contexts[i].modreq) in free_padata_context()
338 sys->free_modreq(kcontext, sys->moddata, context->contexts[i].modreq); in free_padata_context()
339 context->contexts[i].modreq = NULL; in free_padata_context()
634 *modreq_out = &context->contexts[i].modreq; in find_modreq()
1214 krb5_kdcpreauth_modreq modreq, krb5_pa_data **e_data, in finish_verify_padata() argument
1222 *state->modreq_ptr = modreq; in finish_verify_padata()
/src/crypto/krb5/src/plugins/preauth/test/
H A Dcltest.c116 krb5_clpreauth_modreq modreq) in test_request_fini() argument
118 free(modreq); in test_request_fini()
123 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in test_process() argument
131 struct client_request_state *reqst = (struct client_request_state *)modreq; in test_process()
183 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in test_tryagain() argument
H A Dkdctest.c193 krb5_kdcpreauth_moddata moddata, krb5_kdcpreauth_modreq modreq) in test_return() argument
/src/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth2.c332 krb5_clpreauth_modreq modreq, in clpreauth_prep_questions() argument
340 return h->vt.prep_questions(context, h->data, modreq, opt, cb, rock, req, in clpreauth_prep_questions()
346 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in clpreauth_process() argument
352 return h->vt.process(context, h->data, modreq, opt, cb, rock, req, in clpreauth_process()
359 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in clpreauth_tryagain() argument
368 return h->vt.tryagain(context, h->data, modreq, opt, cb, rock, req, in clpreauth_tryagain()
657 krb5_clpreauth_modreq modreq; in process_pa_data() local
669 h = find_module(context, ctx, pa->pa_type, &modreq); in process_pa_data()
679 ret = clpreauth_process(context, h, modreq, ctx->opt, &callbacks, in process_pa_data()
899 krb5_clpreauth_modreq modreq; in k5_preauth_tryagain() local
[all …]
H A Dpreauth_otp.c984 krb5_clpreauth_modreq modreq, in otp_client_prep_questions() argument
997 if (modreq == NULL) in otp_client_prep_questions()
1003 (krb5_pa_otp_challenge **)modreq); in otp_client_prep_questions()
1006 chl = *(krb5_pa_otp_challenge **)modreq; in otp_client_prep_questions()
1063 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in otp_client_process() argument
1078 if (modreq == NULL) in otp_client_process()
1080 chl = *(krb5_pa_otp_challenge **)modreq; in otp_client_process()
1138 krb5_clpreauth_modreq modreq) in otp_client_request_fini() argument
1140 if (modreq == NULL) in otp_client_request_fini()
1143 k5_free_pa_otp_challenge(context, *(krb5_pa_otp_challenge **)modreq); in otp_client_request_fini()
[all …]
H A Dpreauth_encts.c35 krb5_clpreauth_modreq modreq, in encts_prep_questions() argument
51 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in encts_process() argument
H A Dpreauth_ec.c38 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in ec_prep_questions() argument
49 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in ec_process() argument
H A Dpreauth_sam2.c81 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in sam2_process() argument
/src/crypto/krb5/src/plugins/preauth/spake/
H A Dspake_client.c90 krb5_clpreauth_modreq modreq) in spake_request_fini() argument
92 reqstate *st = (reqstate *)modreq; in spake_request_fini()
104 krb5_clpreauth_modreq modreq, in spake_prep_questions() argument
112 reqstate *st = (reqstate *)modreq; in spake_prep_questions()
324 krb5_clpreauth_modreq modreq, krb5_get_init_creds_opt *opt, in spake_process() argument
332 reqstate *st = (reqstate *)modreq; in spake_process()
/src/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_clnt.c741 krb5_clpreauth_modreq modreq, in pkinit_client_prep_questions() argument
752 pkinit_req_context reqctx = (pkinit_req_context)modreq; in pkinit_client_prep_questions()
845 krb5_clpreauth_modreq modreq; member
853 pkinit_req_context reqctx = (pkinit_req_context)data->modreq; in save_one_password()
866 krb5_clpreauth_modreq modreq, in pkinit_client_parse_answers() argument
876 data.modreq = modreq; in pkinit_client_parse_answers()
908 krb5_clpreauth_modreq modreq, in pkinit_client_process() argument
921 pkinit_req_context reqctx = (pkinit_req_context)modreq; in pkinit_client_process()
964 retval = pkinit_client_parse_answers(context, moddata, modreq, in pkinit_client_process()
1024 krb5_clpreauth_modreq modreq, in pkinit_client_tryagain() argument
[all …]
H A Dpkinit_srv.c439 krb5_kdcpreauth_modreq modreq = NULL; in pkinit_server_verify_padata() local
604 modreq = (krb5_kdcpreauth_modreq)reqctx; in pkinit_server_verify_padata()
623 (*respond)(arg, retval, modreq, e_data, NULL); in pkinit_server_verify_padata()
737 krb5_kdcpreauth_modreq modreq) in pkinit_server_return_padata() argument
770 if (modreq == NULL) { in pkinit_server_return_padata()
782 reqctx = (pkinit_kdc_req_context)modreq; in pkinit_server_return_padata()
1492 krb5_kdcpreauth_modreq modreq) in pkinit_free_modreq() argument
1494 pkinit_fini_kdc_req_context(context, modreq); in pkinit_free_modreq()