/kernel/linux/linux-6.6/arch/mips/generic/ |
H A D | vmlinux.its.S | 18 hash {
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_select_reuseport_common.h | 33 __u32 hash; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | mic.h | 9 #include <crypto/hash.h>
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | module_signature.h | 35 u8 hash; /* Digest algorithm [0] */ member
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | cfi.h | 28 struct hlist_node hash; /* must be first, cficmp() */ member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | aes_cmac.h | 10 #include <crypto/hash.h>
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | md5.h | 20 u32 hash[MD5_HASH_WORDS]; member
|
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | md4.h | 17 u32 hash[MD4_HASH_WORDS]; member
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | md5.h | 20 u32 hash[MD5_HASH_WORDS]; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | module_signature.h | 35 u8 hash; /* Digest algorithm [0] */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | mic.h | 9 #include <crypto/hash.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_select_reuseport_common.h | 33 __u32 hash; member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | aes_cmac.h | 10 #include <crypto/hash.h>
|
/third_party/mbedtls/library/ |
H A D | rsa_internal.h | 117 const unsigned char *hash,
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | private-lib-tls-openssl.h | 37 uint8_t hash[32]; member
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/ |
H A D | hmac_vectors.js | 23 // hashName - the hash function to sign with 30 hash: hashName,
|
/third_party/node/deps/v8/src/builtins/ |
H A D | profile-data-reader.h | 17 // A hash of the function's Graph before scheduling. Allows us to avoid using 19 int hash() const { return hash_; } in hash() function in v8::internal::ProfileDataFromFile 53 // Any line in a v8.log beginning with this string represents the hash of the
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_cache.h | 56 * @param hash hash function 62 util_cache_create(uint32_t (*hash)(const void *key),
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_fly_out_shader_filter.cpp | 44 hash_ = SkOpts::hash(&type_, sizeof(type_), 0);
in RSFlyOutShaderFilter() 45 hash_ = SkOpts::hash(°ree_, sizeof(degree_), hash_);
in RSFlyOutShaderFilter() 46 hash_ = SkOpts::hash(&flyMode_, sizeof(flyMode_), hash_);
in RSFlyOutShaderFilter()
|
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | medialibrary_common_utils.cpp | 80 unsigned char hash[SHA256_DIGEST_LENGTH] = ""; in GenKey() local 84 SHA256_Final(hash, &ctx); in GenKey() 86 /* here we translate sha256 hash to hexadecimal. each 8-bit char will be presented by two characters([0-9a-f]) */ in GenKey() 87 Char2Hex(hash, SHA256_DIGEST_LENGTH, key); in GenKey()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/ |
H A D | mmu.c | 296 * Preload a translation in the hash table 312 * We use it to preload an HPTE into the hash table corresponding to 333 /* We also avoid filling the hash if not coming from a fault */ in __update_mmu_cache() 341 * Initialize the hash table and patch the instructions in hashtable.S. 350 if ( ppc_md.progress ) ppc_md.progress("hash:enter", 0x105); in MMU_init_hw() 354 #define MIN_N_HPTEG 1024 /* min 64kB hash table */ in MMU_init_hw() 372 * Find some memory for the hash table. in MMU_init_hw() 374 if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322); in MMU_init_hw() 381 pr_info("Total memory = %lldMB; using %ldkB for hash table\n", in MMU_init_hw() 394 unsigned int hash in MMU_init_hw_patch() local [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | sock_reuseport.c | 63 * and the bind/hash path. Nothing to do when we lose the race. in reuseport_alloc() 70 * which was set by the bind/hash path. in reuseport_alloc() 266 * @hash: When no BPF filter is available, use this hash to select. 274 u32 hash, in reuseport_select_sock() 300 sk2 = bpf_run_sk_reuseport(reuse, sk, prog, skb, hash); in reuseport_select_sock() 305 /* no bpf or invalid bpf result: fall back to hash usage */ in reuseport_select_sock() 309 i = j = reciprocal_scale(hash, socks); in reuseport_select_sock() 273 reuseport_select_sock(struct sock *sk, u32 hash, struct sk_buff *skb, int hdr_len) reuseport_select_sock() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | dmanv40.c | 150 int hash; in nv40_fifo_dma_object_ctor() local 163 hash = nvkm_ramht_insert(imem->ramht, object, chan->base.chid, 4, in nv40_fifo_dma_object_ctor() 166 return hash; in nv40_fifo_dma_object_ctor()
|
H A D | dmanv04.c | 54 int hash; in nv04_fifo_dma_object_ctor() local 67 hash = nvkm_ramht_insert(imem->ramht, object, chan->base.chid, 4, in nv04_fifo_dma_object_ctor() 70 return hash; in nv04_fifo_dma_object_ctor()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx_lib.c | 42 * ice_ptype_to_htype - get a hash type 45 * Returns appropriate hash type (such as PKT_HASH_TYPE_L2/L3/L4) to be used by 66 * ice_rx_hash - set the hash value in the skb 77 u32 hash; in ice_rx_hash() local 86 hash = le32_to_cpu(nic_mdid->rss_hash); in ice_rx_hash() 87 skb_set_hash(skb, hash, ice_ptype_to_htype(rx_ptype)); in ice_rx_hash() 181 * order to populate the hash, checksum, VLAN, protocol, and
|