Searched refs:ssl_new (Results 1 – 4 of 4) sorted by relevance
72 static int ssl_new(BIO *h);94 ssl_new,104 static int ssl_new(BIO *bi) in ssl_new() function353 if (!ssl_new(b)) in ssl_ctrl()
245 if (!s->method->ssl_new(s)) in SSL_clear()366 if (!s->method->ssl_new(s)) in SSL_new()867 t->method->ssl_new(t); /* setup new */ in SSL_copy_session_id()2408 ret=s->method->ssl_new(s); in SSL_set_ssl_method()2642 ret->method->ssl_new(ret); in SSL_dup()
389 int (*ssl_new)(SSL *s); member