Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Dversion.map94 rte_cryptodev_raw_enqueue_burst;
H A Drte_cryptodev.h1528 rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx,
H A Drte_cryptodev.c2263 rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_enqueue_burst() function
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst720 operation, and ``rte_cryptodev_raw_enqueue_burst`` to enqueue a descriptor
723 data structure, using the ``rte_cryptodev_raw_enqueue_burst`` function may be
731 The ``rte_cryptodev_raw_enqueue`` and ``rte_cryptodev_raw_enqueue_burst``
733 will return the status directly, ``rte_cryptodev_raw_enqueue_burst`` will
/dpdk/app/test/
H A Dtest_cryptodev.c381 if (rte_cryptodev_raw_enqueue_burst(ctx, &vec, ofs, (void **)&op, in process_sym_raw_dp_op()