Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/heimdal/kuser/
HDcopy_cred_cache.c116 ctx.whichfields |= KRB5_TC_MATCH_TIMES; in copy_cred_cache()
/freebsd-14-stable/crypto/heimdal/lib/krb5/
HDcreds.c244 if (match && (whichfields & KRB5_TC_MATCH_TIMES)) in krb5_compare_creds()
HDkrb5.h443 #define KRB5_TC_MATCH_TIMES (1 << 25) macro