| /linux/lib/zstd/compress/ |
| H A D | zstd_fast.c | 220 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() local 261 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic() 286 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic() 295 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic() 301 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic() 304 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic() 305 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic() 322 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic() 328 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic() 331 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic() [all …]
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_mh.c | 64 hsiphash_key_t hash1, hash2; 69 static inline void generate_hash_secret(hsiphash_key_t *hash1, 72 hash1->key[0] = 2654435761UL; in generate_hash_secret() 73 hash1->key[1] = 2654435761UL; in generate_hash_secret() 143 dest->port, &s->hash1, 0) % in ip_vs_mh_permutate() 237 unsigned int hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, 0) in ip_vs_mh_get() 255 &s->hash1, 0) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback() 270 hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, in ip_vs_mh_get_fallback() 397 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc() 65 hsiphash_key_t hash1, hash2; global() member 70 generate_hash_secret(hsiphash_key_t * hash1,hsiphash_key_t * hash2) generate_hash_secret() argument
|
| /linux/lib/crypto/tests/ |
| H A D | blake2b_kunit.c | 76 u8 hash1[BLAKE2B_HASH_SIZE]; in test_blake2b_with_guarded_key_buf() local 84 hash1, BLAKE2B_HASH_SIZE); in test_blake2b_with_guarded_key_buf() 87 KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2B_HASH_SIZE); in test_blake2b_with_guarded_key_buf() 92 KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2B_HASH_SIZE); in test_blake2b_with_guarded_key_buf()
|
| H A D | blake2s_kunit.c | 76 u8 hash1[BLAKE2S_HASH_SIZE]; in test_blake2s_with_guarded_key_buf() local 84 hash1, BLAKE2S_HASH_SIZE); in test_blake2s_with_guarded_key_buf() 87 KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2S_HASH_SIZE); in test_blake2s_with_guarded_key_buf() 92 KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2S_HASH_SIZE); in test_blake2s_with_guarded_key_buf()
|
| H A D | polyval_kunit.c | 99 u8 hash1[POLYVAL_BLOCK_SIZE]; in check_key_consistency() local 108 polyval(key1, data, len, hash1); in check_key_consistency() 110 KUNIT_ASSERT_MEMEQ(test, hash1, hash2, sizeof(hash1)); in check_key_consistency()
|
| H A D | hash-test-template.h | 153 u8 hash1[HASH_SIZE]; in test_hash_incremental_updates() local 163 HASH(&test_buf[offset], total_len, hash1); in test_hash_incremental_updates() 188 test, hash1, hash2, HASH_SIZE, in test_hash_incremental_updates() 285 u8 hash1[128 + HASH_SIZE]; in test_hash_alignment_consistency() local 296 HASH(&test_buf[data_offs1], len, &hash1[hash_offs1]); in test_hash_alignment_consistency() 300 test, &hash1[hash_offs1], &hash2[hash_offs2], HASH_SIZE, in test_hash_alignment_consistency()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | recursion.c | 15 } hash1 SEC(".maps"); 32 if (map == (void *)&hash1) { in BPF_PROG()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | recursion.c | 23 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash1), &key); in test_recursion() 25 bpf_map_delete_elem(bpf_map__fd(skel->maps.hash1), &key); in test_recursion()
|
| /linux/scripts/ |
| H A D | get_dvb_firmware | 558 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85"; 568 verify($file1, $hash1); 701 my $hash1 = "02fcf11174eda84745dae7e61c5ff9ba"; 710 verify("$fwfile1", $hash1);
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp157a-dk1-scmi.dts | 40 &hash1 {
|
| H A D | stm32mp157c-ed1-scmi.dts | 45 &hash1 {
|
| H A D | stm32mp157c-dk2-scmi.dts | 46 &hash1 {
|
| H A D | stm32mp157c-ev1-scmi.dts | 46 &hash1 {
|
| H A D | stm32mp157f-dk2-scmi.dtsi | 59 &hash1 {
|
| H A D | stm32mp153c-lxa-fairytux2.dtsi | 197 &hash1 {
|
| H A D | stm32mp15xc-lxa-tac.dtsi | 231 &hash1 {
|
| H A D | stm32mp157c-emstamp-argon.dtsi | 183 &hash1 {
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | virtchnl2_lan_desc.h | 429 __le16 hash1; member
|
| H A D | idpf_txrx.c | 3171 hash = le16_to_cpu(rx_desc->hash1) | in idpf_rx_hash()
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | ubifs-authentication.rst | 271 ,. CS , hash1.----. hash2.----.
|
| /linux/net/unix/ |
| H A D | af_unix.c | 229 unsigned int hash1, unsigned int hash2) in unix_table_double_lock() argument 231 if (hash1 == hash2) { in unix_table_double_lock() 232 spin_lock(&net->unx.table.locks[hash1]); in unix_table_double_lock() 236 if (hash1 > hash2) in unix_table_double_lock() 237 swap(hash1, hash2); in unix_table_double_lock() 239 spin_lock(&net->unx.table.locks[hash1]); in unix_table_double_lock() 244 unsigned int hash1, unsigned int hash2) in unix_table_double_unlock() argument 246 if (hash1 == hash2) { in unix_table_double_unlock() 247 spin_unlock(&net->unx.table.locks[hash1]); in unix_table_double_unlock() 251 spin_unlock(&net->unx.table.locks[hash1]); in unix_table_double_unlock()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | tlan.c | 1261 u32 hash1 = 0; in tlan_set_multicast_list() local 1292 hash1 |= (1 << offset); in tlan_set_multicast_list() 1300 tlan_dio_write32(dev->base_addr, TLAN_HASH_1, hash1); in tlan_set_multicast_list()
|
| /linux/drivers/clk/stm32/ |
| H A D | clk-stm32mp13.c | 877 static struct clk_stm32_gate hash1 = { variable 1387 STM32_GATE_CFG(HASH1, hash1, SECF_HASH1),
|
| /linux/drivers/net/ethernet/agere/ |
| H A D | et131x.c | 949 u32 hash1 = 0; in et1310_setup_device_for_multicast() local 971 hash1 |= (1 << result); in et1310_setup_device_for_multicast() 987 writel(hash1, &rxmac->multi_hash1); in et1310_setup_device_for_multicast()
|