Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dquic_srtm_test.c17 static const QUIC_STATELESS_RESET_TOKEN token_2 = { { 0x01, 0x02, 0x03, 0x05 } }; variable
39 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 2, 0, &token_2)) in test_srtm()
40 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 3, 3, &token_2)) in test_srtm()
62 || !TEST_true(ossl_quic_srtm_lookup(srtm, &token_2, 0, &opaque, &seq_num)) in test_srtm()
66 || !TEST_false(ossl_quic_srtm_lookup(srtm, &token_2, 0, &opaque, &seq_num))) in test_srtm()