Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gens.h256 cipher_iv->iova = rte_crypto_op_ctophys_offset(op, in qat_sym_convert_op_to_vec_cipher()
305 auth_iv->iova = rte_crypto_op_ctophys_offset(op, in qat_sym_convert_op_to_vec_auth()
316 auth_iv->iova = rte_crypto_op_ctophys_offset(op, in qat_sym_convert_op_to_vec_auth()
386 cipher_iv->iova = rte_crypto_op_ctophys_offset(op, in qat_sym_convert_op_to_vec_chain()
390 auth_iv_or_aad->iova = rte_crypto_op_ctophys_offset(op, in qat_sym_convert_op_to_vec_chain()
508 cipher_iv->iova = rte_crypto_op_ctophys_offset(op, in qat_sym_convert_op_to_vec_aead()
/dpdk/lib/cryptodev/
H A Drte_cryptodev.h79 #define rte_crypto_op_ctophys_offset(c, o) \ macro
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c246 sr->iv.iova = rte_crypto_op_ctophys_offset(sr->op, offset); in softreq_copy_iv()
/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c583 sym_op->aead.aad.phys_addr = rte_crypto_op_ctophys_offset(ops[i], in cperf_set_ops_aead()
/dpdk/app/test/
H A Dtest_cryptodev.c275 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
278 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
320 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
335 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
352 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()