HomeSort by: relevance | last modified time | path
    Searched refs:ncid_frame_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_rcidm_test.c 28 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame_1 = { 0 }, ncid_frame_2 = { 0 }; local
33 ncid_frame_1.seq_num = 2;
34 ncid_frame_1.conn_id.id_len = 8;
35 ncid_frame_1.conn_id.id[0] = 3;
79 || !TEST_true(ossl_quic_rcidm_add_from_ncid(rcidm, &ncid_frame_1))
quic_lcidm_test.c 27 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame_1, ncid_frame_2, ncid_frame_3; local
55 || !TEST_true(ossl_quic_lcidm_generate(lcidm, ptrs + 2, &ncid_frame_1))
62 || !TEST_true(ossl_quic_lcidm_lookup(lcidm, &ncid_frame_1.conn_id,
88 || !TEST_false(ossl_quic_lcidm_lookup(lcidm, &ncid_frame_1.conn_id,

Completed in 23 milliseconds