Lines Matching refs:user_ssl
457 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
633 user_ssl = SSL_CONNECTION_GET_USER_SSL(sc); in ossl_quic_port_drop_incoming()
634 if (user_ssl == tls) { in ossl_quic_port_drop_incoming()
638 SSL_free(user_ssl); in ossl_quic_port_drop_incoming()