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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcreds.c183 * Return TRUE if `mcreds' and `creds' are equal (`whichfields'
187 * The following flags, set in whichfields affects the comparison:
199 * @param whichfields which fields to compare.
209 krb5_compare_creds(krb5_context context, krb5_flags whichfields, argument
215 if (whichfields & (KRB5_TC_DONT_MATCH_REALM | KRB5_TC_MATCH_SRV_NAMEONLY))
224 if(whichfields & KRB5_TC_DONT_MATCH_REALM)
232 if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE))
235 if (match && (whichfields & KRB5_TC_MATCH_FLAGS_EXACT))
238 if (match && (whichfields & KRB5_TC_MATCH_FLAGS))
241 if (match && (whichfields
[all...]
H A Dcache.c691 * Retrieve the credential identified by `mcreds' (and `whichfields')
697 * @param whichfields what fields to use for matching credentials, same
698 * flags as whichfields in krb5_compare_creds()
711 krb5_flags whichfields,
719 return (*id->ops->retrieve)(context, id, whichfields,
727 if(krb5_compare_creds(context, whichfields, mcreds, creds)){
709 krb5_cc_retrieve_cred(krb5_context context, krb5_ccache id, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds *creds) argument
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dcopy_cred_cache.c70 krb5_flags whichfields; member in struct:ctx
78 if (krb5_compare_creds(context, ctx->whichfields, &ctx->mcreds, creds))
104 ctx.whichfields |= KRB5_TC_MATCH_KEYTYPE;
109 ctx.whichfields |= KRB5_TC_MATCH_FLAGS;
116 ctx.whichfields |= KRB5_TC_MATCH_TIMES;
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dcache.c569 krb5_flags whichfields,
578 if (krb5_compare_creds(context, whichfields, mcreds, &(*c)->cred)) {
596 krb5_flags whichfields,
604 ret = kcm_ccache_remove_cred_internal(context, ccache, whichfields, mcreds);
613 krb5_flags whichfields,
627 match = krb5_compare_creds(context, whichfields, mcreds, &c->cred);
643 krb5_flags whichfields,
653 whichfields, mcreds, credp);
567 kcm_ccache_remove_cred_internal(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds) argument
594 kcm_ccache_remove_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds) argument
611 kcm_ccache_retrieve_cred_internal(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **creds) argument
641 kcm_ccache_retrieve_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **credp) argument
H A Devents.c178 krb5_flags whichfields; local
191 whichfields = KRB5_TC_MATCH_KEYTYPE | KRB5_TC_MATCH_FLAGS_EXACT |
195 return krb5_compare_creds(context, whichfields, newcred, &ccache->creds->cred);
H A Dprotocol.c547 uint32_t whichfields; local
559 ret = krb5_ret_uint32(request, &whichfields);
579 ret = kcm_ccache_remove_cred(context, ccache, whichfields, &mcreds);

Completed in 111 milliseconds