Home
last modified time | relevance | path

Searched defs:SSL_CTX_new (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/lib/
Dsetup-vms.h275 #define SSL_CTX_new SSL_CTX_NEW macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c185 SSL_CTX* SSL_CTX_new(const SSL_METHOD *method) in SSL_CTX_new() function
/third_party/boringssl/src/ssl/
Dssl_lib.cc591 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) { in SSL_CTX_new() function
/third_party/openssl/ssl/
Dssl_lib.c2972 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth) in SSL_CTX_new() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h116 #define SSL_CTX_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_new) macro