Searched refs:raw_start (Results 1 – 3 of 3) sorted by relevance
132 ptrs->raw_start, in ossl_quic_hdr_protector_decrypt()162 ptrs->raw_start, in ossl_quic_hdr_protector_encrypt()197 ptrs->raw_start = (unsigned char *)PACKET_data(pkt); in ossl_quic_wire_decode_pkt_hdr()473 ptrs->raw_start = NULL; in ossl_quic_wire_encode_pkt_hdr()583 ptrs->raw_start = start; in ossl_quic_wire_encode_pkt_hdr()
436 unsigned char *raw_start; /* start of packet */ member
2819 if (!TEST_ptr_eq(ptrs.raw_start, t->expected)) in test_wire_pkt_hdr_actual()2871 ptrs.raw_pn = hbuf + (ptrs.raw_pn - ptrs.raw_start); in test_wire_pkt_hdr_actual()2872 ptrs.raw_sample = hbuf + (ptrs.raw_sample - ptrs.raw_start); in test_wire_pkt_hdr_actual()2873 ptrs.raw_start = hbuf; in test_wire_pkt_hdr_actual()
Completed in 43 milliseconds