Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp374 std::vector<uint8_t> digestTmp; in GetAccountInfoDigestFromFile() local
376 accountInfoDigestJson.end(), path, digestTmp, OHOS::AccountSA::JsonType::ARRAY); in GetAccountInfoDigestFromFile()
377 if (memcpy_s(digest, size, digestTmp.data(), ALG_COMMON_SIZE) != EOK) { in GetAccountInfoDigestFromFile()