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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-46-SSLGetSupportedCiphers.c245 require_noerr(SSLGetNumberEnabledCiphers(ssl, &max_ciphers), out);
285 require_noerr(SSLGetNumberEnabledCiphers(ssl, &num_enabled), out);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dsecuretransport++.cpp204 MacOSError::check(SSLGetNumberEnabledCiphers(mContext, &numCiphers));
H A DsslCipherSpecs.c490 SSLGetNumberEnabledCiphers (SSLContextRef ctx, function
H A DSecureTransport.h693 SSLGetNumberEnabledCiphers (SSLContextRef context,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dsecuretransport++.cpp204 MacOSError::check(SSLGetNumberEnabledCiphers(mContext, &numCiphers));
H A DsslCipherSpecs.c490 SSLGetNumberEnabledCiphers (SSLContextRef ctx, function
H A DSecureTransport.h693 SSLGetNumberEnabledCiphers (SSLContextRef context,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dsecuretransport++.cpp204 MacOSError::check(SSLGetNumberEnabledCiphers(mContext, &numCiphers));
H A DsslCipherSpecs.c490 SSLGetNumberEnabledCiphers (SSLContextRef ctx, function
H A DSecureTransport.h693 SSLGetNumberEnabledCiphers (SSLContextRef context,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslViewer.cpp304 status = SSLGetNumberEnabledCiphers(ctx, &numCiphers);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslViewer/
H A DSSLViewer.cpp388 status = SSLGetNumberEnabledCiphers(ctx, &numCiphers);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_st.c343 ret = SSLGetNumberEnabledCiphers(ssl, &max_enabled);
345 tlsst_report_oss(ret, "TLS: SSLGetNumberEnabledCiphers() failed");

Completed in 260 milliseconds