Home
last modified time | relevance | path

Searched defs:TLS_method (Results 1 – 8 of 8) sorted by relevance

/external/libevent/
Dopenssl-compat.h35 #define TLS_method SSLv23_method macro
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls_method.cc226 const SSL_METHOD *TLS_method(void) { in TLS_method() function
/external/boringssl/src/ssl/
Dtls_method.cc226 const SSL_METHOD *TLS_method(void) { in TLS_method() function
/external/rust/crates/quiche/src/
Dtls.rs857 fn TLS_method() -> *const SSL_METHOD; in TLS_method() function
/external/python/cpython2/Modules/
D_ssl.c170 #define TLS_method SSLv23_method macro
/external/python/cpython3/Modules/
D_ssl.c219 #define TLS_method SSLv23_method macro
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h488 #define TLS_method GRPC_SHADOW_TLS_method macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h524 #define TLS_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, TLS_method) macro