Home
last modified time | relevance | path

Searched refs:rte_crypto_va_iova_ptr (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_hw_dp.c107 struct rte_crypto_va_iova_ptr *iv, in enqueue_one_aead_job()
108 struct rte_crypto_va_iova_ptr *digest, in enqueue_one_aead_job()
109 struct rte_crypto_va_iova_ptr *aad, in enqueue_one_aead_job()
223 struct rte_crypto_va_iova_ptr *iv, in qat_sym_dp_enqueue_single_aead()
224 struct rte_crypto_va_iova_ptr *digest, in qat_sym_dp_enqueue_single_aead()
225 struct rte_crypto_va_iova_ptr *aad, in qat_sym_dp_enqueue_single_aead()
305 struct rte_crypto_va_iova_ptr *iv, in enqueue_one_cipher_job()
323 struct rte_crypto_va_iova_ptr *iv, in qat_sym_dp_enqueue_single_cipher()
404 struct rte_crypto_va_iova_ptr *digest, in enqueue_one_auth_job()
444 struct rte_crypto_va_iova_ptr *digest, in qat_sym_dp_enqueue_single_auth()
[all …]
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto_sym.h58 struct rte_crypto_va_iova_ptr { struct
74 struct rte_crypto_va_iova_ptr *iv; argument
76 struct rte_crypto_va_iova_ptr *digest;
81 struct rte_crypto_va_iova_ptr *auth_iv;
83 struct rte_crypto_va_iova_ptr *aad;
H A Drte_cryptodev.h1399 struct rte_crypto_va_iova_ptr *iv,
1400 struct rte_crypto_va_iova_ptr *digest,
1401 struct rte_crypto_va_iova_ptr *aad_or_auth_iv,
1617 struct rte_crypto_va_iova_ptr *iv, in rte_cryptodev_raw_enqueue()
1618 struct rte_crypto_va_iova_ptr *digest, in rte_cryptodev_raw_enqueue()
1619 struct rte_crypto_va_iova_ptr *aad_or_auth_iv, in rte_cryptodev_raw_enqueue()
/f-stack/dpdk/lib/librte_ipsec/
H A Dmisc.h115 struct rte_crypto_va_iova_ptr iv[], in cpu_crypto_bulk()
116 struct rte_crypto_va_iova_ptr aad[], in cpu_crypto_bulk()
117 struct rte_crypto_va_iova_ptr dgst[], uint32_t l4ofs[], in cpu_crypto_bulk()
H A Desp_inb.c696 struct rte_crypto_va_iova_ptr iv[num]; in cpu_inb_pkt_prepare()
697 struct rte_crypto_va_iova_ptr aad[num]; in cpu_inb_pkt_prepare()
698 struct rte_crypto_va_iova_ptr dgst[num]; in cpu_inb_pkt_prepare()
H A Desp_outb.c452 struct rte_crypto_va_iova_ptr iv[num]; in cpu_outb_pkt_prepare()
453 struct rte_crypto_va_iova_ptr aad[num]; in cpu_outb_pkt_prepare()
454 struct rte_crypto_va_iova_ptr dgst[num]; in cpu_outb_pkt_prepare()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c1111 struct rte_crypto_va_iova_ptr *iv, in set_cpu_mb_job_params()
1112 struct rte_crypto_va_iova_ptr *aad, void *digest, void *udata) in set_cpu_mb_job_params()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c188 struct rte_crypto_va_iova_ptr cipher_iv, digest, aad_auth_iv; in process_sym_raw_dp_op()
382 struct rte_crypto_va_iova_ptr iv_ptr, aad_ptr, digest_ptr; in process_cpu_aead_op()
428 struct rte_crypto_va_iova_ptr iv_ptr, digest_ptr; in process_cpu_crypt_auth_op()