Searched refs:digestTmp (Results 1 – 1 of 1) sorted by relevance
374 std::vector<uint8_t> digestTmp; in GetAccountInfoDigestFromFile() local376 accountInfoDigestJson.end(), path, digestTmp, OHOS::AccountSA::JsonType::ARRAY); in GetAccountInfoDigestFromFile()377 if (memcpy_s(digest, size, digestTmp.data(), ALG_COMMON_SIZE) != EOK) { in GetAccountInfoDigestFromFile()