Home
last modified time | relevance | path

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

/system/tools/hidl/hashing/include/hidl-hash/
DHash.h24 struct Hash { struct
25 static const std::vector<uint8_t> kEmptyHash; argument
49 std::vector<uint8_t> mHash; argument
/system/security/diced/open_dice/src/
Ddice.rs49 pub type Hash = [u8; HASH_SIZE]; typedef
181 code_hash: Hash, in new()
183 authority_hash: Hash, in new()
Dops.rs30 pub fn hash(input: &[u8]) -> Result<Hash> { in hash()
/system/tools/hidl/hashing/
DHash.cpp67 Hash::Hash(const std::string& path) : mPath(path), mHash(sha256File(path)) {} in Hash() function in android::Hash
/system/tools/aidl/
Doptions.h177 string Hash() const { return hash_; } in Hash() function
/system/logging/logd/
DLogTags.cpp454 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked() local