Home
last modified time | relevance | path

Searched refs:user_ssl (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_port.c457 SSL *user_ssl = NULL; in port_new_handshake_layer() local
467 user_ssl = port->get_conn_user_ssl(ch, port->user_ssl_arg); in port_new_handshake_layer()
468 if (user_ssl == NULL) in port_new_handshake_layer()
470 qc = (QUIC_CONNECTION *)user_ssl; in port_new_handshake_layer()
478 SSL_free(user_ssl); in port_new_handshake_layer()
482 tls = ossl_ssl_connection_new_int(port->channel_ctx, user_ssl, TLS_method()); in port_new_handshake_layer()
485 SSL_free(user_ssl); in port_new_handshake_layer()
490 if (!ql->obj.ssl.ctx->new_pending_conn_cb(ql->obj.ssl.ctx, user_ssl, in port_new_handshake_layer()
492 SSL_free(user_ssl); in port_new_handshake_layer()
612 SSL *user_ssl; in ossl_quic_port_drop_incoming() local
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dssl_unwrap.h28 # define SSL_CONNECTION_GET_USER_SSL(sc) ((sc)->user_ssl)
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1252 SSL *user_ssl; member
2531 __owur SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *user_ssl,
H A Dssl_lib.c739 SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *user_ssl, in ossl_ssl_connection_new_int() argument
750 s->user_ssl = (user_ssl == NULL) ? ssl : user_ssl; in ossl_ssl_connection_new_int()