Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_port_local.h78 QUIC_CHANNEL *tserver_ch; member
H A Dquic_port.c582 assert(port->tserver_ch == NULL); in ossl_quic_port_create_incoming()
590 port->tserver_ch = ch; in ossl_quic_port_create_incoming()
742 if (port->tserver_ch != NULL) { in port_bind_channel()
743 ch = port->tserver_ch; in port_bind_channel()
744 port->tserver_ch = NULL; in port_bind_channel()
H A Dquic_channel.c448 void ossl_quic_channel_bind_qrx(QUIC_CHANNEL *tserver_ch, OSSL_QRX *qrx) in ossl_quic_channel_bind_qrx() argument
450 if (tserver_ch->qrx == NULL && tserver_ch->is_tserver_ch == 1) { in ossl_quic_channel_bind_qrx()
451 tserver_ch->qrx = qrx; in ossl_quic_channel_bind_qrx()
452 ossl_qrx_set_late_validation_cb(tserver_ch->qrx, rx_late_validate, in ossl_quic_channel_bind_qrx()
453 tserver_ch); in ossl_quic_channel_bind_qrx()
454 ossl_qrx_set_key_update_cb(tserver_ch->qrx, rxku_detected, in ossl_quic_channel_bind_qrx()
455 tserver_ch); in ossl_quic_channel_bind_qrx()
/src/crypto/openssl/include/internal/
H A Dquic_channel.h183 void ossl_quic_channel_bind_qrx(QUIC_CHANNEL *tserver_ch, OSSL_QRX *qrx);