Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_record_test.c2879 unsigned char d = t->expected[i] ^ hbuf[i], rej_mask = 0xff; in test_wire_pkt_hdr_actual() local
2883 rej_mask = (t->hdr.type == QUIC_PKT_TYPE_1RTT) ? ~0x1f : ~0xf; in test_wire_pkt_hdr_actual()
2886 rej_mask = 0; in test_wire_pkt_hdr_actual()
2890 if (rej_mask != 0xff) in test_wire_pkt_hdr_actual()
2892 if (((1U << j) & rej_mask) != 0) in test_wire_pkt_hdr_actual()
2907 if (!TEST_int_eq(d & rej_mask, 0)) in test_wire_pkt_hdr_actual()

Completed in 19 milliseconds