Searched defs:SSL_CTX_new (Results 1 – 9 of 9) sorted by relevance
275 #define SSL_CTX_new SSL_CTX_NEW macro
185 SSL_CTX* SSL_CTX_new(const SSL_METHOD *method) in SSL_CTX_new() function
860 fn SSL_CTX_new(method: *const SSL_METHOD) -> *mut SSL_CTX; in SSL_CTX_new() function
588 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) { in SSL_CTX_new() function
587 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) { in SSL_CTX_new() function
878 @android.compat.annotation.UnsupportedAppUsage static native long SSL_CTX_new(); in SSL_CTX_new() method in NativeCrypto
845 static native long SSL_CTX_new(); in SSL_CTX_new() method in NativeCrypto
133 #define SSL_CTX_new GRPC_SHADOW_SSL_CTX_new macro
116 #define SSL_CTX_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_CTX_new) macro