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

Function test_cryptodev_chacha_poly_mb

dpdk/app/test/test_cryptodev.c:17797–17806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17795}
17796
17797static int
17798test_cryptodev_chacha_poly_mb(void)
17799{
17800 int32_t rc;
17801 enum rte_security_session_action_type at = gbl_action_type;
17802 rc = run_cryptodev_testsuite(
17803 RTE_STR(CRYPTODEV_NAME_CHACHA20_POLY1305_PMD));
17804 gbl_action_type = at;
17805 return rc;
17806}
17807
17808static int
17809test_cryptodev_openssl(void)

Callers

nothing calls this directly

Calls 1

run_cryptodev_testsuiteFunction · 0.85

Tested by

no test coverage detected