Searched refs:rte_crypto_op_ctophys_offset (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_crypto_pmd_gens.h | 256 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 D | rte_cryptodev.h | 79 #define rte_crypto_op_ctophys_offset(c, o) \ macro
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_reqmgr.c | 246 sr->iv.iova = rte_crypto_op_ctophys_offset(sr->op, offset); in softreq_copy_iv()
|
| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_ops.c | 583 sym_op->aead.aad.phys_addr = rte_crypto_op_ctophys_offset(ops[i], in cperf_set_ops_aead()
|
| /dpdk/app/test/ |
| H A D | test_cryptodev.c | 275 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()
|