Home
last modified time | relevance | path

Searched defs:sha256Result (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/utils/src/
H A Dsha256_utils.cpp50 char sha256Result[SHA256_STRING_LEN] = {0}; // sha256Result len is 65 in CheckFileSha256String() local
98 bool Sha256Utils::GetFileSha256Str(const std::string &fileName, char *sha256Result, uint32_t len) in GetFileSha256Str()
139 bool Sha256Utils::TransDigestToSha256Result(char *sha256Result, uint32_t componentIdLen, const unsi… in TransDigestToSha256Result()
/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_data_impl.cpp158 uint8_t sha256Result[SHA256_DIGEST_LENGTH] = {}; in GetSha256() local
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dinputer_data_impl_test.cpp211 uint8_t sha256Result[SHA256_DIGEST_LENGTH] = {}; variable