Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_txp_test.c64 OSSL_QUIC_FRAME_NEW_CONN_ID new_conn_id; member
451 if (!TEST_uint64_t_eq(h->frame.new_conn_id.seq_num, 2345) in check_cfq_new_conn_id()
452 || !TEST_uint64_t_eq(h->frame.new_conn_id.retire_prior_to, 1234) in check_cfq_new_conn_id()
453 || !TEST_mem_eq(&h->frame.new_conn_id.conn_id, sizeof(cid_1), in check_cfq_new_conn_id()
455 || !TEST_mem_eq(&h->frame.new_conn_id.stateless_reset.token, in check_cfq_new_conn_id()
1383 &h.frame.new_conn_id))) in run_script()

Completed in 7 milliseconds