Home
last modified time | relevance | path

Searched refs:hash (Results 2401 - 2425 of 4193) sorted by relevance

1...<<919293949596979899100>>...168

/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/
H A Dbundle.js47 const digest = util_1.crypto.hash(artifact.data);
/third_party/lzma/C/
H A DLzFind.h30 CLzRef *hash; member
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.h45 void SetHash(int hash);
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.h71 virtual const String16& hash() const = 0;
/third_party/rust/crates/aho-corasick/src/
H A Dstate_id.rs2 use std::hash::Hash;
/third_party/python/Lib/test/
H A Dsortperf.py163 x = 69069 * x + hash(a)
/third_party/python/Include/internal/
H A Dpycore_dict.h40 /* Cached hash code of me_key. */
47 PyObject *me_key; /* The key must be Unicode and have hash. */
63 extern Py_ssize_t _Py_dict_lookup(PyDictObject *mp, PyObject *key, Py_hash_t hash, PyObject **value_addr);
90 /* Size of the hash table (dk_indices). It must be a power of 2. */
93 /* Size of the hash table (dk_indices) by bytes. */
108 /* Actual hash table of dk_size entries. It holds indices in dk_entries,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache.h29 // 160-bit SHA-1 hash key used for hasing a program. BlobCache opts in using fixed keys for
38 struct hash<egl::BlobCacheKey> struct
40 // Simple routine to hash four ints.
61 // 160-bit SHA-1 hash key used for hasing a program. BlobCache opts in using fixed keys for
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dscalar_constant.h23 #include "src/utils/hash.h"
136 /// Custom std::hash specialization for tint::Symbol so symbols can be used as
139 class hash<tint::writer::spirv::ScalarConstant> { class
/third_party/spirv-tools/source/opt/
H A Dconvert_to_half_pass.h129 return std::hash<uint32_t>()(uint32_t(op));
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_deferred_shading.cpp355 uint64_t hash = 0; in GetPsoHandle() local
356 BASE_NS::HashCombine(hash, currentScene_.lightingFlags); in GetPsoHandle()
357 if ((!RenderHandleUtil::IsValid(allShaderData_.psoHandle)) || (hash != allShaderData_.psoHash)) { in GetPsoHandle()
359 allShaderData_.psoHash = hash; in GetPsoHandle()
/kernel/linux/linux-5.10/crypto/
H A Dvmac.c39 #include <crypto/internal/hash.h>
66 u64 polytmp[2*VMAC_TAG_LEN/64]; /* running total of L2-hash */
137 * Here these two hash functions are defined multiple time; once for
397 /* L1 and L2-hash one or more VMAC_NHBYTES-byte blocks */
541 /* L1 and L2-hash the final block if needed */ in vhash_final()
557 /* L3-hash the 128-bit output of L2-hash */ in vhash_final()
566 u64 hash, pad; in vmac_final() local
581 hash = vhash_final(tctx, dctx); in vmac_final()
592 put_unaligned_be64(hash in vmac_final()
[all...]
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c69 unsigned long hash = 0; in name_hash() local
72 hash = partial_name_hash(*name++, hash); in name_hash()
73 return (unsigned int)hash; in name_hash()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbnode.c405 int size, block, i, hash; in __hfs_bnode_create() local
429 hash = hfs_bnode_hash(cnid); in __hfs_bnode_create()
430 node->next_hash = tree->node_hash[hash]; in __hfs_bnode_create()
431 tree->node_hash[hash] = node; in __hfs_bnode_create()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4layouts.c75 list_for_each_entry(old, &nfsd_devid_hash[i], hash) { in nfsd4_alloc_devid_map()
88 list_add_tail_rcu(&map->hash, &nfsd_devid_hash[devid_hashfn(map->idx)]); in nfsd4_alloc_devid_map()
103 list_for_each_entry_rcu(map, &nfsd_devid_hash[devid_hashfn(idx)], hash) in nfsd4_find_devid_map()
783 list_for_each_entry_safe(map, n, &nfsd_devid_hash[i], hash) in nfsd4_exit_pnfs()
/kernel/linux/linux-5.10/net/ieee802154/
H A Dsocket.c403 .hash = raw_hash,
966 .hash = dgram_hash,
1048 if (sk->sk_prot->hash) { in ieee802154_create()
1049 rc = sk->sk_prot->hash(sk); in ieee802154_create()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_expect.c24 #include <net/netns/hash.h>
81 unsigned int hash, seed; in nf_ct_expect_dst_hash() local
87 hash = jhash2(tuple->dst.u3.all, ARRAY_SIZE(tuple->dst.u3.all), in nf_ct_expect_dst_hash()
91 return reciprocal_scale(hash, nf_ct_expect_hsize); in nf_ct_expect_dst_hash()
178 /* If master is not in hash table yet (ie. packet hasn't left in nf_ct_find_expectation()
376 /* two references : one for hash insert, one for the timer */ in nf_ct_expect_insert()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4layouts.c75 list_for_each_entry(old, &nfsd_devid_hash[i], hash) { in nfsd4_alloc_devid_map()
88 list_add_tail_rcu(&map->hash, &nfsd_devid_hash[devid_hashfn(map->idx)]); in nfsd4_alloc_devid_map()
103 list_for_each_entry_rcu(map, &nfsd_devid_hash[devid_hashfn(idx)], hash) in nfsd4_find_devid_map()
784 list_for_each_entry_safe(map, n, &nfsd_devid_hash[i], hash) in nfsd4_exit_pnfs()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dbnode.c398 int size, block, i, hash; in __hfs_bnode_create() local
422 hash = hfs_bnode_hash(cnid); in __hfs_bnode_create()
423 node->next_hash = tree->node_hash[hash]; in __hfs_bnode_create()
424 tree->node_hash[hash] = node; in __hfs_bnode_create()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H A Dioctl.c460 void *hash) in __sgx_get_key_hash()
466 return crypto_shash_digest(shash, modulus, SGX_MODULUS_SIZE, hash); in __sgx_get_key_hash()
469 static int sgx_get_key_hash(const void *modulus, void *hash) in sgx_get_key_hash() argument
478 ret = __sgx_get_key_hash(tfm, modulus, hash); in sgx_get_key_hash()
459 __sgx_get_key_hash(struct crypto_shash *tfm, const void *modulus, void *hash) __sgx_get_key_hash() argument
/kernel/linux/linux-6.6/crypto/
H A Dvmac.c40 #include <crypto/internal/hash.h>
67 u64 polytmp[2*VMAC_TAG_LEN/64]; /* running total of L2-hash */
138 * Here these two hash functions are defined multiple time; once for
398 /* L1 and L2-hash one or more VMAC_NHBYTES-byte blocks */
542 /* L1 and L2-hash the final block if needed */ in vhash_final()
558 /* L3-hash the 128-bit output of L2-hash */ in vhash_final()
567 u64 hash, pad; in vmac_final() local
582 hash = vhash_final(tctx, dctx); in vmac_final()
593 put_unaligned_be64(hash in vmac_final()
[all...]
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c51 unsigned long hash = 0; in name_hash() local
54 hash = partial_name_hash(*name++, hash); in name_hash()
55 return (unsigned int)hash; in name_hash()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c18 #include <crypto/hash.h>
725 {Opt_hash, "hash=%s"},
750 opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; in getoptions()
791 * passwords (although it can take a hash as well) in getoptions()
832 opt->hash = i; in getoptions()
844 digest_len = hash_digest_size[opt->hash]; in getoptions()
/kernel/linux/linux-6.6/net/ieee802154/
H A Dsocket.c402 .hash = raw_hash,
963 .hash = dgram_hash,
1044 if (sk->sk_prot->hash) { in ieee802154_create()
1045 rc = sk->sk_prot->hash(sk); in ieee802154_create()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_expect.c24 #include <net/netns/hash.h>
91 u32 hash; in nf_ct_expect_dst_hash() local
103 hash = siphash(&combined, sizeof(combined), &nf_ct_expect_hashrnd); in nf_ct_expect_dst_hash()
105 return reciprocal_scale(hash, nf_ct_expect_hsize); in nf_ct_expect_dst_hash()
194 /* If master is not in hash table yet (ie. packet hasn't left in nf_ct_find_expectation()
393 /* two references : one for hash insert, one for the timer */ in nf_ct_expect_insert()

Completed in 22 milliseconds

1...<<919293949596979899100>>...168