Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 20 of 20) sorted by relevance

/system/core/libutils/
DJenkinsHash.cpp26 hash_t JenkinsHashWhiten(uint32_t hash) { in JenkinsHashWhiten()
33 uint32_t JenkinsHashMixBytes(uint32_t hash, const uint8_t* bytes, size_t size) { in JenkinsHashMixBytes()
49 uint32_t JenkinsHashMixShorts(uint32_t hash, const uint16_t* shorts, size_t size) { in JenkinsHashMixShorts()
DBasicHashtable.cpp113 ssize_t BasicHashtableImpl::find(ssize_t index, hash_t hash, in find()
152 size_t BasicHashtableImpl::add(hash_t hash, const void* entry) { in add()
217 hash_t hash = fromBucket.cookie & Bucket::HASH_MASK; in rehash() local
/system/core/libcutils/
Dhashmap.c29 int hash; member
37 int (*hash)(void* key); member
97 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex()
166 static Entry* createEntry(void* key, int hash, void* value) { in createEntry()
190 int hash = hashKey(map, key); in hashmapPut() local
222 int hash = hashKey(map, key); in hashmapGet() local
237 int hash = hashKey(map, key); in hashmapContainsKey() local
253 int hash = hashKey(map, key); in hashmapMemoize() local
285 int hash = hashKey(map, key); in hashmapRemove() local
Dstr_parms.c47 uint32_t hash = 5381; in str_hash_fn() local
/system/core/include/utils/
DBasicHashtable.h120 inline static hash_t trimHash(hash_t hash) { in trimHash()
127 inline static size_t chainStart(hash_t hash, size_t count) { in chainStart()
134 inline static size_t chainIncrement(hash_t hash, size_t count) { in chainIncrement()
280 inline ssize_t find(ssize_t index, hash_t hash, const TKey& key) const { in find()
293 inline size_t add(hash_t hash, const TEntry& entry) { in add()
DJenkinsHash.h32 inline uint32_t JenkinsHashMix(uint32_t hash, uint32_t data) { in JenkinsHashMix()
DLruCache.h128 hash_t hash = hash_type(key); in get() local
145 hash_t hash = hash_type(key); in put() local
164 hash_t hash = hash_type(key); in remove() local
/system/bt/osi/src/
Dhash_functions.c36 hash_index_t hash = 5381; in hash_function_string() local
/system/bt/btcore/src/
Dbdaddr.c96 hash_index_t hash = 5381; in hash_function_bdaddr() local
/system/core/include/mincrypt/
Dhash-internal.h42 const uint8_t* (* const hash)(const void*, int, uint8_t*); member
/system/extras/ksmutils/
Dksminfo.c48 uint32_t hash; member
203 uint32_t hash; in read_pages() local
/system/core/libmincrypt/
Drsa.c252 const uint8_t *hash, in RSA_verify()
/system/core/libmincrypt/test/
Decdsa_test.c227 p256_int hash; in main() local
Drsa_test.c800 unsigned char hash[SHA_DIGEST_SIZE]; in main() local
/system/core/libutils/tests/
DBasicHashtable_test.cpp113 bool* collision, bool* present, hash_t* hash) { in cookieAt()
168 hash_t hash; in dump() local
/system/extras/verity/
DVerityVerifier.java310 private boolean checkBlock(byte[] hash, byte[] data) { in checkBlock()
/system/core/libziparchive/
Dzip_archive.cc347 uint32_t hash = 0; in ComputeHash() local
365 const uint32_t hash = ComputeHash(name); in EntryToIndex() local
387 const uint64_t hash = ComputeHash(name); in AddToHash() local
/system/keymaster/
Dkeymaster_enforcement.cpp382 uint8_t hash[EVP_MAX_MD_SIZE]; in CreateKeyId() local
/system/core/init/
Dinit.h55 unsigned hash; member
/system/extras/ext4_utils/
Dcontents.c344 u32 hash = 0; in ext4_xattr_hash_entry() local