Home
last modified time | relevance | path

Searched refs:ssl_new (Results 1 – 4 of 4) sorted by relevance

/external/openssl/ssl/
Dbio_ssl.c72 static int ssl_new(BIO *h);
94 ssl_new,
104 static int ssl_new(BIO *bi) in ssl_new() function
353 if (!ssl_new(b)) in ssl_ctrl()
Dssl_lib.c245 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()
Dssl.h389 int (*ssl_new)(SSL *s); member
/external/openssl/include/openssl/
Dssl.h389 int (*ssl_new)(SSL *s); member