Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_record_test.c2764 unsigned char *hbuf = NULL; in test_wire_pkt_hdr_actual() local
2864 hbuf = OPENSSL_malloc(t->expected_len); in test_wire_pkt_hdr_actual()
2865 if (!TEST_ptr(hbuf)) in test_wire_pkt_hdr_actual()
2868 memcpy(hbuf, t->expected, t->expected_len); 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()
2879 unsigned char d = t->expected[i] ^ hbuf[i], rej_mask = 0xff; in test_wire_pkt_hdr_actual()
2915 if (!TEST_mem_eq(hbuf, t->expected_len, t->expected, t->expected_len)) in test_wire_pkt_hdr_actual()
2926 OPENSSL_free(hbuf); in test_wire_pkt_hdr_actual()

Completed in 16 milliseconds