Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Drte_cryptodev.h1457 struct rte_crypto_raw_dp_ctx { struct
1497 struct rte_crypto_raw_dp_ctx *ctx,
1528 rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx,
1554 rte_cryptodev_raw_enqueue(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_enqueue()
1578 rte_cryptodev_raw_enqueue_done(struct rte_crypto_raw_dp_ctx *ctx,
1624 rte_cryptodev_raw_dequeue_burst(struct rte_crypto_raw_dp_ctx *ctx,
1656 rte_cryptodev_raw_dequeue(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_dequeue()
1674 rte_cryptodev_raw_dequeue_done(struct rte_crypto_raw_dp_ctx *ctx,
H A Dcryptodev_pmd.h397 struct rte_crypto_raw_dp_ctx *ctx,
H A Drte_cryptodev.c2221 int32_t size = sizeof(struct rte_crypto_raw_dp_ctx); in rte_cryptodev_get_raw_dp_ctx_size()
2243 struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_configure_raw_dp_ctx()
2263 rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_enqueue_burst()
2272 rte_cryptodev_raw_enqueue_done(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_enqueue_done()
2279 rte_cryptodev_raw_dequeue_burst(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_dequeue_burst()
2292 rte_cryptodev_raw_dequeue_done(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_dequeue_done()
/dpdk/drivers/crypto/qat/
H A Dqat_sym.h361 struct rte_crypto_raw_dp_ctx *raw_dp_ctx,
H A Dqat_sym.c359 struct rte_crypto_raw_dp_ctx *raw_dp_ctx, in qat_sym_configure_dp_ctx()
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gen4.c343 struct rte_crypto_raw_dp_ctx *raw_dp_ctx = _raw_dp_ctx; in qat_sym_configure_raw_dp_ctx_gen4()
H A Dqat_crypto_pmd_gen3.c612 struct rte_crypto_raw_dp_ctx *raw_dp_ctx = _raw_dp_ctx; in qat_sym_configure_raw_dp_ctx_gen3()
H A Dqat_sym_pmd_gen1.c1093 struct rte_crypto_raw_dp_ctx *raw_dp_ctx = _raw_dp_ctx; in qat_sym_configure_raw_dp_ctx_gen1()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_priv.h980 struct rte_crypto_raw_dp_ctx *raw_dp_ctx,
H A Ddpaa2_sec_raw_dp.c998 struct rte_crypto_raw_dp_ctx *raw_dp_ctx, in dpaa2_sec_configure_raw_dp_ctx()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h1038 struct rte_crypto_raw_dp_ctx *raw_dp_ctx,
H A Ddpaa_sec_raw_dp.c1003 struct rte_crypto_raw_dp_ctx *raw_dp_ctx, in dpaa_sec_configure_raw_dp_ctx()
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst704 the user shall create a local ``struct rte_crypto_raw_dp_ctx`` buffer and
717 After the ``struct rte_crypto_raw_dp_ctx`` buffer is initialized, it is now
774 ``struct rte_crypto_raw_dp_ctx`` buffer is initialized. This feature is useful
/dpdk/app/test/
H A Dtest_cryptodev.c204 struct rte_crypto_raw_dp_ctx *ctx; in process_sym_raw_dp_op()