Searched defs:sha256Result (Results 1 – 3 of 3) sorted by relevance
50 char sha256Result[SHA256_STRING_LEN] = {0}; // sha256Result len is 65 in CheckFileSha256String() local98 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()
158 uint8_t sha256Result[SHA256_DIGEST_LENGTH] = {}; in GetSha256() local
211 uint8_t sha256Result[SHA256_DIGEST_LENGTH] = {}; variable