| 17806 | } |
| 17807 | |
| 17808 | static int |
| 17809 | test_cryptodev_openssl(void) |
| 17810 | { |
| 17811 | return run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_OPENSSL_PMD)); |
| 17812 | } |
| 17813 | |
| 17814 | static int |
| 17815 | test_cryptodev_aesni_gcm(void) |
nothing calls this directly
no test coverage detected