Home
last modified time | relevance | path

Searched refs:SSLv23_method (Results 1 – 15 of 15) sorted by relevance

/external/boringssl/src/ssl/
Dtls_method.cc197 const SSL_METHOD *SSLv23_method(void) { in SSLv23_method() function
266 return SSLv23_method(); in SSLv23_server_method()
270 return SSLv23_method(); in SSLv23_client_method()
/external/python/cryptography/tests/hazmat/bindings/
Dtest_openssl.py43 ctx = b.lib.SSL_CTX_new(b.lib.SSLv23_method())
56 ctx = b.lib.SSL_CTX_new(b.lib.SSLv23_method())
71 ctx = b.lib.SSL_CTX_new(b.lib.SSLv23_method())
/external/libevent/
Dopenssl-compat.h35 #define TLS_method SSLv23_method
/external/honggfuzz/examples/openssl/
Dclient.c493 ctx = SSL_CTX_new(SSLv23_method()); in LLVMFuzzerInitialize()
Dserver.c543 ctx = SSL_CTX_new(SSLv23_method()); in LLVMFuzzerInitialize()
/external/libevent/sample/
Dhttps-client.c332 ssl_ctx = SSL_CTX_new(SSLv23_method()); in main()
/external/python/cryptography/tests/hazmat/backends/
Dtest_openssl.py118 meth = backend._lib.SSLv23_method()
/external/libevent/test/
Dregress_ssl.c172 the_ssl_ctx = SSL_CTX_new(SSLv23_method()); in get_ssl_ctx()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list457 SSLv23_method
DBoringSSL-GRPC.podspec2009 '#define SSLv23_method GRPC_SHADOW_SSLv23_method',
/external/boringssl/src/include/openssl/
Dssl.h4006 OPENSSL_EXPORT const SSL_METHOD *SSLv23_method(void);
/external/python/cpython2/Modules/
D_ssl.c170 #define TLS_method SSLv23_method
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h485 #define SSLv23_method GRPC_SHADOW_SSLv23_method macro
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1038 ssl = SSL_CTX_new(SSLv23_method()); in tls_init()
/external/python/cpython3/Modules/
D_ssl.c208 #define TLS_method SSLv23_method