Home
last modified time | relevance | path

Searched refs:ossl_quic_handle_frames (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_rx_depack.h17 int ossl_quic_handle_frames(QUIC_CHANNEL *qc, OSSL_QRX_PKT *qpacket);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_rx_depack.c1425 int ossl_quic_handle_frames(QUIC_CHANNEL *ch, OSSL_QRX_PKT *qpacket) in ossl_quic_handle_frames() function
H A Dquic_channel.c2583 ossl_quic_handle_frames(ch, ch->qrx_pkt); /* best effort */ in ch_rx_handle_packet()