Searched refs:gap (Results 1 – 2 of 2) sorted by relevance
84 uint64_t gap, range_len; in ossl_quic_wire_encode_frame_ack() local86 gap = ack->ack_ranges[i - 1].start - ack->ack_ranges[i].end - 2; in ossl_quic_wire_encode_frame_ack()89 if (!WPACKET_quic_write_vlint(pkt, gap) in ossl_quic_wire_encode_frame_ack()558 uint64_t gap, len; in ossl_quic_wire_decode_frame_ack() local560 if (!PACKET_get_quic_vlint(pkt, &gap) in ossl_quic_wire_decode_frame_ack()564 end = start - gap - 2; in ossl_quic_wire_decode_frame_ack()565 if (start < gap + 2 || len > end) in ossl_quic_wire_decode_frame_ack()
45 a gap in the list of supported protocols, and some ciphers may not be
Completed in 11 milliseconds