| 17778 | } |
| 17779 | |
| 17780 | static int |
| 17781 | test_cryptodev_aesni_mb(void) |
| 17782 | { |
| 17783 | return run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_AESNI_MB_PMD)); |
| 17784 | } |
| 17785 | |
| 17786 | static int |
| 17787 | test_cryptodev_cpu_aesni_mb(void) |
nothing calls this directly
no test coverage detected