Home
last modified time | relevance | path

Searched refs:old_digest (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c111 uint8_t *old_digest, extra_segs; in build_dpaa_raw_dp_auth_fd() local
139 old_digest = ctx->digest; in build_dpaa_raw_dp_auth_fd()
207 rte_memcpy(old_digest, digest->va, in build_dpaa_raw_dp_auth_fd()
209 start_addr = rte_dpaa_mem_vtop(old_digest); in build_dpaa_raw_dp_auth_fd()
H A Ddpaa_sec.c889 uint8_t *old_digest, extra_segs; in build_auth_only_sg() local
922 old_digest = ctx->digest; in build_auth_only_sg()
987 rte_memcpy(old_digest, sym->auth.digest.data, in build_auth_only_sg()
989 start_addr = rte_dpaa_mem_vtop(old_digest); in build_auth_only_sg()
1018 uint8_t *old_digest; in build_auth_only() local
1041 old_digest = ctx->digest; in build_auth_only()
1088 rte_memcpy(old_digest, sym->auth.digest.data, in build_auth_only()
1091 start_addr = rte_dpaa_mem_vtop(old_digest); in build_auth_only()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c352 uint8_t *old_digest; in build_raw_dp_auth_fd() local
433 old_digest = (uint8_t *)(sge + 1); in build_raw_dp_auth_fd()
434 rte_memcpy(old_digest, digest->va, in build_raw_dp_auth_fd()
436 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(old_digest)); in build_raw_dp_auth_fd()
H A Ddpaa2_sec_dpseci.c902 uint8_t *old_digest; in build_auth_sg_fd() local
996 old_digest = (uint8_t *)(sge + 1); in build_auth_sg_fd()
997 rte_memcpy(old_digest, sym_op->auth.digest.data, in build_auth_sg_fd()
999 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(old_digest)); in build_auth_sg_fd()
1019 uint8_t *old_digest; in build_auth_fd() local
1109 old_digest = (uint8_t *)(sge + 1); in build_auth_fd()
1110 rte_memcpy(old_digest, sym_op->auth.digest.data, in build_auth_fd()
1112 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(old_digest)); in build_auth_fd()