Home
last modified time | relevance | path

Searched refs:h4 (Results 1 – 25 of 29) sorted by relevance

12

/linux/lib/crypto/
H A Dpoly1305-donna32.c39 u32 h0, h1, h2, h3, h4; in poly1305_core_blocks() local
63 h4 = state->h[4]; in poly1305_core_blocks()
71 h4 += (get_unaligned_le32(&input[12]) >> 8) | hibit; in poly1305_core_blocks()
76 ((u64)h4 * s1); in poly1305_core_blocks()
79 ((u64)h4 * s2); in poly1305_core_blocks()
82 ((u64)h4 * s3); in poly1305_core_blocks()
85 ((u64)h4 * s4); in poly1305_core_blocks()
88 ((u64)h4 * r0); in poly1305_core_blocks()
104 h4 = (u32)d4 & 0x3ffffff; in poly1305_core_blocks()
117 state->h[4] = h4; in poly1305_core_blocks()
[all …]
/linux/lib/crypto/arm/
H A Dpoly1305-armv4.pl176 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12));
199 ldmia $ctx!,{$h0-$h4} @ load hash value
209 adcs $r3,$r3,$h4,lsl#8
213 adc $len,$len,$h4,lsr#24
222 movne $h4,$len
239 addhi $h4,$h4,#1 @ 1<<128
278 addhi $h4,$h4,#1 @ padbit
299 adc $h4,$h4,#0
301 umlal r2,r3,$h4,$s1
310 mul r0,$s2,$h4
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1q_lag.sh121 simple_if_init $h4 192.0.2.130/28
122 tc qdisc add dev $h4 clsact
127 tc qdisc del dev $h4 clsact
128 simple_if_fini $h4 192.0.2.130/28
185 h4=${NETIFS[p6]}
199 trap_install $h4 ingress
206 trap_uninstall $h4 ingress
249 mirror_test vrf-h1 192.0.2.1 192.0.2.18 $h4 1 0
266 test_lag_slave $h4 $swp4 $swp3 "mirror to gretap: LAG second slave"
H A Dmirror_gre_lag_lacp.sh110 team_create lag2 lacp $h3 $h4
122 ip link set dev $h4 down
191 h4=${NETIFS[p6]}
256 test_lag_slave $h3 $h4 "mirror to gretap: LAG first slave"
261 test_lag_slave $h4 $h3 "mirror to gretap: LAG second slave"
H A Drouter_bridge_lag.sh90 ip link set dev $h4 master lag1
93 ip link set dev $h4 up
102 ip link set dev $h4 down
105 ip link set dev $h4 nomaster
280 h4=${NETIFS[p7]}
H A Drouter_bridge_1d_lag.sh122 ip link set dev $h4 master lag1
125 ip link set dev $h4 up
148 ip link set dev $h4 down
151 ip link set dev $h4 nomaster
363 h4=${NETIFS[p7]}
/linux/lib/crypto/mips/
H A Dpoly1305-mips.pl729 my ($h0,$h1,$h2,$h3,$h4, $r0,$r1,$r2,$r3, $rs1,$rs2,$rs3) =
777 lw $h4,16($ctx)
889 srl $t0,$h4,2 # modulo-scheduled reduction
890 andi $h4,$h4,3
922 addu $h4,$h4,$padbit
924 addu $h4,$h4,$h3
932 maddu $rs1,$h4 # h4*s1
941 maddu $rs2,$h4 # h4*s2
946 mul $t0,$r0,$h4 # h4*r0
952 maddu $rs3,$h4 # h4*s3
[all …]
/linux/lib/crypto/riscv/
H A Dpoly1305-riscv.pl457 my ($h0,$h1,$h2,$h3,$h4, $r0,$r1,$r2,$r3, $rs1,$rs2,$rs3) =
499 lw $h4,16($ctx)
536 srliw $t3,$h4,2 # modulo-scheduled reduction
537 andi $t4,$h4,-4
538 andi $h4,$h4,3
570 addw $h4,$h4,$padbit
572 addw $h4,$h4,$h3
610 mulw $a3,$rs1,$h4 # h4*s1
639 mulw $t3,$rs2,$h4 # h4*s2
668 mulw $a3,$rs3,$h4 # h4*s3
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_sample.sh110 ip link set dev $h4 down
111 ip link add name ${h4}_bond type bond mode 802.3ad
112 ip link set dev $h4 master ${h4}_bond
114 simple_if_init ${h4}_bond 198.51.100.17/28
116 ip -4 route add default vrf v${h4}_bond nexthop via 198.51.100.18
121 ip -4 route del default vrf v${h4}_bond nexthop via 198.51.100.18
123 simple_if_fini ${h4}_bond 198.51.100.17/28
125 ip link set dev $h4 nomaster
126 ip link del dev ${h4}_bond
183 h4=${NETIFS[p7]}
H A Drouter_bridge_lag.sh45 config_enslave $h4 lag1
/linux/include/linux/
H A Derrqueue.h16 struct inet_skb_parm h4; member
/linux/arch/arm/boot/dts/ti/omap/
H A Domap2420-h4.dts11 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
H A DMakefile3 omap2420-h4.dtb \
/linux/lib/crypto/powerpc/
H A Dpoly1305-p10le_64.S23 # h4 = m1 * r⁴ + m2 * r³ + m3 * r² + m4 * r
630 # h4 = m1 * r⁴ + m2 * r³ + m3 * r² + m4 * r
633 # h3 = (h1 + m3) * r^2, h4 = (h2 + m4) * r^2 --> (h0 + m1) r*4 + (h3 + m3) r^2, (h0 + m2) r^4 + (h…
635 # h5 = (h3 + m5) * r^2, h6 = (h4 + m6) * r^2 -->
H A Dcurve25519-ppc64le_asm.S575 and 9, 9, 12 # h4
/linux/Documentation/sphinx-static/
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { selector
H A Dcustom.css10 div.body h4 { font-size: 110%; }
/linux/net/ipv4/
H A Dsyncookies.c407 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
H A Dinet_fragment.c39 struct inet_skb_parm h4; member
H A Dtcp_ipv4.c910 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_reset()
1024 skb, &TCP_SKB_CB(skb)->header.h4.opt, in tcp_v4_send_ack()
2118 memmove(IPCB(skb), &TCP_SKB_CB(skb)->header.h4,
2128 memmove(&TCP_SKB_CB(skb)->header.h4, IPCB(skb),
/linux/include/net/
H A Dtcp.h1098 struct inet_skb_parm h4; member
1148 if (skb && ipv4_l3mdev_skb(TCP_SKB_CB(skb)->header.h4.flags)) in tcp_v4_sdif()
1149 return TCP_SKB_CB(skb)->header.h4.iif; in tcp_v4_sdif()
2643 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
H A Dudp.h42 struct inet_skb_parm h4; member
/linux/net/xfrm/
H A Dxfrm_input.c36 struct inet_skb_parm h4; member
/linux/Documentation/i2c/
H A Dinstantiating-devices.rst76 Example (from omap2 h4):
/linux/include/net/sctp/
H A Dstructs.h1131 struct inet_skb_parm h4; member

12