Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c109 ctx.whichfields |= KRB5_TC_MATCH_FLAGS; in copy_cred_cache()
/freebsd/crypto/heimdal/lib/krb5/
H A Dcreds.c238 if (match && (whichfields & KRB5_TC_MATCH_FLAGS)) in krb5_compare_creds()
H A Dkrb5.h441 #define KRB5_TC_MATCH_FLAGS (1 << 27) macro