Home
last modified time | relevance | path

Searched refs:DTLSv1_method (Results 1 – 10 of 10) sorted by relevance

/external/boringssl/src/ssl/
Ddtls_method.cc167 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method() function
183 return DTLSv1_method(); in DTLSv1_server_method()
191 return DTLSv1_method(); in DTLSv1_client_method()
Dssl_test.cc896 ExpectDefaultVersion(DTLS1_VERSION, DTLS1_VERSION, &DTLSv1_method); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Ddtls_method.cc167 const SSL_METHOD *DTLSv1_method(void) { in DTLSv1_method() function
183 return DTLSv1_method(); in DTLSv1_server_method()
191 return DTLSv1_method(); in DTLSv1_client_method()
Dssl_test.cc896 ExpectDefaultVersion(DTLS1_VERSION, DTLS1_VERSION, &DTLSv1_method); in TEST()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list24 DTLSv1_method
DBoringSSL-GRPC.podspec1576 '#define DTLSv1_method GRPC_SHADOW_DTLSv1_method',
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4108 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void);
/external/boringssl/src/include/openssl/
Dssl.h4180 OPENSSL_EXPORT const SSL_METHOD *DTLSv1_method(void);
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h52 #define DTLSv1_method GRPC_SHADOW_DTLSv1_method macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h34 #define DTLSv1_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLSv1_method) macro