ec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.
authorAndy Polyakov <appro@openssl.org>
Wed, 18 Jul 2018 13:14:44 +0000 (15:14 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 22 Jul 2018 13:21:44 +0000 (15:21 +0200)
commit87a75b3e5c04a1696208c279f32d1114b862cfed
tree1db8208d7c244c4bc582061644e2b55518dcfb2b
parentf40e0a342cbca8bb71d0fe3f19e1b4bfd853aff1
ec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.

The ecp_nistz256_scatter_w7 function is called when application
attempts to use custom generator, i.e. rarely. Even though non-x86_64
versions were wrong, it didn't affect point operations, they were just
not as fast as expected.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6738)
crypto/ec/asm/ecp_nistz256-armv4.pl
crypto/ec/asm/ecp_nistz256-armv8.pl
crypto/ec/asm/ecp_nistz256-ppc64.pl
crypto/ec/asm/ecp_nistz256-sparcv9.pl
crypto/ec/asm/ecp_nistz256-x86.pl