Home
last modified time | relevance | path

Searched refs:rte_cryptodev_configure_raw_dp_ctx (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_cryptodev/
H A Dversion.map104 rte_cryptodev_configure_raw_dp_ctx;
H A Drte_cryptodev.h1556 rte_cryptodev_configure_raw_dp_ctx(uint8_t dev_id, uint16_t qp_id,
H A Drte_cryptodev.c1800 rte_cryptodev_configure_raw_dp_ctx(uint8_t dev_id, uint16_t qp_id, in rte_cryptodev_configure_raw_dp_ctx() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst663 ``rte_cryptodev_configure_raw_dp_ctx`` function with the ``is_update``
669 parameter passed into ``rte_cryptodev_configure_raw_dp_ctx`` is 1, the driver
702 Calling ``rte_cryptodev_configure_raw_dp_ctx`` with the parameter ``is_update``
726 Calling ``rte_cryptodev_configure_raw_dp_ctx`` with the parameter ``is_update``
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c219 if (rte_cryptodev_configure_raw_dp_ctx(dev_id, qp_id, ctx, in process_sym_raw_dp_op()