| 17835 | } |
| 17836 | |
| 17837 | static int |
| 17838 | test_cryptodev_null(void) |
| 17839 | { |
| 17840 | return run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_NULL_PMD)); |
| 17841 | } |
| 17842 | |
| 17843 | static int |
| 17844 | test_cryptodev_sw_snow3g(void) |
nothing calls this directly
no test coverage detected