Home
last modified time | relevance | path

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

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