Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c1135 int (*ts_setup)(void) = NULL; in build_blockcipher_test_suite() local
1142 ts_setup = aes_chain_setup; in build_blockcipher_test_suite()
1148 ts_setup = aes_cipheronly_setup; in build_blockcipher_test_suite()
1154 ts_setup = aes_docsis_setup; in build_blockcipher_test_suite()
1160 ts_setup = triple_des_chain_setup; in build_blockcipher_test_suite()
1166 ts_setup = triple_des_cipheronly_setup; in build_blockcipher_test_suite()
1172 ts_setup = des_cipheronly_setup; in build_blockcipher_test_suite()
1178 ts_setup = des_docsis_setup; in build_blockcipher_test_suite()
1184 ts_setup = authonly_setup; in build_blockcipher_test_suite()
1193 ts->setup = ts_setup; in build_blockcipher_test_suite()