Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_record_test.c1955 size_t pn_offset, sample_offset; member
2822 if (t->pn_offset == SIZE_MAX) { in test_wire_pkt_hdr_actual()
2826 if (!TEST_ptr_eq(ptrs.raw_pn, t->expected + t->pn_offset)) in test_wire_pkt_hdr_actual()
2884 } else if (i >= t->pn_offset && i < t->pn_offset + t->hdr.pn_len) { in test_wire_pkt_hdr_actual()
2887 jrel = 5 + (i - t->pn_offset) * 8; in test_wire_pkt_hdr_actual()

Completed in 14 milliseconds