Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 38) 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
Dstr_parms.c64 uint32_t hash = 5381; in str_hash_fn() local
/system/core/fs_mgr/
Dfs_mgr_priv_sha.h25 uint8_t hash[SHA256_DIGEST_LENGTH]; variable
45 uint8_t hash[SHA512_DIGEST_LENGTH]; variable
/system/core/libutils/include/utils/
DJenkinsHash.h35 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
/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
Dfec_open.cpp185 uint8_t hash[SHA256_DIGEST_LENGTH]; in parse_ecc_header() local
Dfec_read.cpp315 uint8_t *hash = &f->verity.hash[curr * SHA256_DIGEST_LENGTH]; in verity_read() local
/system/extras/ioshark/
Dcompile_ioshark_subr.c67 u_int32_t hash; in files_db_lookup() local
83 u_int32_t hash; in files_db_add() local
Dcompile_ioshark.h31 u_int32_t hash, i; in jenkins_one_at_a_time_hash() local
Dioshark_bench_subr.c52 u_int32_t hash; in files_db_lookup_byfileno() local
68 u_int32_t hash = fileno % FILE_DB_HASHSIZE; in files_db_add_byfileno() local
/system/tools/hidl/
DHash.cpp60 std::string Hash::hexString(const std::vector<uint8_t> &hash) { in hexString()
137 std::string hash = match.str(1); in readHashFile() local
/system/core/liblog/
Devent_tag_map.cpp91 struct std::hash<MapString> struct in std
95 return std::hash<std::experimental::string_view>()( in operator ()()
103 struct std::hash<TagFmt> : public std::unary_function<const TagFmt&, size_t> { struct in std
109 // return std::hash<MapString>()(__t.first) ^ in operator ()()
/system/tpm/trunks/
Dtpm_generated.cc8120 std::unique_ptr<crypto::SecureHash> hash( in SerializeCommand_Startup() local
8219 std::unique_ptr<crypto::SecureHash> hash( in ParseResponse_Startup() local
8311 std::unique_ptr<crypto::SecureHash> hash( in SerializeCommand_Shutdown() local
8410 std::unique_ptr<crypto::SecureHash> hash( in ParseResponse_Shutdown() local
8502 std::unique_ptr<crypto::SecureHash> hash( in SerializeCommand_SelfTest() local
8601 std::unique_ptr<crypto::SecureHash> hash( in ParseResponse_SelfTest() local
8693 std::unique_ptr<crypto::SecureHash> hash( in SerializeCommand_IncrementalSelfTest() local
8793 std::unique_ptr<crypto::SecureHash> hash( in ParseResponse_IncrementalSelfTest() local
8891 std::unique_ptr<crypto::SecureHash> hash( in SerializeCommand_GetTestResult() local
8989 std::unique_ptr<crypto::SecureHash> hash( in ParseResponse_GetTestResult() local
[all …]
/system/update_engine/payload_consumer/
Dpayload_verifier.cc173 bool PayloadVerifier::PadRSA2048SHA256Hash(brillo::Blob* hash) { in PadRSA2048SHA256Hash()
Dinstall_plan.h62 brillo::Blob hash; // SHA256 hash of the payload member
Ddelta_performer_integration_test.cc171 brillo::Blob hash; in GetSignatureSize() local
198 brillo::Blob hash; in SignGeneratedPayload() local
263 brillo::Blob hash, signature; in SignGeneratedShellPayload() local
/system/extras/ksmutils/
Dksminfo.c48 uint32_t hash; member
202 uint32_t hash; in read_pages() local
/system/update_engine/
Domaha_response.h48 std::string hash; member
Dupdate_metadata.proto127 optional bytes hash = 2; field
/system/libufdt/
Dufdt_prop_dict.c45 int hash = _ufdt_prop_dict_str_hash(name); in _ufdt_prop_dict_find_index_by_name() local
/system/extras/verity/fec/
Dimage.cpp282 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local
/system/core/libziparchive/
Dzip_archive.cc103 uint32_t hash = 0; in ComputeHash() local
120 const uint32_t hash = ComputeHash(name); in EntryToIndex() local
141 const uint64_t hash = ComputeHash(name); in AddToHash() local
/system/update_engine/payload_generator/
Dpayload_file.cc316 brillo::Blob hash; in AddOperationHash() local
/system/extras/libfec/include/fec/
Dio.h52 uint8_t hash[SHA256_DIGEST_LENGTH]; member

12