| 17812 | } |
| 17813 | |
| 17814 | static int |
| 17815 | test_cryptodev_aesni_gcm(void) |
| 17816 | { |
| 17817 | return run_cryptodev_testsuite(RTE_STR(CRYPTODEV_NAME_AESNI_GCM_PMD)); |
| 17818 | } |
| 17819 | |
| 17820 | static int |
| 17821 | test_cryptodev_cpu_aesni_gcm(void) |
nothing calls this directly
no test coverage detected