MCPcopy Create free account
hub / github.com/F-Stack/f-stack / blockcipher_test_case_run

Function blockcipher_test_case_run

dpdk/app/test/test_cryptodev_blockcipher.c:829–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829static int
830blockcipher_test_case_run(const void *data)
831{
832 const struct blockcipher_test_case *tc_data = data;
833 int status;
834 char test_msg[BLOCKCIPHER_TEST_MSG_LEN + 1];
835
836 status = test_blockcipher_one_case(tc_data,
837 p_testsuite_params->mbuf_pool,
838 p_testsuite_params->op_mpool,
839 p_testsuite_params->session_mpool,
840 p_testsuite_params->valid_devs[0],
841 test_msg);
842 return status;
843}
844
845static int
846aes_chain_setup(void)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected