Home
last modified time | relevance | path

Searched refs:rte_crypto_raw_dp_ctx (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.h1517 struct rte_crypto_raw_dp_ctx { struct
1557 struct rte_crypto_raw_dp_ctx *ctx,
1588 rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx,
1614 rte_cryptodev_raw_enqueue(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_enqueue()
1638 rte_cryptodev_raw_enqueue_done(struct rte_crypto_raw_dp_ctx *ctx,
1681 rte_cryptodev_raw_dequeue_burst(struct rte_crypto_raw_dp_ctx *ctx,
1712 rte_cryptodev_raw_dequeue(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_dequeue()
1730 rte_cryptodev_raw_dequeue_done(struct rte_crypto_raw_dp_ctx *ctx,
H A Drte_cryptodev.c1779 int32_t size = sizeof(struct rte_crypto_raw_dp_ctx); in rte_cryptodev_get_raw_dp_ctx_size()
1801 struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_configure_raw_dp_ctx()
1821 rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_enqueue_burst()
1830 rte_cryptodev_raw_enqueue_done(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_enqueue_done()
1837 rte_cryptodev_raw_dequeue_burst(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_dequeue_burst()
1849 rte_cryptodev_raw_dequeue_done(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_dequeue_done()
H A Drte_cryptodev_pmd.h353 struct rte_crypto_raw_dp_ctx *ctx,
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.h270 struct rte_crypto_raw_dp_ctx *raw_dp_ctx,
H A Dqat_sym_hw_dp.c893 struct rte_crypto_raw_dp_ctx *raw_dp_ctx, in qat_sym_configure_dp_ctx()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst660 the user shall create a local ``struct rte_crypto_raw_dp_ctx`` buffer and
673 After the ``struct rte_crypto_raw_dp_ctx`` buffer is initialized, it is now
730 ``struct rte_crypto_raw_dp_ctx`` buffer is initialized. This feature is useful
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c195 struct rte_crypto_raw_dp_ctx *ctx; in process_sym_raw_dp_op()