Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dcopy_cred_cache.c111 ctx.whichfields |= KRB5_TC_MATCH_FLAGS; in copy_cred_cache()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcreds.c237 if (match && (whichfields & KRB5_TC_MATCH_FLAGS)) in krb5_compare_creds()
H A Dkrb5.h458 #define KRB5_TC_MATCH_FLAGS (1 << 27) macro