| 17766 | } |
| 17767 | |
| 17768 | static int |
| 17769 | test_cryptodev_uadk(void) |
| 17770 | { |
| 17771 | return run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_UADK_PMD)); |
| 17772 | } |
| 17773 | |
| 17774 | static int |
| 17775 | test_cryptodev_virtio(void) |
nothing calls this directly
no test coverage detected