]> git.ipfire.org Git - thirdparty/openssl.git/commit
s390x assembly pack: accelerate scalar multiplication
authorPatrick Steuer <patrick.steuer@de.ibm.com>
Tue, 9 Jul 2019 08:25:04 +0000 (10:25 +0200)
committerPatrick Steuer <patrick.steuer@de.ibm.com>
Thu, 15 Aug 2019 14:27:38 +0000 (16:27 +0200)
commit1461e66706f24da657d7322706d1165ae515533f
tree0c60c6a1d203c532a693033ca78a115aba49d801
parent9baa4d5f4c9f596faba2b3e219b367a09c472d1d
s390x assembly pack: accelerate scalar multiplication

for NIST P-256, P-384 and P-521 using PCC instruction.

Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9348)
crypto/ec/build.info
crypto/ec/ec_curve.c
crypto/ec/ec_lcl.h
crypto/ec/ecp_s390x_nistp.c [new file with mode: 0644]