Searched refs:Hash (Results 1 – 12 of 12) sorted by relevance
/system/core/metricsd/uploader/ |
D | metrics_log_base.cc | 58 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()
|
D | metrics_log_base.h | 57 static uint64_t Hash(const std::string& value);
|
D | system_profile_cache.cc | 152 metrics::MetricsLogBase::Hash(profile_.client_id)); in Populate()
|
/system/core/libmemunreachable/ |
D | Allocator.h | 216 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/ |
D | metrics_collector.cc | 156 uint32_t version_hash = base::Hash(version); in GetOsVersionHash()
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 366 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 …]
|
D | raw_structures_fixed.txt | 366 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 …]
|
D | raw_commands.txt | 236 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
|
D | raw_commands_fixed.txt | 236 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/ |
D | mock_tpm.h | 420 MOCK_METHOD5(Hash,
|
D | tpm_generated.h | 4475 virtual void Hash(
|
D | tpm_generated.cc | 17434 void Tpm::Hash( in Hash() function in trunks::Tpm
|