Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dx509_certificate_mac.cc717 CSSM_TP_CALLERAUTH_CONTEXT callerAuthContext; in CreateSelfSigned() local
718 memset(&callerAuthContext, 0, sizeof(callerAuthContext)); in CreateSelfSigned()
719 callerAuthContext.Policy.NumberOfPolicyIds = 1; in CreateSelfSigned()
720 callerAuthContext.Policy.PolicyIds = &policyId; in CreateSelfSigned()
727 CSSM_TP_AUTHORITY_REQUEST_CERTISSUE, &reqSet, &callerAuthContext, in CreateSelfSigned()