Searched refs:ossl_ssl_connection_new_int (Results 1 – 4 of 4) sorted by relevance
/openssl/ssl/quic/ |
H A D | quic_port.c | 293 tls = ossl_ssl_connection_new_int(port->channel_ctx, NULL, TLS_method()); in port_new_handshake_layer()
|
H A D | quic_impl.c | 406 qc->tls = ossl_ssl_connection_new_int(ctx, ssl_base, TLS_method()); in ossl_quic_new()
|
/openssl/ssl/ |
H A D | ssl_local.h | 2484 __owur SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *user_ssl,
|
H A D | ssl_lib.c | 731 SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *user_ssl, in ossl_ssl_connection_new_int() function 939 return ossl_ssl_connection_new_int(ctx, NULL, ctx->method); in ossl_ssl_connection_new()
|
Completed in 55 milliseconds