Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 12 of 12) sorted by relevance

/system/tools/hidl/
DHash.cpp30 const Hash &Hash::getHash(const std::string &path) { in getHash()
31 static std::map<std::string, Hash> hashes; in getHash()
36 it = hashes.insert(it, {path, Hash(path)}); in getHash()
56 Hash::Hash(const std::string &path) in Hash() function in android::Hash
60 std::string Hash::hexString(const std::vector<uint8_t> &hash) { in hexString()
69 std::string Hash::hexString() const { in hexString()
73 const std::vector<uint8_t> &Hash::raw() const { in raw()
77 const std::string &Hash::getPath() const { in getPath()
160 std::vector<std::string> Hash::lookupHash(const std::string &path, in lookupHash()
DAndroid.bp48 srcs: ["Hash.cpp"],
DCoordinator.cpp520 … std::vector<std::string> frozen = Hash::lookupHash(hashPath, currentFQName.string(), &error); in enforceHashes()
533 std::string currentHash = Hash::getHash(ast->getFilename()).hexString(); in enforceHashes()
DInterface.cpp296 const Hash &hash = Hash::getHash(iface->location().begin().filename()); in emitDigestChain()
Dmain.cpp1164 Hash::getHash(ast->getFilename()).hexString().c_str(), in generateHashOutput()
/system/tools/hidl/include_hash/hidl-hash/
DHash.h25 struct Hash { struct
27 static const Hash &getHash(const std::string &path);
43 Hash(const std::string &path);
/system/core/libmemunreachable/
DAllocator.h216 template<class Key, class T, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
217 using unordered_map = std::unordered_map<Key, T, Hash, KeyEqual, Allocator<std::pair<const Key, T>>…
219 template<class Key, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
220 using unordered_set = std::unordered_set<Key, Hash, KeyEqual, Allocator<Key>>;
/system/core/logd/
DLogTags.cpp465 size_t Hash = key2tag.hash_function()(Key); in nameToTag_locked() local
466 uint32_t Tag = Hash; in nameToTag_locked()
482 Tag = (Hash >> i); in nameToTag_locked()
484 if ((sizeof(Hash) <= 4) || ((Hash & (uint64_t(-1LL) << 32)) == 0)) { in nameToTag_locked()
485 Tag |= Hash << (32 - i); in nameToTag_locked()
488 Tag = Hash + i - 31; in nameToTag_locked()
/system/tpm/trunks/generator/
Draw_structures_fixed.txt366 10.2 Hash/Digest Structures .......................................................................…
368 TPMU_HA (Hash) ....................................................................................…
755 Allowed Hash Algorithms............................................................................…
1081 Table 206 — Defines for SHA1 Hash Values ..........................................................…
1082 Table 207 — Defines for SHA256 Hash Values ........................................................…
1083 Table 208 — Defines for SHA384 Hash Values ........................................................…
1084 Table 209 — Defines for SHA512 Hash Values ........................................................…
1085 Table 210 — Defines for SM3_256 Hash Values .......................................................…
2771 the RFC 2104 Hash Message Authentication Code
10251 10.2 Hash/Digest Structures
[all …]
Draw_structures.txt366 10.2 Hash/Digest Structures .......................................................................…
368 TPMU_HA (Hash) ....................................................................................…
755 Allowed Hash Algorithms............................................................................…
1081 Table 206 — Defines for SHA1 Hash Values ..........................................................…
1082 Table 207 — Defines for SHA256 Hash Values ........................................................…
1083 Table 208 — Defines for SHA384 Hash Values ........................................................…
1084 Table 209 — Defines for SHA512 Hash Values ........................................................…
1085 Table 210 — Defines for SM3_256 Hash Values .......................................................…
2769 the RFC 2104 Hash Message Authentication Code
10223 10.2 Hash/Digest Structures
[all …]
Draw_commands_fixed.txt236 Hash/HMAC/Event Sequences .........................................................................…
676 Table 66 — Hash Selection Matrix ..................................................................…
11256 Hash/HMAC/Event Sequences
11263 maintained. For a description of sequences, see “Hash, HMAC, and Event Sequences” in Part 1.
11285 Table 66 — Hash Selection Matrix
/system/tpm/trunks/
Dmock_tpm.h420 MOCK_METHOD5(Hash,