Searched refs:user_ssl (Results 1 – 4 of 4) sorted by relevance
457 SSL *user_ssl = NULL; in port_new_handshake_layer() local467 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 …]
28 # define SSL_CONNECTION_GET_USER_SSL(sc) ((sc)->user_ssl)
1252 SSL *user_ssl; member2531 __owur SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *user_ssl,
739 SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *user_ssl, in ossl_ssl_connection_new_int() argument750 s->user_ssl = (user_ssl == NULL) ? ssl : user_ssl; in ossl_ssl_connection_new_int()