/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
|
D | str_parms.c | 64 uint32_t hash = 5381; in str_hash_fn() local
|
/system/core/fs_mgr/ |
D | fs_mgr_priv_sha.h | 25 uint8_t hash[SHA256_DIGEST_LENGTH]; variable 45 uint8_t hash[SHA512_DIGEST_LENGTH]; variable
|
/system/core/libutils/include/utils/ |
D | JenkinsHash.h | 35 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
|
/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
|
D | fec_open.cpp | 185 uint8_t hash[SHA256_DIGEST_LENGTH]; in parse_ecc_header() local
|
D | fec_read.cpp | 315 uint8_t *hash = &f->verity.hash[curr * SHA256_DIGEST_LENGTH]; in verity_read() local
|
/system/extras/ioshark/ |
D | compile_ioshark_subr.c | 67 u_int32_t hash; in files_db_lookup() local 83 u_int32_t hash; in files_db_add() local
|
D | compile_ioshark.h | 31 u_int32_t hash, i; in jenkins_one_at_a_time_hash() local
|
D | ioshark_bench_subr.c | 52 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/ |
D | Hash.cpp | 60 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/ |
D | event_tag_map.cpp | 91 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/ |
D | tpm_generated.cc | 8120 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/ |
D | payload_verifier.cc | 173 bool PayloadVerifier::PadRSA2048SHA256Hash(brillo::Blob* hash) { in PadRSA2048SHA256Hash()
|
D | install_plan.h | 62 brillo::Blob hash; // SHA256 hash of the payload member
|
D | delta_performer_integration_test.cc | 171 brillo::Blob hash; in GetSignatureSize() local 198 brillo::Blob hash; in SignGeneratedPayload() local 263 brillo::Blob hash, signature; in SignGeneratedShellPayload() local
|
/system/extras/ksmutils/ |
D | ksminfo.c | 48 uint32_t hash; member 202 uint32_t hash; in read_pages() local
|
/system/update_engine/ |
D | omaha_response.h | 48 std::string hash; member
|
D | update_metadata.proto | 127 optional bytes hash = 2; field
|
/system/libufdt/ |
D | ufdt_prop_dict.c | 45 int hash = _ufdt_prop_dict_str_hash(name); in _ufdt_prop_dict_find_index_by_name() 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 | 103 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/ |
D | payload_file.cc | 316 brillo::Blob hash; in AddOperationHash() local
|
/system/extras/libfec/include/fec/ |
D | io.h | 52 uint8_t hash[SHA256_DIGEST_LENGTH]; member
|