/linux-4.4.14/crypto/ |
H A D | poly1305_generic.c | 110 u32 h0, h1, h2, h3, h4; poly1305_blocks() local 134 h3 = dctx->h[3]; poly1305_blocks() 143 h3 += (le32_to_cpuvp(src + 9) >> 6) & 0x3ffffff; poly1305_blocks() 148 mlt(h3, s2) + mlt(h4, s1); poly1305_blocks() 150 mlt(h3, s3) + mlt(h4, s2); poly1305_blocks() 152 mlt(h3, s4) + mlt(h4, s3); poly1305_blocks() 154 mlt(h3, r0) + mlt(h4, s4); poly1305_blocks() 156 mlt(h3, r1) + mlt(h4, r0); poly1305_blocks() 162 d4 += sr(d3, 26); h3 = and(d3, 0x3ffffff); poly1305_blocks() 173 dctx->h[3] = h3; poly1305_blocks() 218 u32 h0, h1, h2, h3, h4; crypto_poly1305_final() local 237 h3 = dctx->h[3]; crypto_poly1305_final() 241 h3 += (h2 >> 26); h2 = h2 & 0x3ffffff; crypto_poly1305_final() 242 h4 += (h3 >> 26); h3 = h3 & 0x3ffffff; crypto_poly1305_final() 250 g3 = h3 + (g2 >> 26); g2 &= 0x3ffffff; crypto_poly1305_final() 264 h3 = (h3 & mask) | g3; crypto_poly1305_final() 270 h2 = (h2 >> 12) | (h3 << 14); crypto_poly1305_final() 271 h3 = (h3 >> 18) | (h4 << 8); crypto_poly1305_final() 277 f = (f >> 32) + h3 + dctx->s[3]; mac[3] = cpu_to_le32(f); crypto_poly1305_final()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
H A D | Makefile | 38 obj-$(CONFIG_MACH_OMAP_H3) += board-h3.o board-h3-mmc.o \
|
H A D | board-h3-mmc.c | 2 * linux/arch/arm/mach-omap1/board-h3-mmc.c 20 #include "board-h3.h"
|
H A D | board-h3.c | 2 * linux/arch/arm/mach-omap1/board-h3.c 54 #include "board-h3.h" 331 .name = "h3:red", 336 .name = "h3:green",
|
H A D | board-h3.h | 2 * arch/arm/mach-omap1/board-h3.h
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | poly1305-sse2-x86_64.S | 25 #define h3 0x0c(%rdi) define 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 379 # hc3 = [ (m[25-28] >> 6) & 0x3ffffff, h3 + (m[9-12] >> 6) & 0x3ffffff ] 385 movd h3,t1 551 # h3 = d3 & 0x3ffffff 554 mov %eax,h3
|
H A D | poly1305-avx2-x86_64.S | 27 #define h3 0x0c(%rdi) define 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-sunxi/ |
H A D | sunxi.c | 72 "allwinner,sun8i-h3",
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
H A D | lcd_h3.c | 72 .name = "h3",
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | msg_prot.h | 176 * h1.h2.h3.h4.p1.p2 178 * The prefix, "h1.h2.h3.h4", is the standard textual form for 180 * Assuming big-endian ordering, h1, h2, h3, and h4, are respectively,
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
H A 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/scripts/ |
H A D | kernel-doc | 581 print "<h3>$section</h3>\n"; 607 print "<h3>Constants</h3>\n"; 660 print "<h3>Members</h3>\n"; 704 print "<h3>Arguments</h3>\n"; 727 print "<h3>$section</h3>\n";
|
/linux-4.4.14/security/keys/ |
H A D | trusted.c | 125 unsigned char *h2, unsigned char h3, ...) TSS_authhmac() 141 c = h3; TSS_authhmac() 145 va_start(argp, h3); TSS_authhmac() 123 TSS_authhmac(unsigned char *digest, const unsigned char *key, unsigned int keylen, unsigned char *h1, unsigned char *h2, unsigned char h3, ...) TSS_authhmac() argument
|
/linux-4.4.14/net/packet/ |
H A D | af_packet.c | 165 struct tpacket3_hdr *h3; member in union:tpacket_uhdr 2112 BUILD_BUG_ON(TPACKET_ALIGN(sizeof(*h.h3)) != 48); tpacket_rcv() 2250 h.h3->tp_status |= status; tpacket_rcv() 2251 h.h3->tp_len = skb->len; tpacket_rcv() 2252 h.h3->tp_snaplen = snaplen; tpacket_rcv() 2253 h.h3->tp_mac = macoff; tpacket_rcv() 2254 h.h3->tp_net = netoff; tpacket_rcv() 2255 h.h3->tp_sec = ts.tv_sec; tpacket_rcv() 2256 h.h3->tp_nsec = ts.tv_nsec; tpacket_rcv() 2257 memset(h.h3->tp_padding, 0, sizeof(h.h3->tp_padding)); tpacket_rcv() 2258 hdrlen = sizeof(*h.h3); tpacket_rcv()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | mux34xx.c | 914 _OMAP3_BALLENTRY(UART1_RX, "h3", NULL), 1485 _OMAP3_BALLENTRY(GPMC_NCS1, "h3", "y1"), 1913 _OMAP3_BALLENTRY(GPMC_NCS1, "h3", "y1"),
|
/linux-4.4.14/drivers/dma/ |
H A D | sun6i-dma.c | 908 { .compatible = "allwinner,sun8i-h3-dma", .data = &sun8i_h3_dma_cfg },
|