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

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dbio_ssl.c72 static int ssl_new(BIO *h);
94 ssl_new,
104 static int ssl_new(BIO *bi) function
H A Dssl_lib.c245 if (!s->method->ssl_new(s))
362 if (!s->method->ssl_new(s))
858 t->method->ssl_new(t); /* setup new */
2257 ret=s->method->ssl_new(s);
2464 ret->method->ssl_new(ret);
H A Dssl.h389 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
/barrelfish-master/include/openssl/
H A Dssl.h389 int (*ssl_new)(SSL *s); member in struct:ssl_method_st

Completed in 110 milliseconds