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

Function test_cryptodev_openssl_asym

dpdk/app/test/test_cryptodev_asym.c:3638–3650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3636};
3637
3638static int
3639test_cryptodev_openssl_asym(void)
3640{
3641 gbl_driver_id = rte_cryptodev_driver_id_get(
3642 RTE_STR(CRYPTODEV_NAME_OPENSSL_PMD));
3643
3644 if (gbl_driver_id == -1) {
3645 RTE_LOG(ERR, USER1, "OPENSSL PMD must be loaded.\n");
3646 return TEST_SKIPPED;
3647 }
3648
3649 return unit_test_suite_runner(&cryptodev_openssl_asym_testsuite);
3650}
3651
3652static int
3653test_cryptodev_qat_asym(void)

Callers

nothing calls this directly

Calls 2

unit_test_suite_runnerFunction · 0.70

Tested by

no test coverage detected