Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_h4.c43 struct h4_struct *h4; in h4_open() local
47 h4 = kzalloc_obj(*h4); in h4_open()
48 if (!h4) in h4_open()
51 skb_queue_head_init(&h4->txq); in h4_open()
53 hu->priv = h4; in h4_open()
60 struct h4_struct *h4 = hu->priv; in h4_flush() local
64 skb_queue_purge(&h4->txq); in h4_flush()
72 struct h4_struct *h4 = hu->priv; in h4_close() local
76 skb_queue_purge(&h4->txq); in h4_close()
78 kfree_skb(h4->rx_skb); in h4_close()
[all …]
/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/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/include/linux/
H A Derrqueue.h16 struct inet_skb_parm h4; member
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Drouter_bridge_lag.sh45 config_enslave $h4 lag1
/linux/arch/arm/boot/dts/ti/omap/
H A Domap2420-h4.dts11 compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
/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
/linux/net/dccp/
H A Ddccp.h
/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
H A Dxfrm.h727 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/net/core/
H A Dskbuff.c5578 serr->header.h4.iif = skb->dev ? skb->dev->ifindex : 0; in __skb_complete_tx_timestamp()