Home
last modified time | relevance | path

Searched refs:h0 (Results 1 – 18 of 18) sorted by relevance

/linux/lib/crypto/
A Dpoly1305-donna64.c42 u64 h0, h1, h2; in poly1305_core_blocks() local
99 h0 += c * 5; in poly1305_core_blocks()
100 c = h0 >> 44; in poly1305_core_blocks()
101 h0 = h0 & 0xfffffffffffULL; in poly1305_core_blocks()
131 h0 += c * 5; in poly1305_core_emit()
132 c = h0 >> 44; in poly1305_core_emit()
140 h0 += c * 5; in poly1305_core_emit()
141 c = h0 >> 44; in poly1305_core_emit()
146 g0 = h0 + 5; in poly1305_core_emit()
160 h0 = (h0 & c) | g0; in poly1305_core_emit()
[all …]
A Dpoly1305-donna32.c58 h0 = state->h[0]; in poly1305_core_blocks()
104 h0 += c * 5; in poly1305_core_blocks()
105 c = (h0 >> 26); in poly1305_core_blocks()
106 h0 = h0 & 0x3ffffff; in poly1305_core_blocks()
147 h0 += c * 5; in poly1305_core_emit()
148 c = h0 >> 26; in poly1305_core_emit()
149 h0 = h0 & 0x3ffffff; in poly1305_core_emit()
153 g0 = h0 + 5; in poly1305_core_emit()
176 h0 = (h0 & mask) | g0; in poly1305_core_emit()
183 h0 = ((h0) | (h1 << 26)) & 0xffffffff; in poly1305_core_emit()
[all …]
/linux/arch/arm64/crypto/
A Dpoly1305-armv8.pl123 lsr $d0,$h0,#32
124 mov w#$d1,w#$h0
147 csel $h0,$h0,$d0,eq // choose between radixes
158 adds $h0,$h0,$t0 // accumulate input
234 csel $h0,$h0,$d0,eq // choose between radixes
244 csel $h0,$h0,$d0,eq
251 adds $h0,$h0,$t0 // accumulate nonce
254 rev $h0,$h0 // flip output bytes
370 adds $h0,$h0,x12,lsl#52
385 adds $h0,$h0,$d0 // accumulate input
[all …]
/linux/tools/testing/selftests/net/
A Dfib_nexthop_multiprefix.sh100 for ns in h0 r1 h1 h2 h3
137 ip -netns h0 li sh
138 ip -netns h0 ro sh
139 ip -netns h0 -6 ro sh
147 for n in h0 r1 h1 h2 h3
171 local h0=172.16.100.1
181 ip -netns h0 ro get ${dst}
187 ip -netns h0 ro get ${dst} | \
200 local h0=2001:db8:100::1
288 ip -netns h0 nexthop del id 4
[all …]
/linux/lib/
A Dtest_hash.c72 u32 h0 = (u32)h64, h1, h2; in test_int_hash() local
75 hash_or[0][0] |= h1 = __hash_32(h0); in test_int_hash()
77 hash_or[1][0] |= h2 = __hash_32_generic(h0); in test_int_hash()
81 h0, h1, h2); in test_int_hash()
92 hash_or[0][k] |= h1 = hash_32(h0, k); in test_int_hash()
98 h2 = hash_32_generic(h0, k); in test_int_hash()
102 " = %#x", h0, k, h1, h2); in test_int_hash()
108 h0, k, h1, m); in test_int_hash()
170 if (hashlen_hash(hashlen) != h0) { in test_hash_init()
173 i, j, hashlen_hash(hashlen), h0); in test_hash_init()
[all …]
/linux/arch/arm/crypto/
A Dpoly1305-armv4.pl251 adds $h0,$h0,r3 @ accumulate input
290 adds $h0,$h0,r0 @ accumulate input
330 ldr $h0,[sp,#0]
345 adds $h0,$h0,r1
399 movne $h0,$g0
417 movne $h0,$g0
435 adds $h0,$h0,$g0
442 rev $h0,$h0
453 mov $h0,$h0,lsr#8
462 mov $h0,$h0,lsr#8
[all …]
/linux/arch/mips/crypto/
A Dpoly1305-mips.pl366 sltu $tmp0,$d0,$h0
377 mflo ($h0,$r0,$d0)
389 daddu $h0,$tmp0
899 sltu $h0,$d0,$h0
904 addu $h0,$h0,$at # carry
906 addu $d1,$d1,$h0
907 sltu $h0,$d1,$h0
930 mflo $h0
983 addu $h0,$h0,$at
991 addu $h0,$h0,$a3
[all …]
/linux/arch/x86/crypto/
A Dpoly1305-x86_64-cryptogams.pl193 mov %rax,$h0 # future $h0
204 add %rax,$h0
222 add %rax,$h0
440 mov $r0,$h0
451 mov $h0,$d1
519 mov $h0,$d1
559 mov $h0,$d1
655 add $d1,$h0
658 add $r1,$h0
703 or $r0,$h0
[all …]
/linux/fs/reiserfs/
A Dhashes.c30 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/drivers/mtd/
A Dnftlmount.c568 struct nftl_uci0 h0; in NFTL_mount() local
597 &retlen, (char *)&h0) < 0 || in NFTL_mount()
607 logical_block = le16_to_cpu ((h0.VirtUnitNum | h0.SpareVirtUnitNum)); in NFTL_mount()
608 rep_block = le16_to_cpu ((h0.ReplUnitNum | h0.SpareReplUnitNum)); in NFTL_mount()
A Dinftlmount.c532 struct inftl_unithead1 h0; in INFTL_mount() local
583 8, &retlen, (char *)&h0) < 0 || in INFTL_mount()
592 logical_block = le16_to_cpu(h0.virtualUnitNo); in INFTL_mount()
593 prev_block = le16_to_cpu(h0.prevUnitNo); in INFTL_mount()
595 ANACtable[block] = h0.ANAC; in INFTL_mount()
/linux/tools/perf/util/arm-spe-decoder/
A Darm-spe-pkt-decoder.h60 #define SPE_HDR_EXTENDED_INDEX(h0, h1) (((h0) & GENMASK_ULL(1, 0)) << 3 | \ argument
/linux/lib/zstd/compress/
A Dzstd_fast.c93 size_t const h0 = ZSTD_hashPtr(ip0, hlog, mls); in ZSTD_compressBlock_fast_generic() local
99 U32 const matchIndex0 = hashTable[h0]; in ZSTD_compressBlock_fast_generic()
110 hashTable[h0] = current0; /* update hash table */ in ZSTD_compressBlock_fast_generic()
/linux/drivers/gpu/drm/radeon/
A Dr600_cs.c1409 unsigned w0, unsigned h0, unsigned d0, unsigned nsamples, unsigned format, in r600_texture_size() argument
1423 h0 = r600_mip_minify(h0, 0); in r600_texture_size()
1431 height = r600_mip_minify(h0, i); in r600_texture_size()
1479 u32 dim, nfaces, llevel, blevel, w0, h0, d0; in r600_check_texture_resource() local
1511 h0 = G_038004_TEX_HEIGHT(word1) + 1; in r600_check_texture_resource()
1592 r600_texture_size(nfaces, blevel, llevel, w0, h0, d0, array_check.nsamples, format, in r600_check_texture_resource()
1598 w0, h0, pitch_align, height_align, in r600_check_texture_resource()
/linux/sound/pci/asihpi/
A Dhpi_internal.h1161 struct hpi_message_header h0; member
1167 struct hpi_response_header h0; member
/linux/net/ipv6/
A Dsit.c101 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup() local
107 for_each_ip_tunnel_rcu(t, sitn->tunnels_r_l[h0 ^ h1]) { in ipip6_tunnel_lookup()
115 for_each_ip_tunnel_rcu(t, sitn->tunnels_r[h0]) { in ipip6_tunnel_lookup()
A Dip6_gre.c121 unsigned int h0 = HASH_ADDR(remote); in ip6gre_tunnel_lookup() local
132 for_each_ip_tunnel_rcu(t, ign->tunnels_r_l[h0 ^ h1]) { in ip6gre_tunnel_lookup()
157 for_each_ip_tunnel_rcu(t, ign->tunnels_r[h0 ^ h1]) { in ip6gre_tunnel_lookup()
/linux/net/xfrm/
A Dxfrm_policy.c525 unsigned int h0 = 0; in xfrm_dst_hash_transfer() local
539 h0 = h; in xfrm_dst_hash_transfer()
541 if (h != h0) in xfrm_dst_hash_transfer()

Completed in 77 milliseconds