Lines Matching +full:re +full:- +full:sampling

2  * Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
115 * 1-RTT also must come last as it lacks a length field. in ossl_quic_pkt_type_must_be_last()
196 * Destroys a header protector. This is also safe to call on a zero-initialized
232 * be encrypted. This is a low-level function which assumes you have already
277 * 0-RTT;
281 * Short Packets, which comprises only a single packet type (1-RTT).
287 * SLLLLL Legend: 1=1-RTT, i=Initial, 0=0-RTT, h=Handshake
289 * ------
297 * i0h Type-Specific Bits
347 * This is used to ensure that Retry packets have the same bit-for-bit
354 * The 'Reserved' bits in an Initial, Handshake, 0-RTT or 1-RTT packet
374 * [1i0h] Relatively-encoded packet number in raw, encoded form. The correct
375 * decoding of this value is context-dependent. The number of bytes valid in
396 * Though 1-RTT, Retry and Version Negotiation packets do not contain an
413 * the Retry Token followed by a 16-byte Retry Integrity Tag.
433 * needing to partially re-decode the packet header.
437 unsigned char *raw_sample; /* start of sampling range */
438 size_t raw_sample_len; /* maximum length of sampling range */
458 * hdr->partial is set or cleared according to whether a partial decode was
489 * The length of the (encrypted) packet payload should be written to hdr->len
491 * is not copied; the caller should write hdr->len bytes of encrypted payload to
505 * for the payload length, so you may assume hdr->len bytes are already free to
509 * WPACKET_allocate_bytes(hdr->len).
513 * Negotiation, Retry and 1-RTT packets do not contain a Length field, but
514 * hdr->len bytes of data are still reserved in the WPACKET.
545 * function returns non-zero does not guarantee that
623 * Note that hdr->data must point to the Retry packet body, and hdr->len must
626 * function and passing (hdr->data + hdr->len - QUIC_RETRY_INTEGRITY_TAG_LEN) as
627 * the tag argument.) This function fails if hdr->len is too short to contain a