| 17818 | } |
| 17819 | |
| 17820 | static int |
| 17821 | test_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 | |
| 17831 | static int |
| 17832 | test_cryptodev_mlx5(void) |
nothing calls this directly
no test coverage detected