Searched refs:SSLSetEnabledCiphers (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslRingBufferThreads.cpp65 ortn = SSLSetEnabledCiphers(ctx, &sslArgs->cipherSuite, 1);
67 printSslErrStr("SSLSetEnabledCiphers", ortn);
195 ortn = SSLSetEnabledCiphers(ctx, &sslArgs->cipherSuite, 1);
197 printSslErrStr("SSLSetEnabledCiphers", ortn);
H A DsslAppUtils.cpp1112 * supports and do a SSLSetEnabledCiphers() specifying those.
1160 ortn = SSLSetEnabledCiphers(ctx, enabled, enabledDex);
1162 printSslErrStr("SSLSetEnabledCiphers", ortn);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dsecuretransport++.cpp219 MacOSError::check(SSLSetEnabledCiphers(mContext, ciphers, numCiphers));
H A DsslCipherSpecs.c166 * validCipherSpecs is currently not valid (i.e., SSLSetEnabledCiphers() has
431 SSLSetEnabledCiphers (SSLContextRef ctx, function
501 /* caller set via SSLSetEnabledCiphers */
523 /* use the ones specified in SSLSetEnabledCiphers() */
H A DSecureTransport.h681 SSLSetEnabledCiphers (SSLContextRef context,
1095 * use of exportable ciphers via the SSLSetEnabledCiphers() call.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dsecuretransport++.cpp219 MacOSError::check(SSLSetEnabledCiphers(mContext, ciphers, numCiphers));
H A DsslCipherSpecs.c166 * validCipherSpecs is currently not valid (i.e., SSLSetEnabledCiphers() has
431 SSLSetEnabledCiphers (SSLContextRef ctx, function
501 /* caller set via SSLSetEnabledCiphers */
523 /* use the ones specified in SSLSetEnabledCiphers() */
H A DSecureTransport.h681 SSLSetEnabledCiphers (SSLContextRef context,
1095 * use of exportable ciphers via the SSLSetEnabledCiphers() call.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-44-crashes.c277 require_noerr(SSLSetEnabledCiphers(client->st, &cipher, 1), out);
H A Dssl-46-SSLGetSupportedCiphers.c284 require_noerr(SSLSetEnabledCiphers(ssl, ciphers, sizeof(ciphers)/sizeof(SSLCipherSuite)), out);
H A Dssl-42-ciphers.c630 require_noerr(SSLSetEnabledCiphers(client->st, &ciphers[i].cipher, 1), out);
631 require_noerr(SSLSetEnabledCiphers(server->st, &ciphers[i].cipher, 1), out);
H A Dssl-48-split.c313 require_noerr(SSLSetEnabledCiphers(client->st, &ciphers[i], 1), out);
H A Dssl-51-state.c410 require_noerr(SSLSetEnabledCiphers(ctx, ciphersuites, nciphersuites), out);
H A Dssl-43-ciphers.c683 if(SSLSetEnabledCiphers(client->st, &ciphers[i].cipher, 1)!=0)
H A Dssl-39-echo.c710 require_noerr(SSLSetEnabledCiphers(client->handle, &ciphers[i].cipher, 1), out);
711 require_noerr(SSLSetEnabledCiphers(server->handle, &ciphers[i].cipher, 1), out);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dsecuretransport++.cpp219 MacOSError::check(SSLSetEnabledCiphers(mContext, ciphers, numCiphers));
H A DsslCipherSpecs.c166 * validCipherSpecs is currently not valid (i.e., SSLSetEnabledCiphers() has
431 SSLSetEnabledCiphers (SSLContextRef ctx, function
501 /* caller set via SSLSetEnabledCiphers */
523 /* use the ones specified in SSLSetEnabledCiphers() */
H A DSecureTransport.h681 SSLSetEnabledCiphers (SSLContextRef context,
1095 * use of exportable ciphers via the SSLSetEnabledCiphers() call.
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslBench/
H A DsslBench.cpp297 ortn = SSLSetEnabledCiphers(ctx, &cipherSuite, 1);
299 printSslErrStr("SSLSetEnabledCiphers", ortn);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslHdshakeTime/
H A DsslHdshakeTime.cpp355 ortn = SSLSetEnabledCiphers(ctx, &cipherSuite, 1);
357 printSslErrStr("SSLSetEnabledCiphers", ortn);
/macosx-10.10/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Dst_test.c721 require_noerr(SSLSetEnabledCiphers(client->st, &ciphers[i].cipher, 1), out);
722 require_noerr(SSLSetEnabledCiphers(server->st, &ciphers[i].cipher, 1), out);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslEcdsa/
H A DsslEcdsa.cpp401 ortn = SSLSetEnabledCiphers(ctx, &testParams->cipherSuite, 1);
403 printSslErrStr("SSLSetEnabledCiphers", ortn);
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DsslEcdsa.cpp407 ortn = SSLSetEnabledCiphers(ctx, &testParams->cipherSuite, 1);
409 printSslErrStr("SSLSetEnabledCiphers", ortn);
H A DsslAppUtils.cpp1089 * supports and do a SSLSetEnabledCiphers() specifying those.
1137 ortn = SSLSetEnabledCiphers(ctx, enabled, enabledDex);
1139 printSslErrStr("SSLSetEnabledCiphers", ortn);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslAppUtils.cpp1122 * supports and do a SSLSetEnabledCiphers() specifying those.
1170 ortn = SSLSetEnabledCiphers(ctx, enabled, enabledDex);
1172 printSslErrStr("SSLSetEnabledCiphers", ortn);

Completed in 235 milliseconds

12