Home
last modified time | relevance | path

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

/system/core/metricsd/uploader/
Dmetrics_log_base.cc58 uma_proto_.set_client_id(Hash(client_id)); in MetricsLogBase()
68 uint64_t MetricsLogBase::Hash(const std::string& value) { in Hash() function in metrics::MetricsLogBase
111 user_action->set_name_hash(Hash(key)); in RecordUserAction()
125 histogram_proto->set_name_hash(Hash(histogram_name)); in RecordHistogramDelta()
Dmetrics_log_base.h57 static uint64_t Hash(const std::string& value);
Dsystem_profile_cache.cc152 metrics::MetricsLogBase::Hash(profile_.client_id)); in Populate()
/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/metricsd/
Dmetrics_collector.cc156 uint32_t version_hash = base::Hash(version); in GetOsVersionHash()
/system/tpm/trunks/generator/
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_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_commands.txt236 Hash/HMAC/Event Sequences .........................................................................…
676 Table 66 — Hash Selection Matrix ..................................................................…
11245 Hash/HMAC/Event Sequences
11252 maintained. For a description of sequences, see “Hash, HMAC, and Event Sequences” in Part 1.
11274 Table 66 — Hash Selection Matrix
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,
Dtpm_generated.h4475 virtual void Hash(
Dtpm_generated.cc17434 void Tpm::Hash( in Hash() function in trunks::Tpm