/linux-4.4.14/crypto/ |
D | poly1305_generic.c | 110 u32 h0, h1, h2, h3, h4; in poly1305_blocks() local 131 h0 = dctx->h[0]; in poly1305_blocks() 140 h0 += (le32_to_cpuvp(src + 0) >> 0) & 0x3ffffff; in poly1305_blocks() 147 d0 = mlt(h0, r0) + mlt(h1, s4) + mlt(h2, s3) + in poly1305_blocks() 149 d1 = mlt(h0, r1) + mlt(h1, r0) + mlt(h2, s4) + in poly1305_blocks() 151 d2 = mlt(h0, r2) + mlt(h1, r1) + mlt(h2, r0) + in poly1305_blocks() 153 d3 = mlt(h0, r3) + mlt(h1, r2) + mlt(h2, r1) + in poly1305_blocks() 155 d4 = mlt(h0, r4) + mlt(h1, r3) + mlt(h2, r2) + in poly1305_blocks() 159 d1 += sr(d0, 26); h0 = and(d0, 0x3ffffff); in poly1305_blocks() 163 h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff); in poly1305_blocks() [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 22 #define h0 0x00(%rdi) macro 82 # h01 = [0, h1, 0, h0] 85 movd h0,h01 117 # t1[0] = h0 * r0 + h2 * s3 128 # t2[0] = h0 * r1 + h2 * s4 156 # t1[0] = h0 * r2 + h2 * r0 167 # t2[0] = h0 * r3 + h2 * r1 195 # t1[0] = h0 * r4 + h2 * r2 220 # h0 = d0 & 0x3ffffff 251 # h0 += (d4 >> 26) * 5 [all …]
|
D | poly1305-avx2-x86_64.S | 24 #define h0 0x00(%rdi) macro 155 # m[16-19] & 0x3ffffff, m[ 0- 3] & 0x3ffffff + h0] 164 vmovd h0,t1x 328 # h0 = d0 & 0x3ffffff 359 # h0 += (d4 >> 26) * 5 369 # h1 += h0 >> 26 373 # h0 = h0 & 0x3ffffff 375 mov %ebx,h0
|
/linux-4.4.14/fs/reiserfs/ |
D | hashes.c | 30 b0 = h0; \ 40 h0 += b0; \ 48 u32 h0 = k[0], h1 = k[1]; in keyed_hash() local 121 return h0 ^ h1; in keyed_hash()
|
/linux-4.4.14/drivers/mtd/ |
D | nftlmount.c | 575 struct nftl_uci0 h0; in NFTL_mount() local 604 &retlen, (char *)&h0) < 0 || in NFTL_mount() 614 logical_block = le16_to_cpu ((h0.VirtUnitNum | h0.SpareVirtUnitNum)); in NFTL_mount() 615 rep_block = le16_to_cpu ((h0.ReplUnitNum | h0.SpareReplUnitNum)); in NFTL_mount()
|
D | inftlmount.c | 543 struct inftl_unithead1 h0; in INFTL_mount() local 598 8, &retlen, (char *)&h0) < 0 || in INFTL_mount() 607 logical_block = le16_to_cpu(h0.virtualUnitNo); in INFTL_mount() 608 prev_block = le16_to_cpu(h0.prevUnitNo); in INFTL_mount() 610 ANACtable[block] = h0.ANAC; in INFTL_mount()
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 79 # r7 = {h7 h6 h5 h4 h3 h2 h1 h0} 82 # r0 = {h0 g0 f0 e0 d0 c0 b0 a0} 107 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0} 112 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0} 121 vperm2f128 $0x02, \t0, \t1, \r0 # h0...a0
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 1410 unsigned w0, unsigned h0, unsigned d0, unsigned nsamples, unsigned format, in r600_texture_size() argument 1424 h0 = r600_mip_minify(h0, 0); in r600_texture_size() 1432 height = r600_mip_minify(h0, i); in r600_texture_size() 1477 u32 dim, nfaces, llevel, blevel, w0, h0, d0; in r600_check_texture_resource() local 1509 h0 = G_038004_TEX_HEIGHT(word1) + 1; in r600_check_texture_resource() 1590 r600_texture_size(nfaces, blevel, llevel, w0, h0, d0, array_check.nsamples, format, in r600_check_texture_resource() 1596 w0, h0, pitch_align, height_align, in r600_check_texture_resource()
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpi_internal.h | 1172 struct hpi_message_header h0; member 1178 struct hpi_response_header h0; member
|
/linux-4.4.14/net/ipv6/ |
D | ip6_gre.c | 120 unsigned int h0 = HASH_ADDR(remote); in ip6gre_tunnel_lookup() local 128 for_each_ip_tunnel_rcu(t, ign->tunnels_r_l[h0 ^ h1]) { in ip6gre_tunnel_lookup() 153 for_each_ip_tunnel_rcu(t, ign->tunnels_r[h0 ^ h1]) { in ip6gre_tunnel_lookup()
|
D | sit.c | 96 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup() local 101 for_each_ip_tunnel_rcu(t, sitn->tunnels_r_l[h0 ^ h1]) { in ipip6_tunnel_lookup() 108 for_each_ip_tunnel_rcu(t, sitn->tunnels_r[h0]) { in ipip6_tunnel_lookup()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 417 unsigned int h0 = 0; in xfrm_dst_hash_transfer() local 431 h0 = h; in xfrm_dst_hash_transfer() 433 if (h != h0) in xfrm_dst_hash_transfer()
|