Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 37) 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.cpp30 int hash; member
38 int (*hash)(void* key); member
101 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex()
174 static Entry* createEntry(void* key, int hash, void* value) { in createEntry()
198 int hash = hashKey(map, key); in hashmapPut() local
230 int hash = hashKey(map, key); in hashmapGet() local
245 int hash = hashKey(map, key); in hashmapContainsKey() local
261 int hash = hashKey(map, key); in hashmapMemoize() local
293 int hash = hashKey(map, key); in hashmapRemove() local
Dstr_parms.cpp63 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
/system/extras/ioshark/
Dcompile_ioshark_subr.c68 u_int32_t hash; in files_db_lookup() local
84 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.c55 u_int32_t hash; in files_db_lookup_byfileno() local
71 u_int32_t hash = fileno % FILE_DB_HASHSIZE; in files_db_add_byfileno() local
/system/tools/hidl/
DHash.cpp71 std::string Hash::hexString(const std::vector<uint8_t> &hash) { in hexString()
148 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::string_view>()(std::string_view(__t)); in operator ()()
102 struct std::hash<TagFmt> : public std::unary_function<const TagFmt&, size_t> { struct in std
108 // 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.h64 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/libufdt/
Dufdt_prop_dict.c45 int hash = _ufdt_prop_dict_str_hash(name); in _ufdt_prop_dict_find_index_by_name() local
/system/update_engine/
Domaha_response.h49 std::string hash; member
Dupdate_metadata.proto132 optional bytes hash = 2; field
/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp69 uint8_t hash[EVP_MAX_MD_SIZE]; in CreateKeyId() local
/system/extras/verity/fec/
Dimage.cpp281 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local
/system/update_engine/payload_generator/
Dpayload_file.cc319 brillo::Blob hash; in AddOperationHash() local
/system/vold/
DKeyStorage.cpp186 bool createSecdiscardable(const std::string& filename, std::string* hash) { in createSecdiscardable()
194 bool readSecdiscardable(const std::string& filename, std::string* hash) { in readSecdiscardable()
/system/extras/libfec/include/fec/
Dio.h52 uint8_t hash[SHA256_DIGEST_LENGTH]; member

12