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

Function test_crosscheck_unit

dpdk/app/test/test_cryptodev_crosscheck.c:937–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935}
936
937static int
938test_crosscheck_unit(const void *ptr)
939{
940 const struct crosscheck_test_profile *profile = ptr;
941
942 if (profile->xform_type == RTE_CRYPTO_SYM_XFORM_NOT_SPECIFIED)
943 return TEST_SKIPPED;
944
945 return crosscheck_with_profile_run(profile);
946}
947
948static struct unit_test_suite*
949sym_unit_test_suite_create(const struct rte_cryptodev_symmetric_capability *capa)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected