Searched refs:krb5_compare_creds (Results 1 – 18 of 18) sorted by relevance
/freebsd/crypto/heimdal/kuser/ |
H A D | copy_cred_cache.c | 78 if (krb5_compare_creds(context, ctx->whichfields, &ctx->mcreds, creds)) in matchfunc()
|
/freebsd/crypto/heimdal/kcm/ |
H A D | cache.c | 578 if (krb5_compare_creds(context, whichfields, mcreds, &(*c)->cred)) { in kcm_ccache_remove_cred_internal() 627 match = krb5_compare_creds(context, whichfields, mcreds, &c->cred); in kcm_ccache_retrieve_cred_internal()
|
H A D | events.c | 195 return krb5_compare_creds(context, whichfields, newcred, &ccache->creds->cred); in is_primary_credential_p()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | creds.c | 209 krb5_compare_creds(krb5_context context, krb5_flags whichfields, in krb5_compare_creds() function
|
H A D | mcache.c | 332 if(krb5_compare_creds(context, which, mcreds, &p->cred)) { in mcc_remove_cred()
|
H A D | version-script.map | 134 krb5_compare_creds;
|
H A D | get_cred.c | 703 if(krb5_compare_creds(context, KRB5_TC_DONT_MATCH_REALM, in find_cred() 1025 if(krb5_compare_creds(context, in get_cred_kdc_referral()
|
H A D | cache.c | 727 if(krb5_compare_creds(context, whichfields, mcreds, creds)){ in krb5_cc_retrieve_cred()
|
H A D | scache.c | 1107 ret = krb5_compare_creds(context, which, mcreds, &creds); in scc_remove_cred()
|
H A D | krb5-protos.h | 925 krb5_compare_creds (
|
/freebsd/kerberos5/lib/libkrb5/ |
H A D | Makefile | 92 krb5.3 krb5_compare_creds.3 \
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/ |
H A D | manpages | 77 krb5/man/man3/krb5_compare_creds.3
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1999 | 335 * lib/krb5/creds.c (krb5_compare_creds): const-ify 356 * lib/krb5/creds.c (krb5_compare_creds): fix spelling of 1198 * lib/krb5/creds.c (krb5_compare_creds): just verify that the
|
H A D | ChangeLog.2004 | 758 * lib/krb5/krb5_{,compare_}creds.3: move krb5_compare_creds to its 766 * lib/krb5/creds.c (krb5_compare_creds): add more matching options
|
H A D | ChangeLog.2003 | 899 * lib/krb5/creds.c (krb5_compare_creds): if client is specified in
|
H A D | ChangeLog.2005 | 1310 * lib/krb5/{krb5_compare_creds.3,krb5_get_init_creds.3,
|
H A D | ChangeLog.1998 | 1108 * lib/krb5/creds.c (krb5_compare_creds): check for
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 3230 OLD_FILES+=usr/share/man/man3/krb5_compare_creds.3.gz
|