OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEmptyHash
(Results
1 - 4
of
4
) sorted by null
/system/tools/hidl/include_hash/hidl-hash/
Hash.h
26
static const std::vector<uint8_t>
kEmptyHash
;
/system/tools/hidl/
Hash.cpp
31
const std::vector<uint8_t> Hash::
kEmptyHash
= std::vector<uint8_t>(SHA256_DIGEST_LENGTH, 0);
50
getMutableHash(path).mHash =
kEmptyHash
;
/frameworks/native/cmds/lshal/
TableEntry.cpp
97
static const std::string unreleased = Hash::hexString(Hash::
kEmptyHash
);
/test/vts-testcase/hal/treble/vintf/
SingleManifestTest.cpp
285
if (hash == Hash::hexString(Hash::
kEmptyHash
)) {
Completed in 107 milliseconds