Searched refs:kSHA1NumBytes (Results 1 – 7 of 7) sorted by relevance
21 static const int kSHA1NumBytes = 20; variable26 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
211 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) { in Sha1ToString() argument213 for (int i = 0; i < kSHA1NumBytes; i++) in Sha1ToString()219 uint8_t Hash[kSHA1NumBytes]; in Hash()
119 uint8_t BaseSha1[kSHA1NumBytes]; // Checksum of the base unit.
31 uint8_t Sha1[kSHA1NumBytes]; // Checksum.
67 uint8_t Hash[kSHA1NumBytes]; in Hash()70 for (int i = 0; i < kSHA1NumBytes; i++) in Hash()
119 static const int kSHA1NumBytes = 20; variable
683 std::vector<uint8_t> ExpectedSha1(kSHA1NumBytes); in TEST()685 std::vector<uint8_t> IISha1(FirstII->Sha1, FirstII->Sha1 + kSHA1NumBytes); in TEST()