Searched refs:krb5_compare_creds (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c78 if (krb5_compare_creds(context, ctx->whichfields, &ctx->mcreds, creds))
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dcreds.c209 krb5_compare_creds(krb5_context context, krb5_flags whichfields, function
H A Dmcache.c332 if(krb5_compare_creds(context, which, mcreds, &p->cred)) {
H A Dget_cred.c703 if(krb5_compare_creds(context, KRB5_TC_DONT_MATCH_REALM,
1025 if(krb5_compare_creds(context,
H A Dcache.c698 * flags as whichfields in krb5_compare_creds()
727 if(krb5_compare_creds(context, whichfields, mcreds, creds)){
H A Dscache.c1107 ret = krb5_compare_creds(context, which, mcreds, &creds);
H A Dkrb5-protos.h925 krb5_compare_creds (
/freebsd-current/crypto/heimdal/kcm/
H A Dcache.c578 if (krb5_compare_creds(context, whichfields, mcreds, &(*c)->cred)) {
627 match = krb5_compare_creds(context, whichfields, mcreds, &c->cred);
H A Devents.c195 return krb5_compare_creds(context, whichfields, newcred, &ccache->creds->cred);
/freebsd-current/kerberos5/lib/libkrb5/
H A DMakefile93 krb5.3 krb5_compare_creds.3 \

Completed in 144 milliseconds