Searched refs:helper_init (Results 1 – 3 of 3) sorted by relevance
/openssl/test/ |
H A D | quic_ackm_test.c | 86 static int helper_init(struct helper *h, size_t num_pkts) in helper_init() function 352 if (!TEST_int_eq(helper_init(&h, c->pn_table_len), 1)) in test_tx_ack_case_actual() 532 if (!TEST_int_eq(helper_init(&h, num_pkts), 1)) in test_tx_ack_time_script() 921 if (!TEST_int_eq(helper_init(&h, 0), 1)) in test_rx_ack_actual()
|
H A D | quic_txp_test.c | 122 static int helper_init(struct helper *h) in helper_init() function 1299 if (!helper_init(&h)) in run_script()
|
H A D | quic_multistream_test.c | 676 static int helper_init(struct helper *h, const char *script_name, in helper_init() function 2090 if (!TEST_true(helper_init(&h, script_name, in run_script()
|
Completed in 39 milliseconds