Searched refs:ssl_new (Results 1 – 3 of 3) sorted by relevance
23 static int ssl_new(BIO *h);50 ssl_new,60 static int ssl_new(BIO *bi) in ssl_new() function291 if (!ssl_new(b)) in ssl_ctrl()
412 SSL *(*ssl_new) (SSL_CTX *ctx); member
700 return ctx->method->ssl_new(ctx); in SSL_new()
Completed in 53 milliseconds