Home
last modified time | relevance | path

Searched full:hash1 (Results 1 – 14 of 14) sorted by relevance

/linux-5.10/net/netfilter/ipvs/
Dip_vs_mh.c65 hsiphash_key_t hash1, hash2; member
70 static inline void generate_hash_secret(hsiphash_key_t *hash1, in generate_hash_secret() argument
73 hash1->key[0] = 2654435761UL; in generate_hash_secret()
74 hash1->key[1] = 2654435761UL; in generate_hash_secret()
144 dest->port, &s->hash1, 0) % in ip_vs_mh_permutate()
239 unsigned int hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, 0) in ip_vs_mh_get()
257 &s->hash1, 0) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()
272 hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, in ip_vs_mh_get_fallback()
399 generate_hash_secret(&s->hash1, &s->hash2); in ip_vs_mh_init_svc()
/linux-5.10/fs/ext4/
Dhash.c105 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
109 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373)); in dx_hack_hash_unsigned()
113 hash1 = hash0; in dx_hack_hash_unsigned()
121 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
125 hash = hash1 + (hash0 ^ (((int) *scp++) * 7152373)); in dx_hack_hash_signed()
129 hash1 = hash0; in dx_hack_hash_signed()
/linux-5.10/Documentation/devicetree/bindings/crypto/
Dst,stm32-hash.yaml61 clocks = <&rcc HASH1>;
/linux-5.10/tools/usb/usbip/libsrc/
Dnames.c62 #define HASH1 0x10 macro
68 unsigned int mask1 = HASH1 << 27, mask2 = HASH2 << 27; in hashnum()
70 for (; mask1 >= HASH1; mask1 >>= 1, mask2 >>= 1) in hashnum()
/linux-5.10/include/dt-bindings/clock/
Dstm32mp1-clks.h110 #define HASH1 97 macro
/linux-5.10/scripts/
Dget_dvb_firmware558 my $hash1 = "d798d5a757121174f0dbc5f2833c0c85";
568 verify($file1, $hash1);
701 my $hash1 = "02fcf11174eda84745dae7e61c5ff9ba";
710 verify("$fwfile1", $hash1);
/linux-5.10/Documentation/crypto/
Ddevel-algos.rst216 '----' '--> HASH1
/linux-5.10/sound/soc/intel/skylake/
Dskl-sst-utils.c55 u8 hash1[DEFAULT_HASH_SHA256_LEN]; member
/linux-5.10/drivers/crypto/ux500/hash/
Dhash_core.c1690 /* Enable power for HASH1 hardware block */ in ux500_hash_probe()
1699 /* Enable the clock for HASH1 hardware block */ in ux500_hash_probe()
1937 .name = "hash1",
/linux-5.10/arch/arm/boot/dts/
Dstm32mp151.dtsi1281 hash1: hash@54002000 { label
1285 clocks = <&rcc HASH1>;
/linux-5.10/Documentation/filesystems/
Dubifs-authentication.rst341 ,. CS , hash1.----. hash2.----.
/linux-5.10/drivers/clk/
Dclk-stm32mp1.c1889 PCLK(HASH1, "hash1", "ck_axi", CLK_IGNORE_UNUSED, G_HASH1),
/linux-5.10/drivers/net/ethernet/ti/
Dtlan.c1260 u32 hash1 = 0; in tlan_set_multicast_list() local
1291 hash1 |= (1 << offset); in tlan_set_multicast_list()
1299 tlan_dio_write32(dev->base_addr, TLAN_HASH_1, hash1); in tlan_set_multicast_list()
/linux-5.10/drivers/net/ethernet/agere/
Det131x.c949 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()