Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_cryptodev/
H A Dversion.map110 rte_cryptodev_raw_enqueue_burst;
H A Drte_cryptodev.h1588 rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx,
H A Drte_cryptodev.c1821 rte_cryptodev_raw_enqueue_burst(struct rte_crypto_raw_dp_ctx *ctx, in rte_cryptodev_raw_enqueue_burst() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst676 operation, and ``rte_cryptodev_raw_enqueue_burst`` to enqueue a descriptor
679 data structure, using the ``rte_cryptodev_raw_enqueue_burst`` function may be
687 The ``rte_cryptodev_raw_enqueue`` and ``rte_cryptodev_raw_enqueue_burst``
689 will return the status directly, ``rte_cryptodev_raw_enqueue_burst`` will
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c328 if (rte_cryptodev_raw_enqueue_burst(ctx, &vec, ofs, (void **)&op, in process_sym_raw_dp_op()