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

Function test_cryptodev_cpu_aesni_mb

dpdk/app/test/test_cryptodev.c:17786–17795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17784}
17785
17786static int
17787test_cryptodev_cpu_aesni_mb(void)
17788{
17789 int32_t rc;
17790 enum rte_security_session_action_type at = gbl_action_type;
17791 gbl_action_type = RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO;
17792 rc = run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_AESNI_MB_PMD));
17793 gbl_action_type = at;
17794 return rc;
17795}
17796
17797static int
17798test_cryptodev_chacha_poly_mb(void)

Callers

nothing calls this directly

Calls 1

run_cryptodev_testsuiteFunction · 0.85

Tested by

no test coverage detected