Home
last modified time | relevance | path

Searched defs:kEmptyHash (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/hashing/include/hidl-hash/
H A DHash.h25 static const std::vector<uint8_t> kEmptyHash; member
/aosp12/system/tools/hidl/hashing/
H A DHash.cpp31 const std::vector<uint8_t> Hash::kEmptyHash = std::vector<uint8_t>(SHA256_DIGEST_LENGTH, 0); member in android::Hash