Searched refs:kSHA1NumBytes (Results 1 – 4 of 4) sorted by relevance
22 static const int kSHA1NumBytes = 20; variable27 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
209 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) { in Sha1ToString() argument211 for (int i = 0; i < kSHA1NumBytes; i++) in Sha1ToString()217 uint8_t Hash[kSHA1NumBytes]; in Hash()
28 uint8_t Sha1[kSHA1NumBytes]; // Checksum.66 uint8_t Hash[kSHA1NumBytes];76 memcpy(II.Sha1, Hash, kSHA1NumBytes);
149 uint8_t BaseSha1[kSHA1NumBytes]; // Checksum of the base unit.