| 17784 | } |
| 17785 | |
| 17786 | static int |
| 17787 | test_cryptodev_cpu_aesni_mb(void) |
| 17788 | { |
| 17789 | int32_t rc; |
| 17790 | enum rte_security_session_action_type at = gbl_action_type; |
| 17791 | gbl_action_type = RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO; |
| 17792 | rc = run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_AESNI_MB_PMD)); |
| 17793 | gbl_action_type = at; |
| 17794 | return rc; |
| 17795 | } |
| 17796 | |
| 17797 | static int |
| 17798 | test_cryptodev_chacha_poly_mb(void) |
nothing calls this directly
no test coverage detected