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

/macosx-10.10/Heimdal-398.1.2/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.c733 krb5_flags whichfields,
744 if (krb5_compare_creds(context, whichfields, mcreds, creds)) {
756 * Retrieve the credential identified by `mcreds' (and `whichfields')
762 * @param whichfields what fields to use for matching credentials, same
763 * flags as whichfields in krb5_compare_creds()
775 krb5_flags whichfields,
782 ret = id->ops->retrieve(context, id, whichfields, mcreds, creds);
784 ret = retrieve_cred(context, id, whichfields, mcreds, creds);
786 if ((ret == KRB5_CC_END) && (whichfields & KRB5_TC_MATCH_REFERRAL))
788 whichfields | KRB5_TC_DONT_MATCH_REAL
731 retrieve_cred(krb5_context context, krb5_ccache id, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds *creds) argument
773 krb5_cc_retrieve_cred(krb5_context context, krb5_ccache id, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds *creds) argument
[all...]
H A Dkrb5-protos.h1461 * Retrieve the credential identified by `mcreds' (and `whichfields')
1467 * @param whichfields what fields to use for matching credentials, same
1468 * flags as whichfields in krb5_compare_creds()
1481 krb5_flags whichfields,
1825 * Return TRUE if `mcreds' and `creds' are equal (`whichfields'
1829 * The following flags, set in whichfields affects the comparison:
1841 * @param whichfields which fields to compare.
1853 krb5_flags whichfields,
/macosx-10.10/Heimdal-398.1.2/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))
109 ctx.whichfields |= KRB5_TC_MATCH_KEYTYPE;
114 ctx.whichfields |= KRB5_TC_MATCH_FLAGS;
121 ctx.whichfields |= KRB5_TC_MATCH_TIMES;
/macosx-10.10/MITKerberosShim-66/
H A Dcache.c189 krb5_flags whichfields; local
196 whichfields = mshim_remap_flags(flags, whichfields_flags);
199 ret = heim_krb5_cc_retrieve_cred(HC(context), (krb5_ccache)cache, whichfields,
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dcache.c865 krb5_flags whichfields,
874 if (krb5_compare_creds(context, whichfields, mcreds, &(*c)->cred)) {
894 krb5_flags whichfields,
902 ret = kcm_ccache_remove_cred_internal(context, ccache, whichfields, mcreds);
911 krb5_flags whichfields,
925 match = krb5_compare_creds(context, whichfields, mcreds, &c->cred);
941 krb5_flags whichfields,
951 whichfields, mcreds, credp);
863 kcm_ccache_remove_cred_internal(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds) argument
892 kcm_ccache_remove_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds) argument
909 kcm_ccache_retrieve_cred_internal(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **creds) argument
939 kcm_ccache_retrieve_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **credp) argument
H A Dprotocol.c529 uint32_t whichfields; local
541 ret = krb5_ret_uint32(request, &whichfields);
561 ret = kcm_ccache_remove_cred(context, ccache, whichfields, &mcreds);

Completed in 196 milliseconds