Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.c119 rte_crypto_op_ctophys_offset(op, in set_cipher_iv()
302 rte_crypto_op_ctophys_offset(op, in qat_sym_build_request()
391 rte_crypto_op_ctophys_offset(op, in qat_sym_build_request()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.h80 #define rte_crypto_op_ctophys_offset(c, o) \ macro
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c470 sym_op->aead.aad.phys_addr = rte_crypto_op_ctophys_offset(ops[i], in cperf_set_ops_aead()
/f-stack/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()
/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c260 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
263 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
280 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
295 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
312 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()