Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 41) sorted by relevance

12

/system/core/libutils/
DJenkinsHash.cpp30 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/
Dhashmap.c29 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/
Dwarn_collector.l114 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
Dkernel_collector.cc312 unsigned hash = 0; in HashString() local
321 unsigned *hash, in ProcessStackTrace()
/system/core/include/utils/
DJenkinsHash.h35 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
/system/core/metricsd/uploader/mock/
Dsender_mock.cc23 bool SenderMock::Send(const std::string& content, const std::string& hash) { in Send()
/system/update_engine/common/
Dhash_calculator.h59 const std::string& hash() const { in hash() function
/system/extras/libfec/
Dfec_verity.cpp121 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/
Dsender_http.cc31 const std::string hash = in Send() local
Dmetrics_hashes.cc28 inline uint64_t HashToUInt64(const std::string& hash) { in HashToUInt64()
Dmetrics_hashes_unittest.cc38 uint64_t hash = HashMetricName(cases[i].input); in TEST() local
Dmetrics_log_base.cc69 uint64_t hash = metrics::HashMetricName(value); in Hash() local
/system/bt/osi/src/
Dhash_functions.c36 hash_index_t hash = 5381; in hash_function_string() local
/system/tpm/trunks/
Dtpm_generated.cc9440 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/
Dpayload_verifier.cc173 bool PayloadVerifier::PadRSA2048SHA256Hash(brillo::Blob* hash) { in PadRSA2048SHA256Hash()
/system/bt/btcore/src/
Dbdaddr.c96 hash_index_t hash = 5381; in hash_function_bdaddr() local
/system/core/include/mincrypt/
Dhash-internal.h42 const uint8_t* (* const hash)(const void*, int, uint8_t*); member
/system/update_engine/
Domaha_response.h46 std::string hash; member
Dupdate_metadata.proto127 optional bytes hash = 2; field
/system/extras/ksmutils/
Dksminfo.c48 uint32_t hash; member
202 uint32_t hash; in read_pages() local
/system/core/libmincrypt/
Drsa.c252 const uint8_t *hash, in RSA_verify()
/system/core/libmincrypt/test/
Decdsa_test.c227 p256_int hash; in main() local
Drsa_test.c800 unsigned char hash[SHA_DIGEST_SIZE]; in main() local
/system/extras/verity/fec/
Dimage.cpp282 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local
/system/core/libziparchive/
Dzip_archive.cc157 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

12