Home
last modified time | relevance | path

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

/openssl/test/
H A Dquic_txp_test.c1652 static struct script_op dyn_script_1[] = { variable
1677 dyn_script_1[dyn_script_1_crypto_idx].buf_len = target_size; in test_dyn_script_1()
1680 dyn_script_1[dyn_script_1_pkt_idx].opcode = OPK_RX_PKT; in test_dyn_script_1()
1681 dyn_script_1[dyn_script_1_check_idx].opcode = OPK_CHECK; in test_dyn_script_1()
1682 dyn_script_1[dyn_script_1_check_idx].check_func = check_is_handshake; in test_dyn_script_1()
1684 dyn_script_1[dyn_script_1_pkt_idx].opcode = OPK_RX_PKT_NONE; in test_dyn_script_1()
1685 dyn_script_1[dyn_script_1_check_idx].opcode = OPK_NOP; in test_dyn_script_1()
1688 if (!run_script(idx, dyn_script_1)) { in test_dyn_script_1()

Completed in 14 milliseconds