Home
last modified time | relevance | path

Searched refs:disable_fallback (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/krb5/src/plugins/preauth/test/
H A Dcltest.c72 krb5_boolean disable_fallback; member
88 st->disable_fallback = FALSE; in test_init()
146 if (st->disable_fallback) in test_process()
147 cb->disable_fallback(context, rock); in test_process()
176 if (st->disable_fallback) in test_process()
177 cb->disable_fallback(context, rock); in test_process()
225 st->disable_fallback = TRUE; in test_gic_opt()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpreauth_encts.c124 cb->disable_fallback(context, rock); in encts_process()
H A Dpreauth_ec.c141 cb->disable_fallback(context, rock); in ec_process()
H A Dpreauth_sam2.c376 cb->disable_fallback(context, rock); in sam2_process()
H A Dpreauth2.c553 disable_fallback(krb5_context context, krb5_clpreauth_rock rock) in disable_fallback() function
570 disable_fallback
H A Dpreauth_otp.c1127 cb->disable_fallback(context, rock); in otp_client_process()
/freebsd/crypto/krb5/src/include/krb5/
H A Dclpreauth_plugin.h174 void (*disable_fallback)(krb5_context context, krb5_clpreauth_rock rock); member
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dspake_client.c284 cb->disable_fallback(context, rock); in process_challenge()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_clnt.c162 cb->disable_fallback(context, rock); in pa_pkinit_gen_req()