Home
last modified time | relevance | path

Searched defs:hash (Results 476 - 500 of 2332) sorted by relevance

1...<<11121314151617181920>>...94

/kernel/linux/linux-6.6/security/keys/
H A Ddh.c67 static int kdf_alloc(struct crypto_shash **hash, char *hashname) in kdf_alloc() argument
88 static void kdf_dealloc(struct crypto_shash *hash) in kdf_dealloc() argument
94 static int keyctl_dh_compute_kdf(struct crypto_shash *hash, in keyctl_dh_compute_kdf() argument
138 struct crypto_shash *hash = NULL; __keyctl_dh_compute() local
[all...]
/kernel/liteos_a/fs/vfs/
H A Dpath_cache.c100 uint32_t hash; in NameHash() local
108 int hash = NameHash(name, len, parent) & PATH_CACHE_HASH_MASK; in PathCacheInsert() local
165 int hash = NameHash(name, len, parent) & PATH_CACHE_HASH_MASK; in PathCacheLookup() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Ddigsig.c205 unsigned char hash[SHA1_DIGEST_SIZE]; in digsig_verify() local
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_debugfs.c126 int hash; in l2tp_dfs_seq_tunnel_show() local
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dstrset.c42 struct hashmap *hash; in strset__new() local
/kernel/linux/linux-6.6/net/sctp/
H A Dproc.c166 int hash = *(loff_t *)v; in sctp_eps_seq_show() local
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_api_performance.c192 HksHashRun(const struct HksParamSet *paramSet, const struct HksBlob *srcData, struct HksBlob *hash, uint32_t performTimes) HksHashRun() argument
/test/xts/tools/lite/checksum/src/
H A Dchecksum_sha256.c147 unsigned int word[wordLen], hash[len]; in CalcSha256() local
[all...]
/third_party/elfio/tests/
H A DELFIOTest2.cpp405 Elf_Word hash; in TEST() local
/third_party/ffmpeg/libavformat/
H A Dhttpauth.c149 uint8_t hash[16]; in make_digest_auth() local
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc39 size_t hash() const { return static_cast<size_t>(x_); } in hash() function in Int
133 size_t hash = static_cast<size_t>(x); in contains() local
142 size_t hash = static_cast<size_t>(x); in insert() local
156 size_t hash = static_cast<size_t>(x); in erase() local
H A Dstring_atom.cc46 size_t hash; member
101 Insert(Node* node, size_t hash, KeyType key) Insert() argument
118 size_t hash = set_.Hash(""); StringAtomSet() local
126 size_t hash = set_.Hash(key); find() local
193 size_t hash = local_set_.Hash(key); find() local
[all...]
H A Dpointer_set.h207 size_t hash = NodeType::MakeHash(ptr); in Lookup() local
/third_party/curl/lib/
H A Dhash.c297 Curl_hash_start_iterate(struct Curl_hash *hash, struct Curl_hash_iterator *iter) Curl_hash_start_iterate() argument
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1635 int32_t hash; member
/third_party/icu/icu4c/source/common/
H A Dhash.h31 UHashtable* hash; member in Hashtable
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dsortkey.cpp249 int32_t hash; in computeHashCode() local
[all...]
/third_party/libunwind/libunwind/include/tdep-ia64/
H A Dscript.h69 unsigned short hash[IA64_UNW_HASH_SIZE]; member
/third_party/libsnd/Octave/
H A Dsndfile.cc239 int hash = 0 ; in hash_of_str() local
249 { int hash ; in major_format_of_hash() local
286 { int hash ; in minor_format_of_hash() local
[all...]
/third_party/libbpf/src/
H A Dhashmap.c130 hashmap_find_entry(const struct hashmap *map, const long key, size_t hash, struct hashmap_entry ***pprev, struct hashmap_entry **entry) hashmap_find_entry() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c48 uint32_t hash = 0; in hash_deref() local
102 uint32_t hash = hash_deref(deref); in get_reg_for_deref() local
[all...]
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c178 uint32_t hash = _mesa_hash_pointer(bo); in bo2idx() local
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c83 static inline void sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, in sanitize_cb() argument
110 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_insert_state() local
120 struct cso_hash *hash in cso_find_state() local
73 sanitize_hash(struct cso_cache *sc, struct cso_hash *hash, enum cso_cache_type type, int max_size) sanitize_hash() argument
126 cso_hash_find_data_from_template( struct cso_hash *hash, unsigned hash_key, void *templ, int size ) cso_hash_find_data_from_template() argument
175 struct cso_hash *hash = _cso_hash_for_type(sc, type); cso_delete_all() local
[all...]
H A Dcso_cache.h174 unsigned hash = 0, *ikey = (unsigned *)key; in cso_construct_key() local
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c199 uint32_t hash = _mesa_hash_string(name); in lower_deref() local

Completed in 15 milliseconds

1...<<11121314151617181920>>...94