Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c928 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_only_sg() local
1003 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_only_sg()
1036 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_only() local
1085 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_only()
1107 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_cipher_auth_gcm_sg() local
1193 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth_gcm_sg()
1266 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth_gcm()
1286 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth_gcm()
1438 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth_sg()
1503 qm_sg_entry_set64(sg, rte_dpaa_mem_vtop(IV_ptr)); in build_cipher_auth()
[all …]
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c303 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_authenc_gcm_sg_fd() local
391 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(IV_ptr)); in build_authenc_gcm_sg_fd()
448 uint8_t *IV_ptr = rte_crypto_op_ctod_offset(op, uint8_t *, in build_authenc_gcm_fd() local
541 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(IV_ptr)); in build_authenc_gcm_fd()