| 1416 | } |
| 1417 | |
| 1418 | int |
| 1419 | ut_setup(void) |
| 1420 | { |
| 1421 | /* Configure and start the device with security feature disabled */ |
| 1422 | return dev_configure_and_start(RTE_CRYPTODEV_FF_SECURITY); |
| 1423 | } |
| 1424 | |
| 1425 | static int |
| 1426 | ut_setup_security(void) |
nothing calls this directly
no test coverage detected