Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 46) 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/update_engine/payload_consumer/
Dverity_writer_android_unittest.cc62 brillo::Blob hash = {0x1c, 0xea, 0xf7, 0x3d, 0xf4, 0x0e, 0x53, in TEST_F() local
110 brillo::Blob hash = {0xad, 0x7f, 0xac, 0xb2, 0x58, 0x6f, 0xc6, 0xe9, in TEST_F() local
135 brillo::Blob hash = {0xad, 0x7f, 0xac, 0xb2, 0x58, 0x6f, 0xc6, 0xe9, in TEST_F() local
Dpayload_verifier.cc224 bool PayloadVerifier::PadRSASHA256Hash(brillo::Blob* hash, size_t rsa_size) { in PadRSASHA256Hash()
/system/core/libutils/include/utils/
DJenkinsHash.h35 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
/system/libziparchive/
Dzip_cd_entry_map.cc46 const uint32_t hash = ComputeHash(name); in GetCdEntryOffset() local
62 const uint64_t hash = ComputeHash(name); in AddToMap() local
/system/apex/apexd/
Dapex_shim.cpp77 uint8_t hash[SHA512_DIGEST_LENGTH]; in CalculateSha512() local
93 std::string hash; in GetAllowedHashes() 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.h37 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/bt/gd/hci/
Daddress_with_type.h63 uint8_t hash[3]; in IsRpaThatMatchesIrk() local
/system/core/fs_mgr/libsnapshot/
Destimate_cow_from_nonab_ota.cpp265 std::string hash(32, '\0'); in SHA256() local
365 auto hash = SHA256(chunk); in AnalyzePartition() local
405 auto hash = SHA256(chunk); in GetBlockMap() local
Dtest_helpers.cpp91 std::string* hash) { in WriteRandomData()
131 bool WriteRandomData(ICowWriter* writer, std::string* hash) { in WriteRandomData()
/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/extras/libfec/
Dfec_verity.cpp124 int hashtree_info::get_hash(const uint8_t *block, uint8_t *hash) { in get_hash()
160 std::vector<uint8_t> hash(digest_length_, 0); in check_block_hash() local
182 uint8_t *hash, uint64_t data_offset, in ecc_read_hashes()
/system/tools/aidl/tests/
Daidl_test_client_ndk_versioned_interface.cpp51 string hash; in TEST_F() 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/security/keystore2/src/database/
Dperboot.rs51 fn hash<H: std::hash::Hasher>(&self, state: &mut H) { in hash() method
/system/bt/bta/test/gatt/
Ddatabase_test.cc252 Octet16 hash = db.Hash(); in TEST() local
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp100 bool PartitionHash(FastBootDriver* fb, const std::string& part, std::string* hash, int* retcode, in PartitionHash()
1059 std::string hash; in TEST_P() local
1411 std::string hash, err_msg; in TEST_P() local
1435 std::string hash, err_msg; in TEST_P() local
1486 std::string hash, err_msg; in TEST_P() local
1512 std::string hash, err_msg; in TEST_P() local
1607 std::string hash, hash_new, err_msg; in TEST_P() local
1632 std::string hash, hash_new, err_msg; in TEST_P() local
1673 std::string hash, hash_new, err_msg; in TEST_P() local
/system/keymaster/km_openssl/
Dsoft_keymaster_enforcement.cpp66 uint8_t hash[EVP_MAX_MD_SIZE]; in CreateKeyId() local
/system/update_engine/cros/
Domaha_response.h49 std::string hash; member
/system/extras/verity/fec/
Dimage.cpp282 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local

12