Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/hashing/include/hidl-hash/
DHash.h24 struct Hash { struct
25 static const std::vector<uint8_t> kEmptyHash; argument
50 std::vector<uint8_t> mHash; argument
/system/bt/bta/gatt/
Ddatabase.cc212 Octet16 Database::Hash() const { in Hash() function in gatt::Database
/system/tools/hidl/hashing/
DHash.cpp66 Hash::Hash(const std::string& path) : mPath(path), mHash(sha256File(path)) {} in Hash() function in android::Hash
/system/tools/aidl/
Doptions.h144 string Hash() const { return hash_; } in Hash() function
/system/logging/logd/
DLogTags.cpp454 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked() local