| 17760 | } |
| 17761 | |
| 17762 | static int |
| 17763 | test_cryptodev_qat(void) |
| 17764 | { |
| 17765 | return run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_QAT_SYM_PMD)); |
| 17766 | } |
| 17767 | |
| 17768 | static int |
| 17769 | test_cryptodev_uadk(void) |
nothing calls this directly
no test coverage detected