Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 16 of 16) sorted by relevance

/lib/crypto/arm64/
A Dpoly1305-armv8.pl125 lsr $d2,$h1,#32
131 mov w#$d2,w#$h1
143 adc $d2,$d2,xzr
175 adc $d2,$d2,xzr
180 adc $d2,$d2,$t1
184 adc $d2,$d2,$t1
187 and $h2,$d2,#3
231 adc $d2,$d2,xzr
289 adc $d2,$d2,xzr
294 adc $d2,$d2,$t1
[all …]
/lib/crypto/mips/
A Dpoly1305-mips.pl812 sllv $d2,$d2,$shr
816 or $d2,$d2,$at
825 srlv $d2,$d2,$shr
829 or $d2,$d2,$at
848 wsbh $d2,$d2
852 rotr $d2,$d2,16
876 sll $d2,$d2,24
879 or $d2,$at
883 or $d2,$t0
909 addu $d2,$d2,$h2
[all …]
/lib/crc/arm/
A Dcrc32-core.S140 veor.8 d2, d2, dCONSTANTl
155 vmull.p64 q1, d2, dCONSTANTl
182 vmull.p64 q1, d2, dCONSTANTl
187 vmull.p64 q1, d2, dCONSTANTl
192 vmull.p64 q1, d2, dCONSTANTl
204 vmull.p64 q1, d2, dCONSTANTl
213 vmull.p64 q2, d2, dCONSTANTh
223 vand.8 d2, d2, d6
224 vmull.p64 q1, d2, dCONSTANTl
A Dcrc-t10dif-core.S86 q1l .req d2
/lib/math/
A Drational.c51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
75 d2 = d0 + a * d1; in rational_best_approximation()
82 if ((n2 > max_numerator) || (d2 > max_denominator)) { in rational_best_approximation()
103 d1 = d2; in rational_best_approximation()
/lib/crypto/
A Dpoly1305-donna64.c43 u128 d0, d1, d2, d; in poly1305_core_blocks() local
83 d2 = (u128)h0 * r2; in poly1305_core_blocks()
85 d2 += d; in poly1305_core_blocks()
87 d2 += d; in poly1305_core_blocks()
95 d2 += c; in poly1305_core_blocks()
96 c = (u64)(d2 >> 42); in poly1305_core_blocks()
97 h2 = (u64)d2 & 0x3ffffffffffULL; in poly1305_core_blocks()
A Dpoly1305-donna32.c40 u64 d0, d1, d2, d3, d4; in poly1305_core_blocks() local
80 d2 = ((u64)h0 * r2) + ((u64)h1 * r1) + in poly1305_core_blocks()
96 d2 += c; in poly1305_core_blocks()
97 c = (u32)(d2 >> 26); in poly1305_core_blocks()
98 h2 = (u32)d2 & 0x3ffffff; in poly1305_core_blocks()
A Dcurve25519-hacl64.c225 u64 d2 = r2 * 2 * 19; in fsquare_fsquare__() local
229 (((u128)(d2) * (r3)))); in fsquare_fsquare__()
/lib/crypto/riscv/
A Dchacha-riscv64-zvkb.S77 a2, b2, c2, d2, a3, b3, c3, d3
85 vxor.vv \d2, \d2, \a2
89 vror.vi \d2, \d2, 32 - 16
95 vadd.vv \c2, \c2, \d2
113 vxor.vv \d2, \d2, \a2
117 vror.vi \d2, \d2, 32 - 8
123 vadd.vv \c2, \c2, \d2
/lib/crypto/arm/
A Dchacha-scalar-core.S71 .macro _halfround a1, b1, c1, d1, a2, b2, c2, d2
77 eor \d2, \a2, \d2, ror #drot
82 add \c2, \c2, \d2, ror #16
91 eor \d2, \a2, \d2, ror #16
96 add \c2, \c2, \d2, ror #24
A Dsha512-armv4.pl560 my ($d0,$d1,$d2) = map("d$_",(24..26)); # temps from NEON_00_15
585 vshr.u64 $d2,$e,#@Sigma1[2] @ from NEON_00_15
A Dchacha-neon-core.S246 vdup.32 q5, d2[1]
247 vdup.32 q4, d2[0]
/lib/crypto/x86/
A Dpoly1305-x86_64-cryptogams.pl200 mov %rax,$d2
210 add %rax,$d2
220 add $h1,$d2
225 add $d2,$h1
465 mov $r0,$d2
490 or $d2,%rdx
500 mov $r1,$d2
523 lea ($d2,$d2,4),$d2 # *5
671 adc $d2,$h1
681 and $h2,$d2
[all …]
/lib/crypto/powerpc/
A Dpoly1305-p10le_64.S884 # d2 = r0
885 vmsumudm 11, 8, 3, 9 # d2 = h2 * r0
919 # d2 = h0 * r0
A Dchacha-p10le-8x.S482 xxmrglw 13, 32+\a2, 32+\a3 # c2, c3, d2, d3
486 xxpermdi 32+\a3, 12, 13, 3 # d0, d1, d2, d3
/lib/
A Dvsprintf.c360 uint32_t d3, d2, d1, q, h; in put_dec() local
367 d2 = (h ) & 0xffff; in put_dec()
372 q = 656 * d3 + 7296 * d2 + 5536 * d1 + ((uint32_t)n & 0xffff); in put_dec()
375 q += 7671 * d3 + 9496 * d2 + 6 * d1; in put_dec()
378 q += 4749 * d3 + 42 * d2; in put_dec()

Completed in 35 milliseconds