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

Function test_cryptodev_cpu_aesni_gcm

dpdk/app/test/test_cryptodev.c:17820–17829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17818}
17819
17820static int
17821test_cryptodev_cpu_aesni_gcm(void)
17822{
17823 int32_t rc;
17824 enum rte_security_session_action_type at = gbl_action_type;
17825 gbl_action_type = RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO;
17826 rc = run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_AESNI_GCM_PMD));
17827 gbl_action_type = at;
17828 return rc;
17829}
17830
17831static int
17832test_cryptodev_mlx5(void)

Callers

nothing calls this directly

Calls 1

run_cryptodev_testsuiteFunction · 0.85

Tested by

no test coverage detected