Home
last modified time | relevance | path

Searched refs:h3 (Results 1 – 25 of 223) sorted by relevance

123456789

/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h80 h3 = st->h[3]; in poly1305_blocks()
135 st->h[3] = h3; in poly1305_blocks()
163 h3 = st->h[3]; in poly1305_finish()
171 h3 += c; in poly1305_finish()
172 c = h3 >> 26; in poly1305_finish()
173 h3 = h3 & 0x3ffffff; in poly1305_finish()
192 g3 = h3 + c; in poly1305_finish()
209 h3 = (h3 & mask) | g3; in poly1305_finish()
216 h3 = ((h3 >> 18) | (h4 << 8)) & 0xffffffff; in poly1305_finish()
226 h3 = (unsigned long) f; in poly1305_finish()
[all …]
/netbsd/crypto/external/bsd/openssh/dist/
H A Dpoly1305.c34 uint32_t h0,h1,h2,h3,h4; in poly1305_auth() local
67 h3 = 0; in poly1305_auth()
84 h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff; in poly1305_auth()
89 …t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x… in poly1305_auth()
98 t[3] += b; h3 = (uint32_t)t[3] & 0x3ffffff; b = (uint32_t)(t[3] >> 26); in poly1305_auth()
121 h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff; in poly1305_auth()
130 h3 += b; b = h3 >> 26; h3 = h3 & 0x3ffffff; in poly1305_auth()
138 g3 = h3 + b; b = g3 >> 26; g3 &= 0x3ffffff; in poly1305_auth()
146 h3 = (h3 & nb) | (g3 & b); in poly1305_auth()
151 f2 = ((h2 >> 12) | (h3 << 14)) + (uint64_t)U8TO32_LE(&key[24]); in poly1305_auth()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
H A Dpoly1305-ppc.pl320 lw $h3,12($inp)
327 li $h3,12
329 lwbrx $h3,$h3,$inp
339 and $h3,$h3,$r0
344 stw $h3,44($ctx)
436 adde $h3,$h3,$d3
528 addze $h3,$h3
584 addze $d3,$h3
600 andc $h3,$h3,$mask
604 or $h3,$h3,$d3
[all …]
H A Dpoly1305-armv4.pl273 adcs $h3,$h3,r3
324 adcs $h3,$h3,#0
391 adc $h3,$h3,$g3
398 rev $h3,$h3
412 mov $h3,$h3,lsr#8
421 mov $h3,$h3,lsr#8
430 mov $h3,$h3,lsr#8
1178 mov $h3,$h3,lsr#18
1188 adcs $h3,$h3,#0
1214 adc $h3,$h3,$g3
[all …]
H A Dpoly1305-sparcv9.pl198 addccc $t1,$h3,$h3
251 addccc $d3,$h3,$h3
262 addccc %g0,$h3,$h3
403 addc $r3,$h3,$h3
951 addccc $d2,$h3,$h3
974 andn $h3,$mask,$h3
978 or $d3,$h3,$h3
984 addc $d3,$h3,$h3
993 srl $h3,8,$h3
1002 srl $h3,8,$h3
[all …]
H A Dpoly1305-ppcfp.pl591 adde $h3,$h3,$d2
597 addze $d3,$h3
614 andc $h3,$h3,$mask
618 or $h3,$h3,$d3
624 adde $h3,$h3,$d3
631 add $h3,$h3,$d2
638 add $h3,$h3,$d2
639 srdi $d3,$h3,32
643 insrdi $h2,$h3,32,0
671 srdi $h3,$h2,32
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl268 adcs $h3,$h3,r3
319 adcs $h3,$h3,#0
386 adc $h3,$h3,$g3
393 rev $h3,$h3
407 mov $h3,$h3,lsr#8
416 mov $h3,$h3,lsr#8
425 mov $h3,$h3,lsr#8
1173 mov $h3,$h3,lsr#18
1183 adcs $h3,$h3,#0
1209 adc $h3,$h3,$g3
[all …]
H A Dpoly1305-ppc.pl272 sldi $h3,$h3,14
304 and $h3,$h3,$t0
413 and $h3,$h3,$r0
603 addze $h3,$h3
661 srwi $h3,$h3,18
666 adde $h3,$h3,$t1
686 addze $h3,$h3
718 srwi $h3,$h3,8
723 srwi $h3,$h3,8
728 srwi $h3,$h3,8
[all …]
H A Dpoly1305-sparcv9.pl200 addccc $t1,$h3,$h3
253 addccc $d3,$h3,$h3
264 addccc %g0,$h3,$h3
405 addc $r3,$h3,$h3
953 addccc $d2,$h3,$h3
976 andn $h3,$mask,$h3
980 or $d3,$h3,$h3
986 addc $d3,$h3,$h3
995 srl $h3,8,$h3
1004 srl $h3,8,$h3
[all …]
H A Dpoly1305-ppcfp.pl595 adde $h3,$h3,$d2
601 addze $d3,$h3
618 andc $h3,$h3,$mask
622 or $h3,$h3,$d3
628 adde $h3,$h3,$d3
635 add $h3,$h3,$d2
642 add $h3,$h3,$d2
643 srdi $d3,$h3,32
647 insrdi $h2,$h3,32,0
675 srdi $h3,$h2,32
[all …]
/netbsd/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dhash.h130 uint32_t h3 = seed; in hash_x86_128() local
156 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
161 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128()
162 h3 = h3*5 + 0x96cd1c35; in hash_x86_128()
209 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128()
211 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
212 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
216 h3 = hash_fmix_32(h3); in hash_x86_128()
219 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
220 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
[all …]
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dhash.h130 uint32_t h3 = seed; in hash_x86_128() local
156 h2 = hash_rotl_32(h2, 17); h2 += h3; in hash_x86_128()
161 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128()
162 h3 = h3*5 + 0x96cd1c35; in hash_x86_128()
209 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128()
211 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
212 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
216 h3 = hash_fmix_32(h3); in hash_x86_128()
219 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
220 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
H A Dpoly1305.c312 h3 = st->h[3]; in poly1305_blocks()
320 h3 = (u32)(d3 = (u64)h3 + (d2 >> 32) + U8TOU32(inp + 12)); in poly1305_blocks()
327 ((u64)h3 * s1); in poly1305_blocks()
331 ((u64)h3 * s2) + in poly1305_blocks()
336 ((u64)h3 * s3) + in poly1305_blocks()
377 st->h[3] = h3; in poly1305_blocks()
385 u32 h0, h1, h2, h3, h4; in poly1305_emit() local
393 h3 = st->h[3]; in poly1305_emit()
413 h3 = (h3 & mask) | g3; in poly1305_emit()
419 h3 = (u32)(t = (u64)h3 + (t >> 32) + nonce[3]); in poly1305_emit()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/poly1305/
H A Dpoly1305.c310 h3 = st->h[3]; in poly1305_blocks()
318 h3 = (u32)(d3 = (u64)h3 + (d2 >> 32) + U8TOU32(inp + 12)); in poly1305_blocks()
325 ((u64)h3 * s1); in poly1305_blocks()
329 ((u64)h3 * s2) + in poly1305_blocks()
334 ((u64)h3 * s3) + in poly1305_blocks()
375 st->h[3] = h3; in poly1305_blocks()
383 u32 h0, h1, h2, h3, h4; in poly1305_emit() local
391 h3 = st->h[3]; in poly1305_emit()
411 h3 = (h3 & mask) | g3; in poly1305_emit()
417 h3 = (u32)(t = (u64)h3 + (t >> 32) + nonce[3]); in poly1305_emit()
[all …]
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dfe.h11 int64_t h3 = load_3(s + 10) << 3; in fe25519_frombytes() local
36 carry3 = (h3 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()
38 h3 -= carry3 * ((uint64_t) 1L << 25); in fe25519_frombytes()
50 h3 += carry2; in fe25519_frombytes()
65 h[3] = (int32_t) h3; in fe25519_frombytes()
105 int32_t h3 = f[3]; in fe25519_reduce() local
120 q = (h3 + q) >> 25; in fe25519_reduce()
139 h3 += carry2; in fe25519_reduce()
141 carry3 = h3 >> 25; in fe25519_reduce()
143 h3 -= carry3 * ((uint32_t) 1L << 25); in fe25519_reduce()
[all …]
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsun8i-h3-libretech-all-h3-cc.dts8 #include "sun8i-h3.dtsi"
9 #include "sunxi-libretech-all-h3-cc.dtsi"
13 compatible = "libretech,all-h3-cc-h3", "allwinner,sun8i-h3";
H A Dsunxi-h3-h5.dtsi44 #include <dt-bindings/clock/sun8i-h3-ccu.h>
48 #include <dt-bindings/reset/sun8i-h3-ccu.h>
151 compatible = "allwinner,sun8i-h3-dma";
253 compatible = "allwinner,sun8i-h3-musb";
581 compatible = "allwinner,sun8i-h3-spi";
597 compatible = "allwinner,sun8i-h3-spi";
633 compatible = "allwinner,sun8i-h3-pwm";
642 compatible = "allwinner,sun8i-h3-i2s";
655 compatible = "allwinner,sun8i-h3-i2s";
668 compatible = "allwinner,sun8i-h3-i2s";
[all …]
H A Dsun8i-h3.dtsi43 #include "sunxi-h3-h5.dtsi"
154 compatible = "allwinner,sun8i-h3-deinterlace";
181 compatible = "allwinner,sun8i-h3-sram-c1",
189 compatible = "allwinner,sun8i-h3-video-engine";
200 compatible = "allwinner,sun8i-h3-crypto";
232 compatible = "allwinner,sun8i-h3-ths";
278 compatible = "allwinner,sun8i-h3-ccu";
282 compatible = "allwinner,sun8i-h3-de2-clk";
322 compatible = "allwinner,sun8i-h3-pinctrl";
326 compatible = "allwinner,sun8i-h3-rtc";
[all …]
/netbsd/external/mpl/bind/dist/bin/tests/system/checkzone/zones/
H A Dgood-svcb.db18 svcb1 SVCB 1 . port=60 alpn=h3 ech="ZWFzdGVyIGVnZyE="
23 svcb6 SVCB 6 . mandatory=port,alpn port=60 alpn=h3
24 svcb7 SVCB 7 . mandatory=port,alpn port=60 alpn=h1,h3
25 svcb8 SVCB 8 . mandatory=port,alpn port=60 alpn="h1\\,h2,h3"
27 svcb10 SVCB 7 . alpn="h2,h3" dohpath=/{?dns}
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe_frombytes_sandy2x.c36 uint64_t h3 = load_3(s + 10) << 3; in fe_frombytes() local
56 carry3 = h3 >> 25; h4 += carry3; h3 &= 0x1FFFFFF; in fe_frombytes()
61 carry2 = h2 >> 26; h3 += carry2; h2 &= 0x3FFFFFF; in fe_frombytes()
69 h[3] = h3; in fe_frombytes()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha1-ia64.pl42 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
50 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
189 add $h3=$h3,$c };; // wrap up
264 { .mlx; ld4 $h3=[tmp0]
278 mov $D=$h3
305 st4 [tmp0]=$h3 };;
/netbsd/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha1-ia64.pl43 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
51 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
190 add $h3=$h3,$c };; // wrap up
265 { .mlx; ld4 $h3=[tmp0]
279 mov $D=$h3
306 st4 [tmp0]=$h3 };;
/netbsd/sys/crypto/adiantum/
H A Dadiantum.c220 uint32_t h3 = P->h[3]; in poly1305_update_blocks() local
261 k3 = h3 + m3; in poly1305_update_blocks()
287 P->h[3] = h3; in poly1305_update_blocks()
297 uint32_t h3 = P->h[3]; in poly1305_final() local
306 h3 += c; c = h3 >> 26; h3 &= 0x03ffffff; in poly1305_final()
318 s3 = h3 + c; c = s3 >> 26; s3 &= 0x03ffffff; in poly1305_final()
329 h3 = (m & h3) | (~m & s3); in poly1305_final()
399 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0; in nh() local
435 h3 += (uint64_t)(m0 + k30) * (m2 + k32); in nh()
439 h3 += (uint64_t)(m1 + k31) * (m3 + k33); in nh()
[all …]
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h46 int32_t h3 = f[3] + g[3]; in fe25519_add() local
57 h[3] = h3; in fe25519_add()
95 h[3] = h3; in fe25519_sub()
120 int32_t h3 = -f[3]; in fe25519_neg() local
131 h[3] = h3; in fe25519_neg()
570 h3 += carry2; in fe25519_mul()
617 h[3] = (int32_t) h3; in fe25519_mul()
758 h3 += carry2; in fe25519_sq()
918 h3 += h3; in fe25519_sq2()
941 h3 += carry2; in fe25519_sq2()
[all …]
H A Ded25519_ref10_fe_51.h38 uint64_t h3 = f[3] + g[3]; in fe25519_add() local
44 h[3] = h3; in fe25519_add()
56 uint64_t h0, h1, h2, h3, h4; in fe25519_sub() local
61 h3 = g[3]; in fe25519_sub()
68 h3 += h2 >> 51; in fe25519_sub()
70 h4 += h3 >> 51; in fe25519_sub()
71 h3 &= mask; in fe25519_sub()
78 h3 = (f[3] + 0xffffffffffffeULL) - h3; in fe25519_sub()
84 h[3] = h3; in fe25519_sub()
507 h3 = ((uint64_t) a) & mask; in fe25519_scalar_product()
[all …]

123456789