Searched refs:user_ssl (Results 1 – 4 of 4) sorted by relevance
461 SSL *user_ssl = NULL; in port_new_handshake_layer() local471 user_ssl = port->get_conn_user_ssl(ch, port->user_ssl_arg); in port_new_handshake_layer()472 if (user_ssl == NULL) in port_new_handshake_layer()474 qc = (QUIC_CONNECTION *)user_ssl; in port_new_handshake_layer()482 SSL_free(user_ssl); in port_new_handshake_layer()486 tls = ossl_ssl_connection_new_int(port->channel_ctx, user_ssl, TLS_method()); in port_new_handshake_layer()489 SSL_free(user_ssl); in port_new_handshake_layer()494 if (!ql->obj.ssl.ctx->new_pending_conn_cb(ql->obj.ssl.ctx, user_ssl, in port_new_handshake_layer()496 SSL_free(user_ssl); in port_new_handshake_layer()616 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()