Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquic_txp_test.c1659 static struct script_op dyn_script_1[] = { variable
1684 dyn_script_1[dyn_script_1_crypto_idx].buf_len = target_size; in test_dyn_script_1()
1687 dyn_script_1[dyn_script_1_pkt_idx].opcode = OPK_RX_PKT; in test_dyn_script_1()
1688 dyn_script_1[dyn_script_1_check_idx].opcode = OPK_CHECK; in test_dyn_script_1()
1689 dyn_script_1[dyn_script_1_check_idx].check_func = check_is_handshake; in test_dyn_script_1()
1691 dyn_script_1[dyn_script_1_pkt_idx].opcode = OPK_RX_PKT_NONE; in test_dyn_script_1()
1692 dyn_script_1[dyn_script_1_check_idx].opcode = OPK_NOP; in test_dyn_script_1()
1695 if (!run_script(idx, dyn_script_1)) { in test_dyn_script_1()