Searched refs:h3 (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/crypto/ |
D | poly1305_generic.c | 110 u32 h0, h1, h2, h3, h4; in poly1305_blocks() local 134 h3 = dctx->h[3]; in poly1305_blocks() 143 h3 += (le32_to_cpuvp(src + 9) >> 6) & 0x3ffffff; in poly1305_blocks() 148 mlt(h3, s2) + mlt(h4, s1); in poly1305_blocks() 150 mlt(h3, s3) + mlt(h4, s2); in poly1305_blocks() 152 mlt(h3, s4) + mlt(h4, s3); in poly1305_blocks() 154 mlt(h3, r0) + mlt(h4, s4); in poly1305_blocks() 156 mlt(h3, r1) + mlt(h4, r0); in poly1305_blocks() 162 d4 += sr(d3, 26); h3 = and(d3, 0x3ffffff); in poly1305_blocks() 173 dctx->h[3] = h3; in poly1305_blocks() [all …]
|
/linux-4.4.14/Documentation/trace/ |
D | events-nmi.txt | 39 <idle>-0 [000] d.h3 505.397558: nmi_handler: perf_event_nmi_handler() delta_ns: 3236765 handl… 40 <idle>-0 [000] d.h3 505.805893: nmi_handler: perf_event_nmi_handler() delta_ns: 3174234 handl… 41 <idle>-0 [000] d.h3 506.158206: nmi_handler: perf_event_nmi_handler() delta_ns: 3084642 handl… 42 <idle>-0 [000] d.h3 506.334346: nmi_handler: perf_event_nmi_handler() delta_ns: 3080351 handl…
|
D | ftrace.txt | 1340 ls-2269 3d.h3 20us : sub_preempt_count <-_raw_spin_unlock 1537 <idle>-0 3d.h3 3us : check_preempt_curr <-ttwu_do_wakeup 1538 <idle>-0 3d.h3 3us : resched_curr <-check_preempt_curr 2777 …<idle>-0 [003] d.h3 136.676906: sched_wakeup: comm=rcu_preempt pid=9 prio=120 success=1 targ… 2788 migration/1-14 [001] d.h3 138.732674: softirq_raise: vec=3 [action=NET_RX]
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 25 #define h3 0x0c(%rdi) macro 83 # h23 = [0, h3, 0, h2] 88 movd h3,t2 118 # t1[1] = h1 * s4 + h3 * s2 129 # t2[1] = h1 * r0 + h3 * s3 157 # t1[1] = h1 * r1 + h3 * s4 168 # t2[1] = h1 * r2 + h3 * r0 196 # t1[1] = h1 * r3 + h3 * r1 246 # h3 = d3 & 0x3ffffff 249 mov %eax,h3 [all …]
|
D | poly1305-avx2-x86_64.S | 27 #define h3 0x0c(%rdi) macro 193 # (m[25-28] >> 6) & 0x3ffffff, (m[ 9-12] >> 6) & 0x3ffffff + h3] 203 vmovd h3,t1x 354 # h3 = d3 & 0x3ffffff 357 mov %eax,h3
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | Makefile | 38 obj-$(CONFIG_MACH_OMAP_H3) += board-h3.o board-h3-mmc.o \
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | sunxi.txt | 14 allwinner,sun8i-h3
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 79 # r7 = {h7 h6 h5 h4 h3 h2 h1 h0} 85 # r3 = {h3 g3 f3 e3 d3 c3 b3 a3} 108 vshufps $0xEE, \r7, \r6, \r6 # r6 = {h7 h6 g7 g6 h3 h2 g3 g2} 111 vshufps $0xDD, \r6, \r4, \r4 # r4 = {h7 g7 f7 e7 h3 g3 f3 e3} 119 vperm2f128 $0x02, \r0, \r4, \r3 # h3...a3
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | sun6i-dma.txt | 10 "allwinner,sun8i-h3-dma"
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 165 struct tpacket3_hdr *h3; member 2112 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h3)) != 48); in tpacket_rcv() 2250 h.h3->tp_status |= status; in tpacket_rcv() 2251 h.h3->tp_len = skb->len; in tpacket_rcv() 2252 h.h3->tp_snaplen = snaplen; in tpacket_rcv() 2253 h.h3->tp_mac = macoff; in tpacket_rcv() 2254 h.h3->tp_net = netoff; in tpacket_rcv() 2255 h.h3->tp_sec = ts.tv_sec; in tpacket_rcv() 2256 h.h3->tp_nsec = ts.tv_nsec; in tpacket_rcv() 2257 memset(h.h3->tp_padding, 0, sizeof(h.h3->tp_padding)); in tpacket_rcv() [all …]
|
/linux-4.4.14/security/keys/ |
D | trusted.c | 125 unsigned char *h2, unsigned char h3, ...) in TSS_authhmac() argument 141 c = h3; in TSS_authhmac() 145 va_start(argp, h3); in TSS_authhmac()
|