Home
last modified time | relevance | path

Searched refs:cryptodev_destroy (Results 1 – 4 of 4) sorted by relevance

/dpdk/app/test-eventdev/
H A Devt_main.c147 goto cryptodev_destroy; in main()
162 if (test->ops.cryptodev_destroy) in main()
163 test->ops.cryptodev_destroy(test, &opt); in main()
197 cryptodev_destroy: in main()
198 if (test->ops.cryptodev_destroy) in main()
199 test->ops.cryptodev_destroy(test, &opt); in main()
H A Devt_test.h67 evt_test_cryptodev_destroy_t cryptodev_destroy; member
H A Dtest_perf_atq.c360 .cryptodev_destroy = perf_cryptodev_destroy,
H A Dtest_perf_queue.c377 .cryptodev_destroy = perf_cryptodev_destroy,