Home
last modified time | relevance | path

Searched refs:mHash (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DHash.cpp58 mHash(sha256File(path)) {} in Hash()
70 return hexString(mHash); in hexString()
74 return mHash; in raw()
/system/tools/hidl/include_hash/hidl-hash/
DHash.h46 const std::vector<uint8_t> mHash; member