Home
last modified time | relevance | path

Searched refs:hash (Results 276 - 300 of 4194) sorted by relevance

1...<<11121314151617181920>>...168

/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs376 impl ::hash::Hash for sysinfo {
377 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
378 self.uptime.hash(state); in hash()
379 self.loads.hash(state); in hash()
380 self.totalram.hash(state); in hash()
381 self.freeram.hash(state); in hash()
382 self.sharedram.hash(state); in hash()
383 self.bufferram.hash(state); in hash()
384 self.totalswap.hash(stat in hash()
440 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs884 impl ::hash::Hash for utmpx {
885 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
886 self.ut_name.hash(state); in hash()
887 self.ut_type.hash(state); in hash()
888 self.ut_pid.hash(state); in hash()
889 self.ut_line.hash(state); in hash()
890 self.ut_id.hash(state); in hash()
891 self.ut_host.hash(state); in hash()
892 self.ut_exit.hash(stat in hash()
927 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
951 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
982 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1009 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1031 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1059 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1094 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1171 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1225 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1256 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1291 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
1326 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
[all...]
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Dmd5_glue.c17 #include <crypto/internal/hash.h>
36 mctx->hash[0] = MD5_H0; in md5_sparc64_init()
37 mctx->hash[1] = MD5_H1; in md5_sparc64_init()
38 mctx->hash[2] = MD5_H2; in md5_sparc64_init()
39 mctx->hash[3] = MD5_H3; in md5_sparc64_init()
40 le32_to_cpu_array(mctx->hash, 4); in md5_sparc64_init()
55 md5_sparc64_transform(sctx->hash, (u8 *)sctx->block, 1); in __md5_sparc64_update()
60 md5_sparc64_transform(sctx->hash, data + done, rounds); in __md5_sparc64_update()
109 dst[i] = sctx->hash[i]; in md5_sparc64_final()
/kernel/liteos_a/fs/vfs/
H A Dpath_cache.c74 PRINTK(" pathCache dump hash %d item %s %p %p %d\n", i, in PathCacheDump()
100 uint32_t hash; in NameHash() local
101 hash = LOS_HashFNV32aBuf(name, len, FNV1_32A_INIT); in NameHash()
102 hash = LOS_HashFNV32aBuf(&dvp, sizeof(struct Vnode *), hash); in NameHash()
103 return hash; in NameHash()
108 int hash = NameHash(name, len, parent) & PATH_CACHE_HASH_MASK; in PathCacheInsert() local
109 LOS_ListAdd(&g_pathCacheHashEntrys[hash], &cache->hashEntry); in PathCacheInsert()
165 int hash = NameHash(name, len, parent) & PATH_CACHE_HASH_MASK; in PathCacheLookup() local
166 LIST_HEAD *dhead = &g_pathCacheHashEntrys[hash]; in PathCacheLookup()
[all...]
/third_party/lzma/C/
H A DLzFindOpt.c46 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, UInt32 *posRes)
51 if (hash == size)
53 delta = *hash++;
120 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
126 hash++;
149 if (hash == size || *hash != delta || lenLimit[diff] != lenLimit[0] || d >= limit)
218 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size,
224 UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, cons in GetMatchesSpecN_2()
223 GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son, UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 *posRes) GetMatchesSpecN_2() argument
[all...]
/third_party/rust/crates/libc/src/fuchsia/
H A Dx86_64.rs107 impl ::hash::Hash for ucontext_t {
108 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
109 self.uc_flags.hash(state); in hash()
110 self.uc_link.hash(state); in hash()
111 self.uc_stack.hash(state); in hash()
112 self.uc_mcontext.hash(state); in hash()
113 self.uc_sigmask.hash(state); in hash()
114 self.__private.hash(state); in hash()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dsae_pk_gen.c28 u8 hash[SAE_MAX_HASH_LEN]; in main() local
110 if (sae_hash(hash_len, data, data_len, hash) < 0) { in main()
114 if (hash[0] == 0 && hash[1] == 0) { in main()
115 if ((hash[2] & 0xf0) == 0) in main()
119 if (hash[j]) in main()
129 wpa_snprintf_hex(hash_hex, sizeof(hash_hex), hash, hash_len) < 0) in main()
131 fprintf(stderr, "\nFound a valid hash in %llu iterations: %s\n", in main()
150 val20 = sae_pk_get_be19(hash + sec); in main()
152 sae_pk_buf_shift_left_19(hash in main()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
H A Dboot_upg_tool.c74 boot_msg4("code hash ret-size-offset-headsize", ret, size, offset, hash_size); in kernel_comprss_flash_hash()
85 /* Cal hash of common section head */ in kernel_comprss_flash_hash()
89 boot_msg4("head hash updata ret-size-offset-hashsize", ret, size, offset, hash_size); in kernel_comprss_flash_hash()
92 /* Cal hash of common section */ in kernel_comprss_flash_hash()
101 boot_msg4("code head hash ret-size-offset-hashsize", ret, size, offset, hash_size); in kernel_comprss_flash_hash()
125 hi_u32 boot_upg_hash_one_content(hi_u32 flash_addr, hi_u32 total_size, hi_u8 *hash, hi_u32 hash_size) in boot_upg_hash_one_content() argument
132 boot_msg1("[bootupg hash one content]start ret:", ret); in boot_upg_hash_one_content()
140 (hi_void) hi_cipher_hash_final(hash, hash_size); in boot_upg_hash_one_content()
146 boot_msg1("[bootupg hash one content]update ret:", ret); in boot_upg_hash_one_content()
151 return hi_cipher_hash_final(hash, hash_siz in boot_upg_hash_one_content()
154 boot_upg_hash_more_content(HI_CONST upg_verify_param *param, hi_u8 *hash, hi_u32 hash_size) boot_upg_hash_more_content() argument
191 boot_upg_lzma_secure_verify(const upg_verify_param *param, hi_u8 *hash, hi_u32 hash_size) boot_upg_lzma_secure_verify() argument
230 boot_upg_lzma_secure_verify_code(const hi_upg_file_head *upg_head, hi_u8 *hash, hi_u32 hash_size) boot_upg_lzma_secure_verify_code() argument
268 boot_upg_lzma_unsecure_verify_code(const hi_upg_file_head *upg_head, hi_u8 *hash, hi_u32 hash_size) boot_upg_lzma_unsecure_verify_code() argument
285 hi_u8 hash[SHA_256_LEN] = { 0 }; boot_upg_check_before_decompress() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c144 u32 hash; in mtk_ppe_hash_entry() local
171 hash = (hv1 & hv2) | ((~hv1) & hv3); in mtk_ppe_hash_entry()
172 hash = (hash >> 24) | ((hash & 0xffffff) << 8); in mtk_ppe_hash_entry()
173 hash ^= hv1 ^ hv2 ^ hv3; in mtk_ppe_hash_entry()
174 hash ^= hash >> 16; in mtk_ppe_hash_entry()
175 hash <<= (ffs(eth->soc->hash_offset) - 1); in mtk_ppe_hash_entry()
176 hash in mtk_ppe_hash_entry()
615 __mtk_foe_entry_commit(struct mtk_ppe *ppe, struct mtk_foe_entry *entry, u16 hash) __mtk_foe_entry_commit() argument
681 u32 hash; mtk_foe_entry_commit() local
696 mtk_foe_entry_commit_subflow(struct mtk_ppe *ppe, struct mtk_flow_entry *entry, u16 hash) mtk_foe_entry_commit_subflow() argument
736 __mtk_ppe_check_skb(struct mtk_ppe *ppe, struct sk_buff *skb, u16 hash) __mtk_ppe_check_skb() argument
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs643 impl ::hash::Hash for dirent {
644 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
645 self.d_fileno.hash(state); in hash()
646 self.d_off.hash(state); in hash()
647 self.d_reclen.hash(state); in hash()
648 self.d_type.hash(state); in hash()
649 self.d_namlen.hash(state); in hash()
650 self.d_name.hash(state); in hash()
672 impl ::hash
673 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
702 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
739 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
781 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
811 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
922 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dstringhash.h7 #include <linux/hash.h>
10 * Routines for hashing strings of bytes to a 32-bit hash value.
12 * These hash functions are NOT GUARANTEED STABLE between kernel
18 * malicious inputs; much slower hash functions are required for that.
29 * unsigned long hash = init_name_hash;
31 * hash = partial_name_hash(tolower(*p++), hash);
32 * hash = end_name_hash(hash);
35 * abuses it to hash 1
53 end_name_hash(unsigned long hash) end_name_hash() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dstringhash.h7 #include <linux/hash.h>
10 * Routines for hashing strings of bytes to a 32-bit hash value.
12 * These hash functions are NOT GUARANTEED STABLE between kernel
18 * malicious inputs; much slower hash functions are required for that.
29 * unsigned long hash = init_name_hash;
31 * hash = partial_name_hash(tolower(*p++), hash);
32 * hash = end_name_hash(hash);
35 * abuses it to hash 1
53 end_name_hash(unsigned long hash) end_name_hash() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_core.c53 #include <net/netns/hash.h>
78 /* serialize hash resizes and nf_ct_iterate_cleanup */
120 /* return true if we need to recompute hashes (in case hash table was resized) */
192 /* The direction must be ignored, so we hash everything up to the in hash_conntrack_raw()
203 static u32 scale_hash(u32 hash) in scale_hash() argument
205 return reciprocal_scale(hash, nf_conntrack_htable_size); in scale_hash()
451 * intentionally doesn't re-use any of the seeds used for hash
632 unsigned int hash, reply_hash; in nf_ct_delete_from_lists() local
640 hash = hash_conntrack(net, in nf_ct_delete_from_lists()
644 } while (nf_conntrack_double_lock(net, hash, reply_has in nf_ct_delete_from_lists()
734 ____nf_conntrack_find(struct net *net, const struct nf_conntrack_zone *zone, const struct nf_conntrack_tuple *tuple, u32 hash) ____nf_conntrack_find() argument
773 __nf_conntrack_find_get(struct net *net, const struct nf_conntrack_zone *zone, const struct nf_conntrack_tuple *tuple, u32 hash) __nf_conntrack_find_get() argument
812 __nf_conntrack_hash_insert(struct nf_conn *ct, unsigned int hash, unsigned int reply_hash) __nf_conntrack_hash_insert() argument
827 unsigned int hash, reply_hash; nf_conntrack_hash_check_insert() local
1079 unsigned int hash, reply_hash; __nf_conntrack_confirm() local
1199 unsigned int hash, hsize; nf_conntrack_tuple_taken() local
1305 early_drop(struct net *net, unsigned int hash) early_drop() argument
1453 __nf_conntrack_alloc(struct net *net, const struct nf_conntrack_zone *zone, const struct nf_conntrack_tuple *orig, const struct nf_conntrack_tuple *repl, gfp_t gfp, u32 hash) __nf_conntrack_alloc() argument
1538 init_conntrack(struct net *net, struct nf_conn *tmpl, const struct nf_conntrack_tuple *tuple, struct sk_buff *skb, unsigned int dataoff, u32 hash) init_conntrack() argument
1642 u32 hash; resolve_normal_ct() local
2142 const struct nf_conntrack_tuple_hash *hash; nf_conntrack_get_tuple_skb() local
2435 struct hlist_nulls_head *hash; nf_ct_alloc_hashtable() local
2458 struct hlist_nulls_head *hash, *old_hash; nf_conntrack_hash_resize() local
[all...]
/kernel/linux/linux-6.6/security/keys/
H A Ddh.c11 #include <crypto/hash.h>
67 static int kdf_alloc(struct crypto_shash **hash, char *hashname) in kdf_alloc() argument
71 /* allocate synchronous hash */ in kdf_alloc()
83 *hash = tfm; in kdf_alloc()
88 static void kdf_dealloc(struct crypto_shash *hash) in kdf_dealloc() argument
90 if (hash) in kdf_dealloc()
91 crypto_free_shash(hash); in kdf_dealloc()
94 static int keyctl_dh_compute_kdf(struct crypto_shash *hash, in keyctl_dh_compute_kdf() argument
101 size_t outbuf_len = roundup(buflen, crypto_shash_digestsize(hash)); in keyctl_dh_compute_kdf()
109 ret = crypto_kdf108_ctr_generate(hash, in keyctl_dh_compute_kdf()
138 struct crypto_shash *hash = NULL; __keyctl_dh_compute() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dstackdepot.c5 * Internally, stack depot maintains a hash table of unique stacktraces. The
59 struct stack_record *next; /* Link in the hash table */
60 u32 hash; /* Hash in the hash table */ member
70 /* Use one hash table bucket per 16 KB of memory. */
123 /* Allocates a hash table via memblock. Can only be used during early boot. */
150 pr_info("allocating hash table via alloc_large_system_hash\n"); in stack_depot_early_init()
161 pr_err("hash table allocation failed, disabling\n"); in stack_depot_early_init()
169 /* Allocates a hash table via kvcalloc. Can be used after boot. */
204 pr_info("allocating hash tabl in stack_depot_init()
260 depot_alloc_stack(unsigned long *entries, int size, u32 hash, void **prealloc) depot_alloc_stack() argument
343 find_stack(struct stack_record *bucket, unsigned long *entries, int size, u32 hash) find_stack() argument
367 u32 hash; __stack_depot_save() local
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_hash.c342 uint8_t *hash, in mbedtls_psa_hash_finish()
350 /* Fill the output buffer with something that isn't a valid hash in mbedtls_psa_hash_finish()
351 * (barring an attack on the hash and deliberately-crafted input), in mbedtls_psa_hash_finish()
354 /* If hash_size is 0 then hash may be NULL and then the in mbedtls_psa_hash_finish()
357 memset(hash, '!', hash_size); in mbedtls_psa_hash_finish()
368 ret = mbedtls_md5_finish(&operation->ctx.md5, hash); in mbedtls_psa_hash_finish()
373 ret = mbedtls_ripemd160_finish(&operation->ctx.ripemd160, hash); in mbedtls_psa_hash_finish()
378 ret = mbedtls_sha1_finish(&operation->ctx.sha1, hash); in mbedtls_psa_hash_finish()
383 ret = mbedtls_sha256_finish(&operation->ctx.sha256, hash); in mbedtls_psa_hash_finish()
388 ret = mbedtls_sha256_finish(&operation->ctx.sha256, hash); in mbedtls_psa_hash_finish()
340 mbedtls_psa_hash_finish( mbedtls_psa_hash_operation_t *operation, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_psa_hash_finish() argument
433 mbedtls_psa_hash_compute( psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_psa_hash_compute() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc22 #include "absl/hash/hash.h"
112 #define MAKE_BENCHMARK(hash, name, ...) \
114 void BM_##hash##_##name(benchmark::State& state) { \
115 RunBenchmark<hash>(state, __VA_ARGS__); \
117 BENCHMARK(BM_##hash##_##name); \
119 size_t Codegen##hash##name(const decltype(__VA_ARGS__)& arg); \
120 size_t Codegen##hash##name(const decltype(__VA_ARGS__)& arg) { \
121 return hash<decltype(__VA_ARGS__)>{}(arg); \
123 bool absl_hash_test_odr_use##hash##nam
[all...]
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr.c523 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() local
530 mb_cache_entry_delete(EA_BLOCK_CACHE(inode), hash, in ext2_xattr_set() local
752 __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); in ext2_xattr_set2() local
758 mb_cache_entry_delete(ea_block_cache, hash, in ext2_xattr_set2()
833 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_delete_inode() local
839 mb_cache_entry_delete(EA_BLOCK_CACHE(inode), hash, in ext2_xattr_delete_inode() local
873 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local
876 error = mb_cache_entry_create(cache, GFP_NOFS, hash, bh->b_blocknr, in ext2_xattr_cache_insert()
884 ea_bdebug(bh, "inserting [%x]", (int)hash); in ext2_xattr_cache_insert()
939 __u32 hash in ext2_xattr_cache_find() local
1004 __u32 hash = 0; ext2_xattr_hash_entry() local
1041 __u32 hash = 0; ext2_xattr_rehash() local
[all...]
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c35 IO_ACCT_STALLED_BIT = 0, /* stalled on hash */
116 struct io_wq_hash *hash; member
449 static bool io_wait_on_hash(struct io_wqe *wqe, unsigned int hash) in io_wait_on_hash() argument
454 spin_lock_irq(&wq->hash->wait.lock); in io_wait_on_hash()
456 __add_wait_queue(&wq->hash->wait, &wqe->wait); in io_wait_on_hash()
457 if (!test_bit(hash, &wq->hash->map)) { in io_wait_on_hash()
463 spin_unlock_irq(&wq->hash->wait.lock); in io_wait_on_hash()
477 unsigned int hash; variable
487 hash
580 unsigned int hash = io_get_work_hash(work); global() variable
891 unsigned int hash; io_wqe_insert_work() local
1007 unsigned int hash = io_get_work_hash(work); io_wqe_remove_pending() local
[all...]
/kernel/linux/linux-6.6/io_uring/
H A Dio-wq.c39 IO_ACCT_STALLED_BIT = 0, /* stalled on hash */
102 struct io_wq_hash *hash; member
458 static bool io_wait_on_hash(struct io_wq *wq, unsigned int hash) in io_wait_on_hash() argument
462 spin_lock_irq(&wq->hash->wait.lock); in io_wait_on_hash()
464 __add_wait_queue(&wq->hash->wait, &wq->wait); in io_wait_on_hash()
465 if (!test_bit(hash, &wq->hash->map)) { in io_wait_on_hash()
471 spin_unlock_irq(&wq->hash->wait.lock); in io_wait_on_hash()
485 unsigned int hash; variable
495 hash
590 unsigned int hash = io_get_work_hash(work); global() variable
901 unsigned int hash; io_wq_insert_work() local
1021 unsigned int hash = io_get_work_hash(work); io_wq_remove_pending() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWrapperBenchmarkMessages.cs1951 int hash = 1; in GetHashCode()
1952 if (doubleField95_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(DoubleField95); in GetHashCode()
1953 if (doubleField1_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(DoubleField1); in GetHashCode()
1954 if (doubleField79_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(DoubleField79); in GetHashCode()
1955 if (int64Field2_ != null) hash ^= Int64Field2.GetHashCode(); in GetHashCode()
1956 if (doubleField96_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(DoubleField96); in GetHashCode()
1957 if (int64Field3_ != null) hash ^= Int64Field3.GetHashCode(); in GetHashCode()
1958 if (int64Field4_ != null) hash ^= Int64Field4.GetHashCode(); in GetHashCode()
1959 if (doubleField97_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(DoubleField97); in GetHashCode()
1960 if (doubleField65_ != null) hash in GetHashCode()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-prf.c35 u8 hash[SHA1_MAC_LEN]; in sha1_prf() local
57 hash)) in sha1_prf()
59 os_memcpy(&buf[pos], hash, plen); in sha1_prf()
64 forced_memzero(hash, sizeof(hash)); in sha1_prf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-prf.c35 u8 hash[SHA1_MAC_LEN]; in sha1_prf() local
57 hash)) in sha1_prf()
59 os_memcpy(&buf[pos], hash, plen); in sha1_prf()
64 forced_memzero(hash, sizeof(hash)); in sha1_prf()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_64k.c45 unsigned long vpn, hash, slot, gslot; in __hash_page_4K() local
96 * Check if the pte was already inserted into the hash table in __hash_page_4K()
103 * On hash insert failure we use old pte value and we don't in __hash_page_4K()
155 hash = hpt_hash(vpn, shift, ssize); in __hash_page_4K()
157 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP; in __hash_page_4K()
159 /* Insert into the hash table, primary slot */ in __hash_page_4K()
168 hpte_group = (~hash & htab_hash_mask) * HPTES_PER_GROUP; in __hash_page_4K()
196 hpte_group = (hash & htab_hash_mask) * HPTES_PER_GROUP; in __hash_page_4K()
231 unsigned long vpn, hash, slot; in __hash_page_64K() local
287 hash in __hash_page_64K()
[all...]
/third_party/node/lib/internal/crypto/
H A Drsa.js103 normalizeHashName(key.algorithm.hash.name),
116 hash,
158 hash: { name: hash.name },
267 const hash =
269 if (hash !== algorithm.hash.name)
305 hash: algorithm.hash,
333 normalizeHashName(key.algorithm.hash
[all...]

Completed in 27 milliseconds

1...<<11121314151617181920>>...168