Searched refs:user_ssl (Results 1 – 4 of 4) sorted by relevance
464 SSL *user_ssl = NULL; in port_new_handshake_layer() local474 user_ssl = port->get_conn_user_ssl(ch, port->user_ssl_arg); in port_new_handshake_layer()475 if (user_ssl == NULL) in port_new_handshake_layer()477 qc = (QUIC_CONNECTION *)user_ssl; in port_new_handshake_layer()485 SSL_free(user_ssl); in port_new_handshake_layer()489 tls = ossl_ssl_connection_new_int(port->channel_ctx, user_ssl, TLS_method()); in port_new_handshake_layer()492 SSL_free(user_ssl); in port_new_handshake_layer()497 if (!ql->obj.ssl.ctx->new_pending_conn_cb(ql->obj.ssl.ctx, user_ssl, in port_new_handshake_layer()499 SSL_free(user_ssl); in port_new_handshake_layer()622 SSL *user_ssl; in ossl_quic_port_drop_incoming() local[all …]
28 #define SSL_CONNECTION_GET_USER_SSL(sc) ((sc)->user_ssl)
1250 SSL *user_ssl; member2528 __owur SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *user_ssl,
731 SSL *ossl_ssl_connection_new_int(SSL_CTX *ctx, SSL *user_ssl, in ossl_ssl_connection_new_int() argument742 s->user_ssl = (user_ssl == NULL) ? ssl : user_ssl; in ossl_ssl_connection_new_int()