Add some C64x assembly modules [by minor adjustments of C64x+ modules].
authorAndy Polyakov <appro@openssl.org>
Fri, 25 Nov 2016 12:11:09 +0000 (13:11 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 30 Aug 2017 20:22:30 +0000 (21:22 +0100)
commit5526e5791f1426553b6f4806d1ac82efd6ab33bc
tree2316cece8462369bf8c06fac688f238ed4a73360
parentfe36a698477e7cb1a49de3f4cba5ad7f89f5ad4c
Add some C64x assembly modules [by minor adjustments of C64x+ modules].

AES, SHA256 and SHA512 modules can actually replace corresponding
C64x+ modules. This is because C64x+ instructions don't actually
provide "killer-argument" advantage in these modules. As for SHA1,
even though its performance exactly same, C64x+ module is more
responsive to interrupts, i.e. doesn't inhibit them for as long
periods as C64x module.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Stephen Henson <steve@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4265)
crypto/aes/asm/aes-c64x.pl [new file with mode: 0644]
crypto/c64xcpuid.pl [new file with mode: 0644]
crypto/sha/asm/sha1-c64x-large.pl [new file with mode: 0644]
crypto/sha/asm/sha1-c64x.pl [new file with mode: 0644]
crypto/sha/asm/sha256-c64x.pl [new file with mode: 0644]
crypto/sha/asm/sha512-c64x.pl [new file with mode: 0644]