Home
last modified time | relevance | path

Searched refs:rte_crypto_sym_vec (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd_private.h121 struct rte_crypto_sym_vec *vec);
H A Daesni_gcm_pmd.c460 aesni_gcm_fill_error_code(struct rte_crypto_sym_vec *vec, int32_t errnum) in aesni_gcm_fill_error_code()
531 struct gcm_context_data *gdata_ctx, struct rte_crypto_sym_vec *vec) in aesni_gcm_sgl_encrypt()
550 struct gcm_context_data *gdata_ctx, struct rte_crypto_sym_vec *vec) in aesni_gcm_sgl_decrypt()
569 struct gcm_context_data *gdata_ctx, struct rte_crypto_sym_vec *vec) in aesni_gmac_sgl_generate()
592 struct gcm_context_data *gdata_ctx, struct rte_crypto_sym_vec *vec) in aesni_gmac_sgl_verify()
618 struct rte_crypto_sym_vec *vec) in aesni_gcm_pmd_cpu_crypto_process()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.h1321 struct rte_crypto_sym_vec *vec);
1372 void *qp, uint8_t *drv_ctx, struct rte_crypto_sym_vec *vec,
1589 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs,
H A Drte_cryptodev_pmd.h318 union rte_crypto_sym_ofs ofs, struct rte_crypto_sym_vec *vec);
H A Drte_crypto_sym.h68 struct rte_crypto_sym_vec { struct
H A Drte_cryptodev.c1745 sym_crypto_fill_status(struct rte_crypto_sym_vec *vec, int32_t errnum) in sym_crypto_fill_status()
1755 struct rte_crypto_sym_vec *vec) in rte_cryptodev_sym_cpu_crypto_process()
1822 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in rte_cryptodev_raw_enqueue_burst()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Daesni_mb_pmd_private.h335 struct rte_crypto_sym_vec *vec);
H A Drte_aesni_mb_pmd.c1906 aesni_mb_fill_error_code(struct rte_crypto_sym_vec *vec, int32_t err) in aesni_mb_fill_error_code()
1936 generate_sync_dgst(struct rte_crypto_sym_vec *vec, in generate_sync_dgst()
1952 verify_sync_dgst(struct rte_crypto_sym_vec *vec, in verify_sync_dgst()
1972 struct rte_crypto_sym_vec *vec) in aesni_mb_cpu_crypto_process_bulk()
/f-stack/dpdk/lib/librte_ipsec/
H A Dmisc.h125 struct rte_crypto_sym_vec symvec; in cpu_crypto_bulk()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_hw_dp.c257 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_aead_jobs()
356 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_cipher_jobs()
477 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_auth_jobs()
660 struct rte_crypto_sym_vec *vec, union rte_crypto_sym_ofs ofs, in qat_sym_dp_enqueue_chain_jobs()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst616 operation descriptor (``struct rte_crypto_sym_vec``) containing:
647 descriptor ``struct rte_crypto_sym_vec`` that supports raw data pointer and
678 ``struct rte_crypto_sym_vec`` to manage its data burst but with different
681 all crypto operations to assemble the ``struct rte_crypto_sym_vec`` descriptor
712 all operations in a ``struct rte_crypto_sym_vec`` descriptor). The
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst585 * cryptodev: The structure ``rte_crypto_sym_vec`` is updated to support both
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c190 struct rte_crypto_sym_vec vec; in process_sym_raw_dp_op()
381 struct rte_crypto_sym_vec symvec; in process_cpu_aead_op()
427 struct rte_crypto_sym_vec symvec; in process_cpu_crypt_auth_op()