Home
last modified time | relevance | path

Searched refs:dst_start_addr (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c981 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_only() local
998 dst_start_addr = rte_pktmbuf_iova(sym->m_dst); in build_cipher_only()
1000 dst_start_addr = src_start_addr; in build_cipher_only()
1015 SEC_JD_SET_OUT_PTR(jobdescr, (uint64_t)dst_start_addr, in build_cipher_only()
1199 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth() local
1214 dst_start_addr = rte_pktmbuf_iova(sym->m_dst); in build_cipher_auth()
1216 dst_start_addr = src_start_addr; in build_cipher_auth()
1309 phys_addr_t src_start_addr, dst_start_addr; in build_proto() local
1321 dst_start_addr = rte_pktmbuf_iova(sym->m_dst); in build_proto()
1323 dst_start_addr = src_start_addr; in build_proto()
[all …]
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c1220 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_only() local
1249 dst_start_addr = rte_pktmbuf_iova(sym->m_dst); in build_cipher_only()
1251 dst_start_addr = src_start_addr; in build_cipher_only()
1428 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth_gcm() local
1437 dst_start_addr = src_start_addr; in build_cipher_auth_gcm()
1510 dst_start_addr + sym->aead.data.offset); in build_cipher_auth_gcm()
1665 rte_iova_t src_start_addr, dst_start_addr; in build_cipher_auth() local
1674 dst_start_addr = src_start_addr; in build_cipher_auth()
1761 phys_addr_t src_start_addr, dst_start_addr; in build_proto() local
1774 dst_start_addr = src_start_addr; in build_proto()
[all …]