Searched refs:rte_crypto_raw_dp_ctx (Results 1 – 14 of 14) sorted by relevance
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.h | 1457 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 D | cryptodev_pmd.h | 397 struct rte_crypto_raw_dp_ctx *ctx,
|
| H A D | rte_cryptodev.c | 2221 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 D | qat_sym.h | 361 struct rte_crypto_raw_dp_ctx *raw_dp_ctx,
|
| H A D | qat_sym.c | 359 struct rte_crypto_raw_dp_ctx *raw_dp_ctx, in qat_sym_configure_dp_ctx()
|
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_crypto_pmd_gen4.c | 343 struct rte_crypto_raw_dp_ctx *raw_dp_ctx = _raw_dp_ctx; in qat_sym_configure_raw_dp_ctx_gen4()
|
| H A D | qat_crypto_pmd_gen3.c | 612 struct rte_crypto_raw_dp_ctx *raw_dp_ctx = _raw_dp_ctx; in qat_sym_configure_raw_dp_ctx_gen3()
|
| H A D | qat_sym_pmd_gen1.c | 1093 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 D | dpaa2_sec_priv.h | 980 struct rte_crypto_raw_dp_ctx *raw_dp_ctx,
|
| H A D | dpaa2_sec_raw_dp.c | 998 struct rte_crypto_raw_dp_ctx *raw_dp_ctx, in dpaa2_sec_configure_raw_dp_ctx()
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.h | 1038 struct rte_crypto_raw_dp_ctx *raw_dp_ctx,
|
| H A D | dpaa_sec_raw_dp.c | 1003 struct rte_crypto_raw_dp_ctx *raw_dp_ctx, in dpaa_sec_configure_raw_dp_ctx()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 704 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 D | test_cryptodev.c | 204 struct rte_crypto_raw_dp_ctx *ctx; in process_sym_raw_dp_op()
|