Searched refs:mIDHash (Results 1 – 3 of 3) sorted by relevance
62 mIDHash.resize(SHA256_DIGEST_LENGTH); in validateCache()63 SHA256_Final(mIDHash.data(), &ctx); in validateCache()69 if (loaded && std::equal(hash.begin(), hash.end(), mIDHash.begin())) return true; in validateCache()178 if (mIDHash.size()) { in saveToDiskLocked()180 set(mBlobCache.get(), &key, sizeof(key), mIDHash.data(), mIDHash.size()); in saveToDiskLocked()
149 std::vector<uint8_t> mIDHash; variable
57 cache.mIDHash.clear(); in reinitializeAllFields()