| 17795 | } |
| 17796 | |
| 17797 | static int |
| 17798 | test_cryptodev_chacha_poly_mb(void) |
| 17799 | { |
| 17800 | int32_t rc; |
| 17801 | enum rte_security_session_action_type at = gbl_action_type; |
| 17802 | rc = run_cryptodev_testsuite( |
| 17803 | RTE_STR(CRYPTODEV_NAME_CHACHA20_POLY1305_PMD)); |
| 17804 | gbl_action_type = at; |
| 17805 | return rc; |
| 17806 | } |
| 17807 | |
| 17808 | static int |
| 17809 | test_cryptodev_openssl(void) |
nothing calls this directly
no test coverage detected