Searched refs:ossl_ssl_init (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_obj.c | 34 if (!ossl_ssl_init(&obj->ssl, ctx, ctx->method, type)) in ossl_quic_obj_init()
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 2526 __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()
|