Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_rcidm_test.c28 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame_1 = {0}, ncid_frame_2 = {0}; in test_rcidm() local
33 ncid_frame_1.seq_num = 2; in test_rcidm()
34 ncid_frame_1.conn_id.id_len = 8; in test_rcidm()
35 ncid_frame_1.conn_id.id[0] = 3; in test_rcidm()
79 || !TEST_true(ossl_quic_rcidm_add_from_ncid(rcidm, &ncid_frame_1)) in test_rcidm()
H A Dquic_lcidm_test.c27 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame_1, ncid_frame_2, ncid_frame_3; in test_lcidm() local
55 || !TEST_true(ossl_quic_lcidm_generate(lcidm, ptrs + 2, &ncid_frame_1)) in test_lcidm()
62 || !TEST_true(ossl_quic_lcidm_lookup(lcidm, &ncid_frame_1.conn_id, in test_lcidm()
88 || !TEST_false(ossl_quic_lcidm_lookup(lcidm, &ncid_frame_1.conn_id, in test_lcidm()

Completed in 8 milliseconds