| 17841 | } |
| 17842 | |
| 17843 | static int |
| 17844 | test_cryptodev_sw_snow3g(void) |
| 17845 | { |
| 17846 | return run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_SNOW3G_PMD)); |
| 17847 | } |
| 17848 | |
| 17849 | static int |
| 17850 | test_cryptodev_sw_kasumi(void) |
nothing calls this directly
no test coverage detected