Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 40) 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/bt/btif/test/
Dbtif_keystore_test.cc41 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/
Dsha.h27 uint8_t hash[SHA256_DIGEST_LENGTH]; variable
47 uint8_t hash[SHA512_DIGEST_LENGTH]; variable
/system/core/libcutils/
Dhashmap.cpp29 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/
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.cpp182 uint8_t hash[SHA256_DIGEST_LENGTH]; in parse_ecc_header() local
/system/update_engine/payload_consumer/
Dverity_writer_android_unittest.cc55 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
Dpayload_verifier.cc127 bool PayloadVerifier::PadRSASHA256Hash(brillo::Blob* hash, size_t rsa_size) { in PadRSASHA256Hash()
Dinstall_plan.h64 brillo::Blob hash; // SHA256 hash of the payload member
Ddelta_performer_integration_test.cc169 brillo::Blob hash; in GetSignatureSize() local
190 brillo::Blob hash; in SignGeneratedPayload() local
251 brillo::Blob hash, signature; in SignGeneratedShellPayload() 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/apex/apexd/
Dapex_shim.cpp69 uint8_t hash[SHA512_DIGEST_LENGTH]; in CalculateSha512() local
86 std::string hash; in ReadSha512() local
/system/tools/hidl/hashing/
DHash.cpp68 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/
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/libufdt/
Dufdt_prop_dict.c45 int hash = _ufdt_prop_dict_str_hash(name); in _ufdt_prop_dict_find_index_by_name() local
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp98 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/
Domaha_response.h50 std::string hash; member
Dupdate_metadata.proto137 optional bytes hash = 2; field
/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp66 uint8_t hash[EVP_MAX_MD_SIZE]; in CreateKeyId() local
/system/netd/resolv/
Dres_cache.cpp681 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/
Dimage.cpp282 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local
/system/update_engine/payload_generator/
Dpayload_file.cc338 brillo::Blob hash; in AddOperationHash() local

12