HomeSort by relevance Sort by last modified time
    Searched defs:TLS_method (Results 1 - 5 of 5) sorted by null

  /external/libevent/
openssl-compat.h 31 #define TLS_method SSLv23_method
  /external/boringssl/src/ssl/
tls_method.cc 188 const SSL_METHOD *TLS_method(void) {
198 return TLS_method();
274 return TLS_method();
278 return TLS_method();
  /external/python/cpython2/Modules/
_ssl.c 170 #define TLS_method SSLv23_method
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 204 #define TLS_method SSLv23_method
    [all...]
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h 488 #define TLS_method GRPC_SHADOW_TLS_method
    [all...]

Completed in 657 milliseconds