HomeSort by: relevance | last modified time | path
    Searched defs:whichfields (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kuser/
copy_cred_cache.c 72 krb5_flags whichfields; member in struct:ctx
80 if (krb5_compare_creds(context, ctx->whichfields, &ctx->mcreds, creds))
106 ctx.whichfields |= KRB5_TC_MATCH_KEYTYPE;
111 ctx.whichfields |= KRB5_TC_MATCH_FLAGS;
119 ctx.whichfields |= KRB5_TC_MATCH_TIMES;
  /src/crypto/external/bsd/heimdal/dist/kcm/
events.c 180 krb5_flags whichfields; local
193 whichfields = KRB5_TC_MATCH_KEYTYPE | KRB5_TC_MATCH_FLAGS_EXACT |
197 return krb5_compare_creds(context, whichfields, newcred, &ccache->creds->cred);
protocol.c 298 * WhichFields
536 * WhichFields
549 uint32_t whichfields; local
561 ret = krb5_ret_uint32(request, &whichfields);
581 ret = kcm_ccache_remove_cred(context, ccache, whichfields, &mcreds);

Completed in 36 milliseconds