Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dquic_srtm_test.c15 static const QUIC_STATELESS_RESET_TOKEN token_1 = { { 0x01, 0x02, 0x03, 0x04 } }; variable
29 if (!TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 0, &token_1)) in test_srtm()
30 || !TEST_false(ossl_quic_srtm_add(srtm, ptrs + 0, 0, &token_1)) in test_srtm()
35 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 1, &token_1)) in test_srtm()
36 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 2, &token_1)) in test_srtm()
37 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 0, 3, &token_1)) in test_srtm()
38 || !TEST_true(ossl_quic_srtm_add(srtm, ptrs + 1, 0, &token_1)) in test_srtm()
42 || !TEST_true(ossl_quic_srtm_lookup(srtm, &token_1, 0, &opaque, &seq_num)) in test_srtm()
45 || !TEST_true(ossl_quic_srtm_lookup(srtm, &token_1, 1, &opaque, &seq_num)) in test_srtm()
48 || !TEST_true(ossl_quic_srtm_lookup(srtm, &token_1, 2, &opaque, &seq_num)) in test_srtm()
[all …]
H A Dquic_txp_test.c503 static const unsigned char token_1[] = { variable
521 if (!TEST_true(ossl_quic_wire_encode_frame_new_token(&wpkt, token_1, in schedule_cfq_new_token()
522 sizeof(token_1)))) { in schedule_cfq_new_token()
551 token_1, in check_cfq_new_token()
552 sizeof(token_1))) in check_cfq_new_token()