| 540 | } |
| 541 | |
| 542 | static int |
| 543 | crosscheck_suite_setup(void) |
| 544 | { |
| 545 | dev_configure_and_start(RTE_CRYPTODEV_FF_SECURITY); |
| 546 | |
| 547 | return 0; |
| 548 | } |
| 549 | |
| 550 | static void |
| 551 | crosscheck_suite_teardown(void) |
nothing calls this directly
no test coverage detected