| /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.cpp | 30 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
|
| D | str_parms.cpp | 63 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
|
| /system/extras/ioshark/ |
| D | compile_ioshark_subr.c | 68 u_int32_t hash; in files_db_lookup() local 84 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 | 55 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/ |
| D | Hash.cpp | 71 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/ |
| D | event_tag_map.cpp | 91 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/ |
| 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 | 64 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/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/update_engine/ |
| D | omaha_response.h | 49 std::string hash; member
|
| D | update_metadata.proto | 132 optional bytes hash = 2; field
|
| /system/keymaster/km_openssl/ |
| D | soft_keymaster_enforcement.cpp | 69 uint8_t hash[EVP_MAX_MD_SIZE]; in CreateKeyId() local
|
| /system/extras/verity/fec/ |
| D | image.cpp | 281 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local
|
| /system/update_engine/payload_generator/ |
| D | payload_file.cc | 319 brillo::Blob hash; in AddOperationHash() local
|
| /system/vold/ |
| D | KeyStorage.cpp | 186 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/ |
| D | io.h | 52 uint8_t hash[SHA256_DIGEST_LENGTH]; member
|