Symbol: krb5_preauthtype
crypto/heimdal/kdc/hprop.c
161
krb5_preauthtype preauth = KRB5_PADATA_ENC_TIMESTAMP;
crypto/heimdal/kuser/kverify.c
60
krb5_preauthtype pre_auth_types[] = {KRB5_PADATA_ENC_TIMESTAMP};
crypto/heimdal/lib/krb5/deprecated.c
226
const krb5_preauthtype *pre_auth_types,
crypto/heimdal/lib/krb5/deprecated.c
268
const krb5_preauthtype *pre_auth_types,
crypto/heimdal/lib/krb5/deprecated.c
349
const krb5_preauthtype *pre_auth_types,
crypto/heimdal/lib/krb5/get_in_tkt.c
150
const krb5_preauthtype *ptypes,
crypto/heimdal/lib/krb5/get_in_tkt.c
325
const krb5_preauthtype **ptypes,
crypto/heimdal/lib/krb5/get_in_tkt.c
329
static krb5_preauthtype ptypes2[] = { KRB5_PADATA_ENC_TIMESTAMP, KRB5_PADATA_NONE };
crypto/heimdal/lib/krb5/get_in_tkt.c
368
const krb5_preauthtype *ptypes,
crypto/heimdal/lib/krb5/get_in_tkt.c
533
const krb5_preauthtype *ptypes,
crypto/heimdal/lib/krb5/init_creds.c
198
krb5_preauthtype *preauth_list,
crypto/heimdal/lib/krb5/init_creds.c
256
krb5_preauthtype *preauth_list,
crypto/heimdal/lib/krb5/init_creds_pw.c
356
krb5_preauthtype *pre_auth_types;
crypto/heimdal/lib/krb5/init_creds_pw.c
43
krb5_preauthtype *pre_auth_types;
crypto/heimdal/lib/krb5/init_creds_pw.c
454
* sizeof(krb5_preauthtype));
crypto/heimdal/lib/krb5/init_creds_pw.c
461
options->preauth_list_length * sizeof(krb5_preauthtype));
crypto/heimdal/lib/krb5/init_creds_pw.c
877
krb5_preauthtype type;
crypto/heimdal/lib/krb5/krb5-protos.h
2181
const krb5_preauthtype */*ptypes*/,
crypto/heimdal/lib/krb5/krb5-protos.h
2197
const krb5_preauthtype */*ptypes*/,
crypto/heimdal/lib/krb5/krb5-protos.h
2213
const krb5_preauthtype */*pre_auth_types*/,
crypto/heimdal/lib/krb5/krb5-protos.h
2226
const krb5_preauthtype */*pre_auth_types*/,
crypto/heimdal/lib/krb5/krb5-protos.h
2239
const krb5_preauthtype */*pre_auth_types*/,
crypto/heimdal/lib/krb5/krb5-protos.h
2363
krb5_preauthtype */*preauth_list*/,
crypto/heimdal/lib/krb5/krb5.h
302
krb5_preauthtype type;
crypto/heimdal/lib/krb5/krb5.h
728
krb5_preauthtype *preauth_list;
crypto/krb5/src/include/k5-int.h
858
krb5int_find_pa_data(krb5_context, krb5_pa_data *const *, krb5_preauthtype);
crypto/krb5/src/include/k5-int.h
864
k5_alloc_pa_data(krb5_preauthtype pa_type, size_t len, krb5_pa_data **out);
crypto/krb5/src/include/k5-int.h
878
k5_add_pa_data_from_data(krb5_pa_data ***list, krb5_preauthtype pa_type,
crypto/krb5/src/include/k5-int.h
883
k5_add_empty_pa_data(krb5_pa_data ***list, krb5_preauthtype pa_type);
crypto/krb5/src/include/krb5/clpreauth_plugin.h
201
(*krb5_clpreauth_get_flags_fn)(krb5_context context, krb5_preauthtype pa_type);
crypto/krb5/src/include/krb5/clpreauth_plugin.h
283
krb5_preauthtype pa_type,
crypto/krb5/src/include/krb5/clpreauth_plugin.h
306
krb5_preauthtype *pa_type_list;
crypto/krb5/src/include/krb5/kdcpreauth_plugin.h
207
krb5_preauthtype pa_type, krb5_data *out);
crypto/krb5/src/include/krb5/kdcpreauth_plugin.h
219
krb5_preauthtype pa_type,
crypto/krb5/src/include/krb5/kdcpreauth_plugin.h
297
(*krb5_kdcpreauth_flags_fn)(krb5_context context, krb5_preauthtype pa_type);
crypto/krb5/src/include/krb5/kdcpreauth_plugin.h
326
krb5_preauthtype pa_type,
crypto/krb5/src/include/krb5/kdcpreauth_plugin.h
402
krb5_preauthtype *pa_type_list;
crypto/krb5/src/kdc/fast_util.c
451
make_padata(krb5_preauthtype pa_type, const void *contents, size_t len,
crypto/krb5/src/kdc/fast_util.c
617
krb5_preauthtype pa_type, krb5_data *out)
crypto/krb5/src/kdc/fast_util.c
634
kdc_fast_set_cookie(struct kdc_request_state *state, krb5_preauthtype pa_type,
crypto/krb5/src/kdc/kdc_preauth.c
466
krb5_preauthtype pa_type, krb5_data *out)
crypto/krb5/src/kdc/kdc_preauth.c
473
krb5_preauthtype pa_type, const krb5_data *data)
crypto/krb5/src/kdc/kdc_preauth.c
647
pa_list_includes(krb5_pa_data **pa_data, krb5_preauthtype pa_type)
crypto/krb5/src/kdc/kdc_preauth.c
885
krb5_preauthtype pa_type;
crypto/krb5/src/kdc/kdc_preauth_ec.c
207
static krb5_preauthtype ec_types[] = {
crypto/krb5/src/kdc/kdc_preauth_ec.c
39
krb5_kdcpreauth_moddata moddata, krb5_preauthtype pa_type,
crypto/krb5/src/kdc/kdc_preauth_encts.c
121
static krb5_preauthtype enc_ts_types[] = {
crypto/krb5/src/kdc/kdc_preauth_encts.c
34
krb5_kdcpreauth_moddata moddata, krb5_preauthtype pa_type,
crypto/krb5/src/kdc/kdc_util.h
397
krb5_preauthtype pa_type, krb5_data *out);
crypto/krb5/src/kdc/kdc_util.h
400
krb5_preauthtype pa_type,
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1263
krb5_preauthtype pa_type;
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1672
krb5_preauthtype kdc_pa_type;
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
2094
krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types,
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
357
krb5_preauthtype * ptypes,
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
36
krb5_preauthtype *,
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
361
krb5_preauthtype * ptypep;
crypto/krb5/src/lib/krb5/krb/gic_keytab.c
345
krb5_preauthtype *pre_auth_types,
crypto/krb5/src/lib/krb5/krb/gic_opt.c
112
krb5_preauthtype *preauth_list,
crypto/krb5/src/lib/krb5/krb/gic_pwd.c
375
krb5_preauthtype *pre_auth_types,
crypto/krb5/src/lib/krb5/krb/in_tkt_sky.c
71
krb5_preauthtype *pre_auth_types,
crypto/krb5/src/lib/krb5/krb/init_creds_ctx.h
69
krb5_preauthtype selected_preauth_type;
crypto/krb5/src/lib/krb5/krb/init_creds_ctx.h
70
krb5_preauthtype allowed_preauth_type;
crypto/krb5/src/lib/krb5/krb/int-proto.h
215
krb5_pa_data ***padata_out, krb5_preauthtype *pa_type_out);
crypto/krb5/src/lib/krb5/krb/int-proto.h
219
krb5_preauthtype pa_type, krb5_error *err,
crypto/krb5/src/lib/krb5/krb/int-proto.h
229
k5_preauth_note_failed(krb5_init_creds_context ctx, krb5_preauthtype pa_type);
crypto/krb5/src/lib/krb5/krb/int-proto.h
311
krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types,
crypto/krb5/src/lib/krb5/krb/padata.c
101
k5_add_pa_data_from_data(krb5_pa_data ***list, krb5_preauthtype pa_type,
crypto/krb5/src/lib/krb5/krb/padata.c
122
k5_add_empty_pa_data(krb5_pa_data ***list, krb5_preauthtype pa_type)
crypto/krb5/src/lib/krb5/krb/padata.c
37
krb5_preauthtype pa_type)
crypto/krb5/src/lib/krb5/krb/padata.c
49
k5_alloc_pa_data(krb5_preauthtype pa_type, size_t len, krb5_pa_data **out)
crypto/krb5/src/lib/krb5/krb/preauth2.c
100
krb5_preauthtype pa_type, krb5_clpreauth_modreq *modreq_out)
crypto/krb5/src/lib/krb5/krb/preauth2.c
126
krb5_preauthtype *tp;
crypto/krb5/src/lib/krb5/krb/preauth2.c
208
k5_preauth_note_failed(krb5_init_creds_context ctx, krb5_preauthtype pa_type)
crypto/krb5/src/lib/krb5/krb/preauth2.c
211
krb5_preauthtype *newptr;
crypto/krb5/src/lib/krb5/krb/preauth2.c
323
krb5_preauthtype pa_type)
crypto/krb5/src/lib/krb5/krb/preauth2.c
362
krb5_preauthtype pa_type, krb5_error *error,
crypto/krb5/src/lib/krb5/krb/preauth2.c
57
krb5_preauthtype *failed;
crypto/krb5/src/lib/krb5/krb/preauth2.c
627
pa_type_allowed(krb5_init_creds_context ctx, krb5_preauthtype pa_type)
crypto/krb5/src/lib/krb5/krb/preauth2.c
635
previously_failed(krb5_init_creds_context ctx, krb5_preauthtype pa_type)
crypto/krb5/src/lib/krb5/krb/preauth2.c
652
krb5_preauthtype *out_type)
crypto/krb5/src/lib/krb5/krb/preauth2.c
81
search_module_list(clpreauth_handle *handles, krb5_preauthtype pa_type)
crypto/krb5/src/lib/krb5/krb/preauth2.c
894
krb5_preauthtype pa_type, krb5_error *err,
crypto/krb5/src/lib/krb5/krb/preauth2.c
970
krb5_pa_data ***padata_out, krb5_preauthtype *pa_type_out)
crypto/krb5/src/lib/krb5/krb/preauth_ec.c
152
static krb5_preauthtype ec_types[] = {
crypto/krb5/src/lib/krb5/krb/preauth_encts.c
134
static krb5_preauthtype encts_pa_types[] = {
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
39
static krb5_preauthtype otp_client_supported_pa_types[] =
crypto/krb5/src/lib/krb5/krb/preauth_sam2.c
381
static krb5_preauthtype sam2_pa_types[] = {
crypto/krb5/src/lib/krb5/os/trace.c
127
padata_type_string(krb5_preauthtype type)
crypto/krb5/src/lib/krb5/os/trace.c
190
krb5_preauthtype pa_type;
crypto/krb5/src/lib/krb5/os/trace.c
329
pa_type = va_arg(ap, krb5_preauthtype);
crypto/krb5/src/plugins/audit/kdc_j_encode.c
66
static char *map_patype(krb5_preauthtype pa_type);
crypto/krb5/src/plugins/audit/kdc_j_encode.c
902
krb5_preauthtype id;
crypto/krb5/src/plugins/audit/kdc_j_encode.c
929
map_patype(krb5_preauthtype pa_type)
crypto/krb5/src/plugins/preauth/otp/main.c
215
otp_flags(krb5_context context, krb5_preauthtype pa_type)
crypto/krb5/src/plugins/preauth/otp/main.c
223
krb5_kdcpreauth_moddata moddata, krb5_preauthtype pa_type,
crypto/krb5/src/plugins/preauth/otp/main.c
39
static krb5_preauthtype otp_pa_type_list[] =
crypto/krb5/src/plugins/preauth/pkinit/pkinit.h
216
krb5_preauthtype pa_type;
crypto/krb5/src/plugins/preauth/pkinit/pkinit.h
247
krb5_preauthtype pa_type;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
1029
krb5_preauthtype pa_type, krb5_error *err_reply,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
1110
pkinit_client_get_flags(krb5_context kcontext, krb5_preauthtype patype)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
1123
static krb5_preauthtype supported_client_pa_types[] = {
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
498
krb5_preauthtype pa_type,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
64
pkinit_req_context reqctx, krb5_preauthtype pa_type,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_clnt.c
78
krb5_preauthtype pa_type,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
146
krb5_preauthtype pa_type,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
926
pkinit_server_get_flags(krb5_context kcontext, krb5_preauthtype patype)
crypto/krb5/src/plugins/preauth/pkinit/pkinit_srv.c
935
static krb5_preauthtype supported_server_pa_types[] = {
crypto/krb5/src/plugins/preauth/securid_sam2/securid_sam2_main.c
173
krb5_kdcpreauth_moddata moddata, krb5_preauthtype pa_type,
crypto/krb5/src/plugins/preauth/securid_sam2/securid_sam2_main.c
351
kdc_preauth_flags(krb5_context context, krb5_preauthtype patype)
crypto/krb5/src/plugins/preauth/securid_sam2/securid_sam2_main.c
356
krb5_preauthtype supported_pa_types[] = {
crypto/krb5/src/plugins/preauth/spake/spake_client.c
374
static krb5_preauthtype pa_types[] = { KRB5_PADATA_SPAKE, 0 };
crypto/krb5/src/plugins/preauth/spake/spake_kdc.c
301
krb5_kdcpreauth_moddata moddata, krb5_preauthtype pa_type,
crypto/krb5/src/plugins/preauth/spake/spake_kdc.c
550
static krb5_preauthtype pa_types[] = { KRB5_PADATA_SPAKE, 0 };
crypto/krb5/src/plugins/preauth/test/cltest.c
186
krb5_preauthtype pa_type, krb5_error *error,
crypto/krb5/src/plugins/preauth/test/cltest.c
65
static krb5_preauthtype pa_types[] = { TEST_PA_TYPE, 0 };
crypto/krb5/src/plugins/preauth/test/kdctest.c
69
static krb5_preauthtype pa_types[] = { TEST_PA_TYPE, 0 };
crypto/krb5/src/plugins/preauth/test/kdctest.c
74
krb5_kdcpreauth_moddata moddata, krb5_preauthtype pa_type,
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1436
krb5_preauthtype *preauth_list,
crypto/krb5/src/windows/include/loadfuncs-krb5.h
898
krb5_preauthtype *,
crypto/krb5/src/windows/include/loadfuncs-krb5.h
924
krb5_preauthtype *,
crypto/krb5/src/windows/include/loadfuncs-krb5.h
939
krb5_preauthtype *,
crypto/krb5/src/windows/include/loadfuncs-krb5.h
954
krb5_preauthtype *,