openssl/crypto/bn/asm
Rohan McLure 2f1112b22a Fix unrolled montgomery multiplication for POWER9
In the reference C implementation in bn_asm.c, tp[num + 1] contains the
carry bit for accumulations into tp[num]. tp[num + 1] is only ever
assigned, never itself incremented.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18883)
2022-08-17 13:00:50 +02:00
..
alpha-mont.pl
armv4-gf2m.pl
armv4-mont.pl
armv8-mont.pl
bn-586.pl
bn-c64xplus.asm
c64xplus-gf2m.pl
co-586.pl
ia64-mont.pl
ia64.S
mips-mont.pl
mips.pl
parisc-mont.pl
ppc64-mont-fixed.pl Fix unrolled montgomery multiplication for POWER9 2022-08-17 13:00:50 +02:00
ppc64-mont.pl
ppc-mont.pl
ppc.pl
rsaz-2k-avx512.pl
rsaz-3k-avx512.pl
rsaz-4k-avx512.pl
rsaz-avx2.pl
rsaz-x86_64.pl
s390x-gf2m.pl
s390x-mont.pl
s390x.S
sparct4-mont.pl
sparcv8.S
sparcv8plus.S
sparcv9-gf2m.pl
sparcv9-mont.pl
sparcv9a-mont.pl
via-mont.pl
vis3-mont.pl
x86_64-gcc.c
x86_64-gf2m.pl
x86_64-mont5.pl Always end BN_mod_exp_mont_consttime with normal Montgomery reduction. 2022-06-16 15:22:35 +02:00
x86_64-mont.pl
x86-gf2m.pl
x86-mont.pl