Searched refs:ossl_ssl_init (Results 1 – 3 of 3) sorted by relevance
/freebsd/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()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 2529 __owur int ossl_ssl_init(SSL *ssl, SSL_CTX *ctx, const SSL_METHOD *method,
|
H A D | ssl_lib.c | 711 int ossl_ssl_init(SSL *ssl, SSL_CTX *ctx, const SSL_METHOD *method, int type) in ossl_ssl_init() function 752 if (!ossl_ssl_init(ssl, ctx, method, SSL_TYPE_SSL_CONNECTION)) { in ossl_ssl_connection_new_int()
|