Searched refs:anchorArray (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslEAP/
H A DsslEAP.cpp65 CFArrayRef anchorArray = NULL; /* trusted roots */ local
138 anchorArray = CFArrayCreate(NULL, (const void **)&anchorCert,
159 serverArgs.trustedRoots = anchorArray;
182 clientArgs.trustedRoots = anchorArray;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslHandshakeTimeRB/
H A DsslHandshakeTimeRB.cpp103 CFArrayRef anchorArray; /* trusted roots */ local
211 anchorArray = CFArrayCreate(NULL, (const void **)&anchorCert,
219 serverArgs.trustedRoots = anchorArray;
233 clientArgs.trustedRoots = anchorArray;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslThroughput/
H A DsslThroughput.cpp61 CFArrayRef anchorArray; /* trusted roots */ local
191 anchorArray = CFArrayCreate(NULL, (const void **)&anchorCert,
213 serverArgs.trustedRoots = anchorArray;
229 clientArgs.trustedRoots = anchorArray;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/newCmsTool/
H A DnewCmsTool.cpp271 CFMutableArrayRef anchorArray, // optional
278 if(anchorArray) {
279 ortn = SecTrustSetAnchorCertificates(secTrust, anchorArray);
356 CFMutableArrayRef anchorArray, // optional, and only for manTrustEval
652 trustRtn = evalSecTrust(secTrust, anchorArray, trustStr, quiet);
1211 CFMutableArrayRef anchorArray = NULL; local
1463 anchorArray = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
1464 CFArrayAppendValue(anchorArray, secCert);
1535 manTrustEval, anchorArray,
269 evalSecTrust( SecTrustRef secTrust, CFMutableArrayRef anchorArray, char *trustStr, bool quiet) argument
342 doParse( const unsigned char *data, unsigned dataLen, const unsigned char *detachedContent, unsigned detachedContentLen, bool multiUpdate, CT_Vfy vfyOp, const CSSM_OID *eContentVfy, int numSignersVfy, int numCertsVfy, bool parseSignerCert, const char *certFileBase, bool customDecoder, bool manTrustEval, CFMutableArrayRef anchorArray, bool quiet, CFDataRef *outData) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/trustAnchors/
H A DtrustAnchors.c245 CFArrayRef resultArray=NULL, certArray=NULL, anchorArray=NULL; local
290 if (anchorArray) CFRelease(anchorArray);
306 CFArrayRef resultArray=NULL, certArray=NULL, anchorArray=NULL; local
337 anchorArray = CFArrayCreate(NULL, (const void **)&certs[2], 1, &kCFTypeArrayCallBacks);
338 status = SecTrustSetAnchorCertificates(trust, anchorArray);
357 if (anchorArray) CFRelease(anchorArray);
372 CFArrayRef resultArray=NULL, certArray=NULL, anchorArray=NULL; local
398 anchorArray
433 CFArrayRef resultArray=NULL, certArray=NULL, anchorArray=NULL; local
[all...]

Completed in 194 milliseconds