Searched refs:rte_crypto_raw_dp_ctx (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_cryptodev.h | 1517 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 D | rte_cryptodev.c | 1779 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 D | rte_cryptodev_pmd.h | 353 struct rte_crypto_raw_dp_ctx *ctx,
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym.h | 270 struct rte_crypto_raw_dp_ctx *raw_dp_ctx,
|
| H A D | qat_sym_hw_dp.c | 893 struct rte_crypto_raw_dp_ctx *raw_dp_ctx, in qat_sym_configure_dp_ctx()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 660 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 D | test_cryptodev.c | 195 struct rte_crypto_raw_dp_ctx *ctx; in process_sym_raw_dp_op()
|