Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Dcryptodev_pmd.h62 struct rte_cryptodev_data { struct
93 struct rte_cryptodev_data *data; argument
123 struct rte_cryptodev_data *data[RTE_CRYPTO_MAX_DEVS];
H A Drte_cryptodev.c775 rte_cryptodev_data_alloc(uint8_t dev_id, struct rte_cryptodev_data **data, in rte_cryptodev_data_alloc()
789 sizeof(struct rte_cryptodev_data), in rte_cryptodev_data_alloc()
804 memset(*data, 0, sizeof(struct rte_cryptodev_data)); in rte_cryptodev_data_alloc()
810 rte_cryptodev_data_free(uint8_t dev_id, struct rte_cryptodev_data **data) in rte_cryptodev_data_free()
874 struct rte_cryptodev_data **cryptodev_data = in rte_cryptodev_pmd_allocate()
/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h157 struct rte_cryptodev_data *crypto_data;
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst564 * cryptodev: Made ``rte_cryptodev``, ``rte_cryptodev_data`` private