HomeSort by relevance Sort by last modified time
    Searched refs:kHashSizeInBytes (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/profile_resetter/
jtl_foundation.cc 23 unsigned char digest[kHashSizeInBytes];
30 cached_hashes_[input] = base::HexEncode(digest, kHashSizeInBytes / 2);
31 DCHECK_EQ(kHashSizeInBytes, cached_hashes_[input].size());
38 if (maybe_hash.size() != kHashSizeInBytes)
jtl_foundation.h 173 const size_t kHashSizeInBytes = 32u;
jtl_interpreter.cc 664 if (next_instruction_index_ + jtl_foundation::kHashSizeInBytes >
668 jtl_foundation::kHashSizeInBytes);
669 next_instruction_index_ += jtl_foundation::kHashSizeInBytes;

Completed in 91 milliseconds