Searched refs:QUIC_MIN_VALID_PKT_LEN_CRYPTO (Results 1 – 3 of 3) sorted by relevance
143 # define QUIC_MIN_VALID_PKT_LEN_CRYPTO 21 macro
217 || l < QUIC_MIN_VALID_PKT_LEN_CRYPTO) in ossl_quic_wire_decode_pkt_hdr()338 if (l < QUIC_MIN_VALID_PKT_LEN_CRYPTO) in ossl_quic_wire_decode_pkt_hdr()696 if (buf_len < QUIC_MIN_VALID_PKT_LEN_CRYPTO + short_conn_id_len) in ossl_quic_wire_get_pkt_hdr_dst_conn_id()
620 min_len = QUIC_MIN_VALID_PKT_LEN_CRYPTO; in qtx_write()
Completed in 13 milliseconds