Home
last modified time | relevance | path

Searched refs:rte_cryptodev_devices_get (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/cryptodev/
H A Dversion.map18 rte_cryptodev_devices_get;
H A Drte_cryptodev.h656 rte_cryptodev_devices_get(const char *driver_name, uint8_t *devices,
H A Drte_cryptodev.c725 rte_cryptodev_devices_get(const char *driver_name, uint8_t *devices, in rte_cryptodev_devices_get() function
/dpdk/app/test-crypto-perf/
H A Dmain.c151 enabled_cdev_count = rte_cryptodev_devices_get(opts->device_type, in cperf_initialize_cryptodev()
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst297 The "rte_cryptodev_devices_get()" returns the devices exposed by either of these drivers.
/dpdk/app/test/
H A Dtest_cryptodev_asym.c845 nb_devs = rte_cryptodev_devices_get( in testsuite_setup()