Searched refs:certParams (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslCipher/
H A DsslCipher.cpp93 const CertParams *certParams; member in struct:__anon5269
528 const CertParams *certParams = cipherParams->certParams; local
529 serverParams.myCertKcName = certParams->kcName;
530 serverParams.password = certParams->kcPassword;
531 clientParams.anchorFile = certParams->rootName;
/macosx-10.10.1/cups-408/cups/cups/
H A Dtls-darwin.c125 CFDictionaryRef certParams = CFDictionaryCreateMutable(kCFAllocatorDefault, local
139 SecCertificateRef cert = SecGenerateSelfSignedCertificate(subject, certParams, publicKey, privateKey);
141 CFRelease(certParams);

Completed in 122 milliseconds