Searched defs:SSL_new (Results 1 – 9 of 9) sorted by relevance
301 #define SSL_new SSL_NEW macro
275 SSL *SSL_new(SSL_CTX *ctx) in SSL_new() function
912 fn SSL_new(ctx: *mut SSL_CTX) -> *mut SSL; in SSL_new() function
661 SSL *SSL_new(SSL_CTX *ctx) { in SSL_new() function
660 SSL *SSL_new(SSL_CTX *ctx) { in SSL_new() function
952 static native long SSL_new(long ssl_ctx, AbstractSessionContext holder) throws SSLException; in SSL_new() method in NativeCrypto
919 static native long SSL_new(long ssl_ctx, AbstractSessionContext holder) throws SSLException; in SSL_new() method in NativeCrypto
276 #define SSL_new GRPC_SHADOW_SSL_new macro
405 #define SSL_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_new) macro