/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/bt/btif/test/ |
D | btif_keystore_test.cc | 41 std::string hash = "test"; in TEST_F() local 51 std::string hash = ""; in TEST_F() local 59 std::string hash = ""; in TEST_F() local
|
/system/core/fs_mgr/libfs_avb/ |
D | sha.h | 27 uint8_t hash[SHA256_DIGEST_LENGTH]; variable 47 uint8_t hash[SHA512_DIGEST_LENGTH]; variable
|
/system/core/libcutils/ |
D | hashmap.cpp | 29 int hash; member 37 int (*hash)(void* key); member 96 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() 169 static Entry* createEntry(void* key, int hash, void* value) { in createEntry() 193 int hash = hashKey(map, key); in hashmapPut() local 225 int hash = hashKey(map, key); in hashmapGet() local 240 int hash = hashKey(map, key); in hashmapRemove() local
|
/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 | 182 uint8_t hash[SHA256_DIGEST_LENGTH]; in parse_ecc_header() local
|
/system/update_engine/payload_consumer/ |
D | verity_writer_android_unittest.cc | 55 brillo::Blob hash = {0x1c, 0xea, 0xf7, 0x3d, 0xf4, 0x0e, 0x53, in TEST_F() local 93 brillo::Blob hash = {0xad, 0x7f, 0xac, 0xb2, 0x58, 0x6f, 0xc6, 0xe9, in TEST_F() local
|
D | payload_verifier.cc | 127 bool PayloadVerifier::PadRSASHA256Hash(brillo::Blob* hash, size_t rsa_size) { in PadRSASHA256Hash()
|
D | install_plan.h | 64 brillo::Blob hash; // SHA256 hash of the payload member
|
D | delta_performer_integration_test.cc | 169 brillo::Blob hash; in GetSignatureSize() local 190 brillo::Blob hash; in SignGeneratedPayload() local 251 brillo::Blob hash, signature; in SignGeneratedShellPayload() 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/apex/apexd/ |
D | apex_shim.cpp | 69 uint8_t hash[SHA512_DIGEST_LENGTH]; in CalculateSha512() local 86 std::string hash; in ReadSha512() local
|
/system/tools/hidl/hashing/ |
D | Hash.cpp | 68 std::string Hash::hexString(const std::vector<uint8_t>& hash) { in hexString() 142 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/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/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 98 bool PartitionHash(FastBootDriver* fb, const std::string& part, std::string* hash, int* retcode, in PartitionHash() 1027 std::string hash; in TEST_P() local 1379 std::string hash, err_msg; in TEST_P() local 1403 std::string hash, err_msg; in TEST_P() local 1454 std::string hash, err_msg; in TEST_P() local 1480 std::string hash, err_msg; in TEST_P() local 1575 std::string hash, hash_new, err_msg; in TEST_P() local 1600 std::string hash, hash_new, err_msg; in TEST_P() local 1641 std::string hash, hash_new, err_msg; in TEST_P() local
|
/system/update_engine/ |
D | omaha_response.h | 50 std::string hash; member
|
D | update_metadata.proto | 137 optional bytes hash = 2; field
|
/system/keymaster/km_openssl/ |
D | soft_keymaster_enforcement.cpp | 66 uint8_t hash[EVP_MAX_MD_SIZE]; in CreateKeyId() local
|
/system/netd/resolv/ |
D | res_cache.cpp | 681 static unsigned _dnsPacket_hashBytes(DnsPacket* packet, int numBytes, unsigned hash) { in _dnsPacket_hashBytes() 692 static unsigned _dnsPacket_hashQName(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashQName() 725 static unsigned _dnsPacket_hashQR(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashQR() 731 static unsigned _dnsPacket_hashRR(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashRR() 741 unsigned hash = FNV_BASIS; in _dnsPacket_hashQuery() local 928 unsigned int hash; /* hash value */ member 1131 unsigned int hash; member
|
/system/extras/verity/fec/ |
D | image.cpp | 282 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local
|
/system/update_engine/payload_generator/ |
D | payload_file.cc | 338 brillo::Blob hash; in AddOperationHash() local
|