Searched refs:ossl_ssl_init (Results 1 – 3 of 3) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_impl.c | 400 if (!ossl_ssl_init(ssl_base, ctx, ctx->method, SSL_TYPE_QUIC_CONNECTION)) { in ossl_quic_new() 1950 if (!ossl_ssl_init(&xso->ssl, qc->ssl.ctx, qc->ssl.method, SSL_TYPE_QUIC_XSO)) { in create_xso_from_stream()
|
/openssl/ssl/ |
H A D | ssl_local.h | 2482 __owur int ossl_ssl_init(SSL *ssl, SSL_CTX *ctx, const SSL_METHOD *method,
|
H A D | ssl_lib.c | 703 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()
|
Completed in 97 milliseconds