Home | History | Annotate | Download | only in ssl

Lines Matching refs:ssl_session_new

168 UniquePtr<SSL_SESSION> ssl_session_new(const SSL_X509_METHOD *x509_method) {
188 UniquePtr<SSL_SESSION> new_session = ssl_session_new(session->x509_method);
367 UniquePtr<SSL_SESSION> session = ssl_session_new(ssl->ctx->x509_method);
870 SSL_SESSION *SSL_SESSION_new(const SSL_CTX *ctx) {
871 return ssl_session_new(ctx->x509_method).release();