Searched refs:SSLGetEnabledCiphers (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dsecuretransport++.cpp212 MacOSError::check(SSLGetEnabledCiphers(mContext, ciphers, &numCiphers));
H A DsslCipherSpecs.c485 * Caller allocates output buffer for SSLGetEnabledCiphers() and passes in
508 SSLGetEnabledCiphers (SSLContextRef ctx, function
H A DSecureTransport.h688 * Caller allocates output buffer for SSLGetEnabledCiphers() and passes in
698 SSLGetEnabledCiphers (SSLContextRef context,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dsecuretransport++.cpp212 MacOSError::check(SSLGetEnabledCiphers(mContext, ciphers, &numCiphers));
H A DsslCipherSpecs.c485 * Caller allocates output buffer for SSLGetEnabledCiphers() and passes in
508 SSLGetEnabledCiphers (SSLContextRef ctx, function
H A DSecureTransport.h688 * Caller allocates output buffer for SSLGetEnabledCiphers() and passes in
698 SSLGetEnabledCiphers (SSLContextRef context,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-46-SSLGetSupportedCiphers.c254 require_noerr(SSLGetEnabledCiphers(ssl, ciphers, &num_ciphers), out);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dsecuretransport++.cpp212 MacOSError::check(SSLGetEnabledCiphers(mContext, ciphers, &numCiphers));
H A DsslCipherSpecs.c485 * Caller allocates output buffer for SSLGetEnabledCiphers() and passes in
508 SSLGetEnabledCiphers (SSLContextRef ctx, function
H A DSecureTransport.h688 * Caller allocates output buffer for SSLGetEnabledCiphers() and passes in
698 SSLGetEnabledCiphers (SSLContextRef context,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslViewer.cpp306 status = SSLGetEnabledCiphers(ctx, ciphers, &numCiphers);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslViewer/
H A DSSLViewer.cpp390 status = SSLGetEnabledCiphers(ctx, ciphers, &numCiphers);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_st.c350 ret = SSLGetEnabledCiphers(ssl, enabled_set, &num_enabled);
352 tlsst_report_oss(ret, "TLS: SSLGetEnabledCiphers() failed");

Completed in 205 milliseconds