Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c238 uint8_t *IV_ptr = iv->va; in build_raw_cipher_auth_gcm_sg() local
335 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_raw_cipher_auth_gcm_sg()
396 uint8_t *IV_ptr = iv->va; in build_dpaa_raw_dp_chain_fd() local
495 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_dpaa_raw_dp_chain_fd()
551 uint8_t *IV_ptr = iv->va; in build_dpaa_raw_dp_cipher_fd() local
625 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_dpaa_raw_dp_cipher_fd()
H A Ddpaa_sec.c1113 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_only_sg() local
1188 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_only_sg()
1221 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_only() local
1270 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_only()
1292 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_auth_gcm_sg() local
1378 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth_gcm_sg()
1451 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth_gcm()
1471 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth_gcm()
1623 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth_sg()
1688 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth()
[all …]
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c869 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_only_sg() local
946 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_only_sg()
984 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_only() local
1026 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_only()
1060 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_auth_sg() local
1150 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_auth_sg()
1203 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_auth() local
1236 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_auth()
1247 sg->ptr = cpu_to_caam64(caam_jr_dma_vtop(IV_ptr)); in build_cipher_auth()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c200 uint8_t *IV_ptr = iv->va; in build_raw_dp_aead_fd() local
292 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(IV_ptr)); in build_raw_dp_aead_fd()
H A Ddpaa2_sec_dpseci.c327 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_authenc_gcm_sg_fd() local
415 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(IV_ptr)); in build_authenc_gcm_sg_fd()
473 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_authenc_gcm_fd() local
566 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(IV_ptr)); in build_authenc_gcm_fd()