Searched refs:old_digest (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | replication-3.tcl | 105 set old_digest [r debug digest] 109 assert {$old_digest eq $new_digest}
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 704 uint8_t *old_digest, extra_segs; in build_auth_only_sg() local 737 old_digest = ctx->digest; in build_auth_only_sg() 802 rte_memcpy(old_digest, sym->auth.digest.data, in build_auth_only_sg() 804 start_addr = rte_dpaa_mem_vtop(old_digest); in build_auth_only_sg() 833 uint8_t *old_digest; in build_auth_only() local 856 old_digest = ctx->digest; in build_auth_only() 903 rte_memcpy(old_digest, sym->auth.digest.data, in build_auth_only() 906 start_addr = rte_dpaa_mem_vtop(old_digest); in build_auth_only()
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 877 uint8_t *old_digest; in build_auth_sg_fd() local 971 old_digest = (uint8_t *)(sge + 1); in build_auth_sg_fd() 972 rte_memcpy(old_digest, sym_op->auth.digest.data, in build_auth_sg_fd() 974 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(old_digest)); in build_auth_sg_fd() 994 uint8_t *old_digest; in build_auth_fd() local 1084 old_digest = (uint8_t *)(sge + 1); in build_auth_fd() 1085 rte_memcpy(old_digest, sym_op->auth.digest.data, in build_auth_fd() 1087 DPAA2_SET_FLE_ADDR(sge, DPAA2_VADDR_TO_IOVA(old_digest)); in build_auth_fd()
|