Home
last modified time | relevance | path

Searched refs:TLSv1_2_method (Results 1 – 16 of 16) sorted by relevance

/external/boringssl/src/ssl/
Dtls_method.cc250 const SSL_METHOD *TLSv1_2_method(void) { in TLSv1_2_method() function
280 return TLSv1_2_method(); in TLSv1_2_server_method()
292 return TLSv1_2_method(); in TLSv1_2_client_method()
Dssl_test.cc894 ExpectDefaultVersion(TLS1_2_VERSION, TLS1_2_VERSION, &TLSv1_2_method); in TEST()
3786 bssl::UniquePtr<SSL_CTX> client_ctx(SSL_CTX_new(TLSv1_2_method())), in TEST()
3787 server_ctx(SSL_CTX_new(TLSv1_2_method())); in TEST()
3829 bssl::UniquePtr<SSL_CTX> client_ctx(SSL_CTX_new(TLSv1_2_method())), in TEST()
3830 server_ctx(SSL_CTX_new(TLSv1_2_method())); in TEST()
3867 bssl::UniquePtr<SSL_CTX> client_ctx(SSL_CTX_new(TLSv1_2_method())), in TEST()
3868 server_ctx(SSL_CTX_new(TLSv1_2_method())); in TEST()
3906 bssl::UniquePtr<SSL_CTX> client_ctx(SSL_CTX_new(TLSv1_2_method())), in TEST()
3907 server_ctx(SSL_CTX_new(TLSv1_2_method())); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls_method.cc250 const SSL_METHOD *TLSv1_2_method(void) { in TLSv1_2_method() function
280 return TLSv1_2_method(); in TLSv1_2_server_method()
292 return TLSv1_2_method(); in TLSv1_2_client_method()
Dssl_test.cc894 ExpectDefaultVersion(TLS1_2_VERSION, TLS1_2_VERSION, &TLSv1_2_method); in TEST()
3786 bssl::UniquePtr<SSL_CTX> client_ctx(SSL_CTX_new(TLSv1_2_method())), in TEST()
3787 server_ctx(SSL_CTX_new(TLSv1_2_method())); in TEST()
3829 bssl::UniquePtr<SSL_CTX> client_ctx(SSL_CTX_new(TLSv1_2_method())), in TEST()
3830 server_ctx(SSL_CTX_new(TLSv1_2_method())); in TEST()
3867 bssl::UniquePtr<SSL_CTX> client_ctx(SSL_CTX_new(TLSv1_2_method())), in TEST()
3868 server_ctx(SSL_CTX_new(TLSv1_2_method())); in TEST()
3906 bssl::UniquePtr<SSL_CTX> client_ctx(SSL_CTX_new(TLSv1_2_method())), in TEST()
3907 server_ctx(SSL_CTX_new(TLSv1_2_method())); in TEST()
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_methods.c65 IMPLEMENT_SSL_METHOD(TLS1_2_VERSION, -1, TLS_method_func, TLSv1_2_method);
/external/grpc-grpc/test/core/tsi/
Dssl_session_cache_test.cc42 SessionTracker() { ssl_context_ = SSL_CTX_new(TLSv1_2_method()); } in SessionTracker()
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc1652 ssl_context = SSL_CTX_new(TLSv1_2_method()); in tsi_create_ssl_client_handshaker_factory_with_options()
1809 impl->ssl_contexts[i] = SSL_CTX_new(TLSv1_2_method()); in tsi_create_ssl_server_handshaker_factory_with_options()
Dgrpc_shadow_boringssl.h495 #define TLSv1_2_method GRPC_SHADOW_TLSv1_2_method macro
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dssl_transport_security.cc1915 ssl_context = SSL_CTX_new(TLSv1_2_method()); in tsi_create_ssl_client_handshaker_factory_with_options()
2082 impl->ssl_contexts[i] = SSL_CTX_new(TLSv1_2_method()); in tsi_create_ssl_server_handshaker_factory_with_options()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list467 TLSv1_2_method
DBoringSSL-GRPC.podspec2019 '#define TLSv1_2_method GRPC_SHADOW_TLSv1_2_method',
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4107 OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void);
/external/boringssl/src/include/openssl/
Dssl.h4179 OPENSSL_EXPORT const SSL_METHOD *TLSv1_2_method(void);
/external/python/cpython2/Modules/
D_ssl.c2194 ctx = SSL_CTX_new(TLSv1_2_method()); in context_new()
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h531 #define TLSv1_2_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, TLSv1_2_method) macro
/external/python/cpython3/Modules/
D_ssl.c3126 ctx = SSL_CTX_new(TLSv1_2_method()); in _ssl__SSLContext_impl()