/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/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/update_engine/payload_consumer/ |
D | verity_writer_android_unittest.cc | 63 brillo::Blob hash = {0x1c, 0xea, 0xf7, 0x3d, 0xf4, 0x0e, 0x53, in TEST_F() local 112 brillo::Blob hash = {0xad, 0x7f, 0xac, 0xb2, 0x58, 0x6f, 0xc6, 0xe9, in TEST_F() local 138 brillo::Blob hash = {0xad, 0x7f, 0xac, 0xb2, 0x58, 0x6f, 0xc6, 0xe9, in TEST_F() local
|
D | payload_verifier.cc | 224 bool PayloadVerifier::PadRSASHA256Hash(brillo::Blob* hash, size_t rsa_size) { in PadRSASHA256Hash()
|
D | install_plan.h | 84 brillo::Blob hash; // SHA256 hash of the payload member
|
/system/core/libutils/include/utils/ |
D | JenkinsHash.h | 35 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
|
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/include/aidl/android/aidl/versioned/tests/ |
D | IFooInterface.h | 27 static inline const std::string hash = "9e7be1859820c59d9d55dd133e71a3687b5d2e5b"; variable
|
/system/libziparchive/ |
D | zip_cd_entry_map.cc | 46 const uint32_t hash = ComputeHash(name); in GetCdEntryOffset() local 62 const uint64_t hash = ComputeHash(name); in AddToMap() local
|
/system/apex/apexd/ |
D | apex_shim.cpp | 86 uint8_t hash[SHA512_DIGEST_LENGTH]; in CalculateSha512() local 102 std::string hash; in GetAllowedHashes() 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 | 37 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/core/fs_mgr/libsnapshot/ |
D | estimate_cow_from_nonab_ota.cpp | 265 std::string hash(32, '\0'); in SHA256() local 365 auto hash = SHA256(chunk); in AnalyzePartition() local 405 auto hash = SHA256(chunk); in GetBlockMap() local
|
D | test_helpers.cpp | 91 std::string* hash) { in WriteRandomData() 131 bool WriteRandomData(ICowWriter* writer, std::string* hash) { in WriteRandomData()
|
/system/extras/libfec/ |
D | fec_verity.cpp | 124 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()
|
D | fec_open.cpp | 184 uint8_t hash[SHA256_DIGEST_LENGTH]; in parse_ecc_header() local
|
/system/tools/aidl/tests/ |
D | aidl_test_client_ndk_versioned_interface.cpp | 51 string hash; in TEST_F() local
|
/system/update_engine/common/ |
D | hash_calculator.cc | 129 std::vector<unsigned char> hash; in SHA256Digest() 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/security/keystore2/src/database/ |
D | perboot.rs | 51 fn hash<H: std::hash::Hasher>(&self, state: &mut H) { in hash() method
|
/system/tools/hidl/hashing/ |
D | Hash.cpp | 134 std::string hash = match.str(1); in readHashFile() local
|
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 100 bool PartitionHash(FastBootDriver* fb, const std::string& part, std::string* hash, int* retcode, in PartitionHash() 1162 std::string hash; in TEST_P() local 1514 std::string hash, err_msg; in TEST_P() local 1538 std::string hash, err_msg; in TEST_P() local 1589 std::string hash, err_msg; in TEST_P() local 1615 std::string hash, err_msg; in TEST_P() local 1710 std::string hash, hash_new, err_msg; in TEST_P() local 1735 std::string hash, hash_new, err_msg; in TEST_P() local 1776 std::string hash, hash_new, err_msg; in TEST_P() local
|
/system/keymaster/km_openssl/ |
D | soft_keymaster_enforcement.cpp | 66 uint8_t hash[EVP_MAX_MD_SIZE]; in CreateKeyId() local
|
/system/extras/verity/fec/ |
D | image.cpp | 282 uint8_t hash[SHA256_DIGEST_LENGTH]; in image_ecc_load() local
|