Home
last modified time | relevance | path

Searched refs:ossl_ssl_init (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/ssl/quic/
H A Dquic_obj.c34 if (!ossl_ssl_init(&obj->ssl, ctx, ctx->method, type)) in ossl_quic_obj_init()
/src/crypto/openssl/ssl/
H A Dssl_local.h2526 __owur int ossl_ssl_init(SSL *ssl, SSL_CTX *ctx, const SSL_METHOD *method,
H A Dssl_lib.c703 int ossl_ssl_init(SSL *ssl, SSL_CTX *ctx, const SSL_METHOD *method, int type) in ossl_ssl_init() function
744 if (!ossl_ssl_init(ssl, ctx, method, SSL_TYPE_SSL_CONNECTION)) { in ossl_ssl_connection_new_int()