Home
last modified time | relevance | path

Searched refs:DTLS_method (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/ssl/
Ddtls_method.cc130 const SSL_METHOD *DTLS_method(void) { in DTLS_method() function
187 return DTLS_method(); in DTLS_server_method()
191 return DTLS_method(); in DTLS_client_method()
Dssl_test.cc853 ExpectDefaultVersion(TLS1_1_VERSION, TLS1_2_VERSION, &DTLS_method); in TEST()
1609 const SSL_METHOD *method = is_dtls() ? DTLS_method() : TLS_method(); in CreateContext()
2631 ctx.reset(SSL_CTX_new(DTLS_method())); in TEST()
/external/boringssl/src/ssl/test/
Dfuzzer.h379 ctx_.reset(SSL_CTX_new(protocol_ == kDTLS ? DTLS_method() : TLS_method())); in Init()
Dtest_config.cc1154 SSL_CTX_new(is_dtls ? DTLS_method() : TLS_method())); in SetupCtx()
/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc905 DTLS_method() : TLS_method()); in SetupSSLContext()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list17 DTLS_method
DBoringSSL-GRPC.podspec1569 '#define DTLS_method GRPC_SHADOW_DTLS_method',
/external/boringssl/src/include/openssl/
Dssl.h192 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h45 #define DTLS_method GRPC_SHADOW_DTLS_method macro