/system/core/libutils/ |
D | JenkinsHash.cpp | 30 hash_t JenkinsHashWhiten(uint32_t hash) { in JenkinsHashWhiten() 37 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes() 56 uint32_t JenkinsHashMixShorts(uint32_t hash, const uint16_t* shorts, size_t size) { in JenkinsHashMixShorts()
|
/system/core/libcutils/ |
D | hashmap.c | 29 int hash; member 37 int (*hash)(void* key); member 100 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() 173 static Entry* createEntry(void* key, int hash, void* value) { in createEntry() 197 int hash = hashKey(map, key); in hashmapPut() local 229 int hash = hashKey(map, key); in hashmapGet() local 244 int hash = hashKey(map, key); in hashmapContainsKey() local 260 int hash = hashKey(map, key); in hashmapMemoize() local 292 int hash = hashKey(map, key); in hashmapRemove() local
|
/system/core/crash_reporter/ |
D | warn_collector.l | 114 uint32_t hash = 0; in StringHash() local 126 static int HashSeen(uint32_t hash) { in HashSeen() 132 static void SetHashSeen(uint32_t hash) { in SetHashSeen() 140 uint32_t hash; in WarnStart() local
|
D | kernel_collector.cc | 312 unsigned hash = 0; in HashString() local 321 unsigned *hash, in ProcessStackTrace()
|
/system/core/include/utils/ |
D | JenkinsHash.h | 35 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
|
/system/core/metricsd/uploader/mock/ |
D | sender_mock.cc | 23 bool SenderMock::Send(const std::string& content, const std::string& hash) { in Send()
|
/system/update_engine/common/ |
D | hash_calculator.h | 59 const std::string& hash() const { in hash() function
|
/system/extras/libfec/ |
D | fec_verity.cpp | 121 uint8_t *hash) in verity_hash() 146 uint8_t hash[SHA256_DIGEST_LENGTH]; in verity_check_block() local 160 uint8_t *hash, uint64_t data_offset, uint8_t *data) in ecc_read_hashes() 188 uint8_t hash[SHA256_DIGEST_LENGTH]; in verify_tree() local
|
/system/core/metricsd/uploader/ |
D | sender_http.cc | 31 const std::string hash = in Send() local
|
D | metrics_hashes.cc | 28 inline uint64_t HashToUInt64(const std::string& hash) { in HashToUInt64()
|
D | metrics_hashes_unittest.cc | 38 uint64_t hash = HashMetricName(cases[i].input); in TEST() local
|
D | metrics_log_base.cc | 69 uint64_t hash = metrics::HashMetricName(value); in Hash() local
|
/system/bt/osi/src/ |
D | hash_functions.c | 36 hash_index_t hash = 5381; in hash_function_string() local
|
/system/tpm/trunks/ |
D | tpm_generated.cc | 9440 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_Startup() local 9561 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_Startup() local 9676 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_Shutdown() local 9797 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_Shutdown() local 9912 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_SelfTest() local 10033 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_SelfTest() local 10148 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_IncrementalSelfTest() local 10270 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_IncrementalSelfTest() local 10391 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_GetTestResult() local 10510 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_GetTestResult() local [all …]
|
/system/update_engine/payload_consumer/ |
D | payload_verifier.cc | 173 bool PayloadVerifier::PadRSA2048SHA256Hash(brillo::Blob* hash) { in PadRSA2048SHA256Hash()
|
/system/bt/btcore/src/ |
D | bdaddr.c | 96 hash_index_t hash = 5381; in hash_function_bdaddr() local
|
/system/core/include/mincrypt/ |
D | hash-internal.h | 42 const uint8_t* (* const hash)(const void*, int, uint8_t*); member
|
/system/update_engine/ |
D | omaha_response.h | 46 std::string hash; member
|
D | update_metadata.proto | 127 optional bytes hash = 2; field
|
/system/extras/ksmutils/ |
D | ksminfo.c | 48 uint32_t hash; member 202 uint32_t hash; in read_pages() local
|
/system/core/libmincrypt/ |
D | rsa.c | 252 const uint8_t *hash, in RSA_verify()
|
/system/core/libmincrypt/test/ |
D | ecdsa_test.c | 227 p256_int hash; in main() local
|
D | rsa_test.c | 800 unsigned char hash[SHA_DIGEST_SIZE]; in main() local
|
/system/extras/verity/fec/ |
D | image.cpp | 282 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local
|
/system/core/libziparchive/ |
D | zip_archive.cc | 157 uint32_t hash = 0; in ComputeHash() local 175 const uint32_t hash = ComputeHash(name); in EntryToIndex() local 196 const uint64_t hash = ComputeHash(name); in AddToHash() local
|