Home
last modified time | relevance | path

Searched refs:KRB5_CTX_F_CHECK_PAC (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_locl.h295 #define KRB5_CTX_F_CHECK_PAC 2 macro
H A Drd_req.c553 (*ctx)->check_pac = (context->flags & KRB5_CTX_F_CHECK_PAC) ? 1 : 0; in krb5_rd_req_in_ctx_alloc()
H A Dcontext.c224 INIT_FLAG(context, flags, KRB5_CTX_F_CHECK_PAC, TRUE, "check_pac"); in init_context_from_config_file()