Searched defs:SSL_new (Results 1 – 11 of 11) sorted by relevance
302 #define SSL_new SSL_NEW macro
298 SSL *SSL_new(SSL_CTX *ctx) in SSL_new() function
1322 fn SSL_new(ctx: *mut SSL_CTX) -> *mut SSL; in SSL_new() function
611 SSL *SSL_new(SSL_CTX *ctx) { in SSL_new() function
618 SSL *SSL_new(SSL_CTX *ctx) { in SSL_new() function
1036 static native long SSL_new(long ssl_ctx, AbstractSessionContext holder) throws SSLException; in SSL_new() method in NativeCrypto
1005 static native long SSL_new(long ssl_ctx, AbstractSessionContext holder) throws SSLException; in SSL_new() method in NativeCrypto
489 SSL *SSL_new(SSL_CTX *ctx) { in SSL_new() function
432 #define SSL_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_new) macro
426 #define SSL_new BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_new) macro