/Linux-v4.19/crypto/ |
D | poly1305_generic.c | 100 u32 h0, h1, h2, h3, h4; in poly1305_blocks() local 121 h0 = dctx->h[0]; in poly1305_blocks() 130 h0 += (get_unaligned_le32(src + 0) >> 0) & 0x3ffffff; in poly1305_blocks() 137 d0 = mlt(h0, r0) + mlt(h1, s4) + mlt(h2, s3) + in poly1305_blocks() 139 d1 = mlt(h0, r1) + mlt(h1, r0) + mlt(h2, s4) + in poly1305_blocks() 141 d2 = mlt(h0, r2) + mlt(h1, r1) + mlt(h2, r0) + in poly1305_blocks() 143 d3 = mlt(h0, r3) + mlt(h1, r2) + mlt(h2, r1) + in poly1305_blocks() 145 d4 = mlt(h0, r4) + mlt(h1, r3) + mlt(h2, r2) + in poly1305_blocks() 149 d1 += sr(d0, 26); h0 = and(d0, 0x3ffffff); in poly1305_blocks() 153 h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff); in poly1305_blocks() [all …]
|
/Linux-v4.19/lib/ |
D | test_hash.c | 71 u32 h0 = (u32)h64, h1, h2; in test_int_hash() local 74 hash_or[0][0] |= h1 = __hash_32(h0); in test_int_hash() 76 hash_or[1][0] |= h2 = __hash_32_generic(h0); in test_int_hash() 80 h0, h1, h2); in test_int_hash() 91 hash_or[0][k] |= h1 = hash_32(h0, k); in test_int_hash() 93 pr_err("hash_32(%#x, %d) = %#x > %#x", h0, k, h1, m); in test_int_hash() 97 h2 = hash_32_generic(h0, k); in test_int_hash() 101 " = %#x", h0, k, h1, h2); in test_int_hash() 107 h0, k, h1, m); in test_int_hash() 159 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_init() local [all …]
|
/Linux-v4.19/arch/x86/crypto/ |
D | poly1305-sse2-x86_64.S | 24 #define h0 0x00(%rdi) macro 84 # h01 = [0, h1, 0, h0] 87 movd h0,h01 119 # t1[0] = h0 * r0 + h2 * s3 130 # t2[0] = h0 * r1 + h2 * s4 158 # t1[0] = h0 * r2 + h2 * r0 169 # t2[0] = h0 * r3 + h2 * r1 197 # t1[0] = h0 * r4 + h2 * r2 222 # h0 = d0 & 0x3ffffff 253 # h0 += (d4 >> 26) * 5 [all …]
|
D | poly1305-avx2-x86_64.S | 26 #define h0 0x00(%rdi) macro 157 # m[16-19] & 0x3ffffff, m[ 0- 3] & 0x3ffffff + h0] 166 vmovd h0,t1x 330 # h0 = d0 & 0x3ffffff 361 # h0 += (d4 >> 26) * 5 371 # h1 += h0 >> 26 375 # h0 = h0 & 0x3ffffff 377 mov %ebx,h0
|
/Linux-v4.19/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-v4.19/drivers/mtd/ |
D | nftlmount.c | 583 struct nftl_uci0 h0; in NFTL_mount() local 612 &retlen, (char *)&h0) < 0 || in NFTL_mount() 622 logical_block = le16_to_cpu ((h0.VirtUnitNum | h0.SpareVirtUnitNum)); in NFTL_mount() 623 rep_block = le16_to_cpu ((h0.ReplUnitNum | h0.SpareReplUnitNum)); in NFTL_mount()
|
D | inftlmount.c | 552 struct inftl_unithead1 h0; in INFTL_mount() local 607 8, &retlen, (char *)&h0) < 0 || in INFTL_mount() 616 logical_block = le16_to_cpu(h0.virtualUnitNo); in INFTL_mount() 617 prev_block = le16_to_cpu(h0.prevUnitNo); in INFTL_mount() 619 ANACtable[block] = h0.ANAC; in INFTL_mount()
|
/Linux-v4.19/arch/x86/crypto/sha1-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-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_x8_avx2.S | 135 # r7 = {h7 h6 h5 h4 h3 h2 h1 h0} 138 # r0 = {h0 g0 f0 e0 d0 c0 b0 a0} 163 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0} 168 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0} 177 vperm2f128 $0x02, \t0, \t1, \r0 # h0...a0
|
/Linux-v4.19/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-v4.19/sound/pci/asihpi/ |
D | hpi_internal.h | 1172 struct hpi_message_header h0; member 1178 struct hpi_response_header h0; member
|
/Linux-v4.19/net/ipv6/ |
D | sit.c | 98 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup() local 104 for_each_ip_tunnel_rcu(t, sitn->tunnels_r_l[h0 ^ h1]) { in ipip6_tunnel_lookup() 112 for_each_ip_tunnel_rcu(t, sitn->tunnels_r[h0]) { in ipip6_tunnel_lookup()
|
D | ip6_gre.c | 126 unsigned int h0 = HASH_ADDR(remote); in ip6gre_tunnel_lookup() local 136 for_each_ip_tunnel_rcu(t, ign->tunnels_r_l[h0 ^ h1]) { in ip6gre_tunnel_lookup() 161 for_each_ip_tunnel_rcu(t, ign->tunnels_r[h0 ^ h1]) { in ip6gre_tunnel_lookup()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_policy.c | 399 unsigned int h0 = 0; in xfrm_dst_hash_transfer() local 413 h0 = h; in xfrm_dst_hash_transfer() 415 if (h != h0) in xfrm_dst_hash_transfer()
|