Home
last modified time | relevance | path

Searched refs:whichfields (Results 1 – 6 of 6) sorted by relevance

/NextBSD/crypto/heimdal/lib/krb5/
HDcreds.c209 krb5_compare_creds(krb5_context context, krb5_flags whichfields, in krb5_compare_creds() argument
215 if (whichfields & (KRB5_TC_DONT_MATCH_REALM | KRB5_TC_MATCH_SRV_NAMEONLY)) in krb5_compare_creds()
224 if(whichfields & KRB5_TC_DONT_MATCH_REALM) in krb5_compare_creds()
232 if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE)) in krb5_compare_creds()
235 if (match && (whichfields & KRB5_TC_MATCH_FLAGS_EXACT)) in krb5_compare_creds()
238 if (match && (whichfields & KRB5_TC_MATCH_FLAGS)) in krb5_compare_creds()
241 if (match && (whichfields & KRB5_TC_MATCH_TIMES_EXACT)) in krb5_compare_creds()
244 if (match && (whichfields & KRB5_TC_MATCH_TIMES)) in krb5_compare_creds()
249 if (match && (whichfields & KRB5_TC_MATCH_AUTHDATA)) { in krb5_compare_creds()
260 if (match && (whichfields & KRB5_TC_MATCH_2ND_TKT)) in krb5_compare_creds()
[all …]
HDcache.c711 krb5_flags whichfields, in krb5_cc_retrieve_cred() argument
719 return (*id->ops->retrieve)(context, id, whichfields, in krb5_cc_retrieve_cred()
727 if(krb5_compare_creds(context, whichfields, mcreds, creds)){ in krb5_cc_retrieve_cred()
/NextBSD/crypto/heimdal/kuser/
HDcopy_cred_cache.c70 krb5_flags whichfields; member
78 if (krb5_compare_creds(context, ctx->whichfields, &ctx->mcreds, creds)) in matchfunc()
104 ctx.whichfields |= KRB5_TC_MATCH_KEYTYPE; in copy_cred_cache()
109 ctx.whichfields |= KRB5_TC_MATCH_FLAGS; in copy_cred_cache()
116 ctx.whichfields |= KRB5_TC_MATCH_TIMES; in copy_cred_cache()
/NextBSD/crypto/heimdal/kcm/
HDcache.c569 krb5_flags whichfields, in kcm_ccache_remove_cred_internal() argument
578 if (krb5_compare_creds(context, whichfields, mcreds, &(*c)->cred)) { in kcm_ccache_remove_cred_internal()
596 krb5_flags whichfields, in kcm_ccache_remove_cred() argument
604 ret = kcm_ccache_remove_cred_internal(context, ccache, whichfields, mcreds); in kcm_ccache_remove_cred()
613 krb5_flags whichfields, in kcm_ccache_retrieve_cred_internal() argument
627 match = krb5_compare_creds(context, whichfields, mcreds, &c->cred); in kcm_ccache_retrieve_cred_internal()
643 krb5_flags whichfields, in kcm_ccache_retrieve_cred() argument
653 whichfields, mcreds, credp); in kcm_ccache_retrieve_cred()
HDevents.c178 krb5_flags whichfields; in is_primary_credential_p() local
191 whichfields = KRB5_TC_MATCH_KEYTYPE | KRB5_TC_MATCH_FLAGS_EXACT | in is_primary_credential_p()
195 return krb5_compare_creds(context, whichfields, newcred, &ccache->creds->cred); in is_primary_credential_p()
HDprotocol.c547 uint32_t whichfields; in kcm_op_remove_cred() local
559 ret = krb5_ret_uint32(request, &whichfields); in kcm_op_remove_cred()
579 ret = kcm_ccache_remove_cred(context, ccache, whichfields, &mcreds); in kcm_op_remove_cred()