openssl/crypto/sha/asm
Andy Polyakov 32bbb62ea6 sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case.
In non-__KERNEL__ context 32-bit-style __ARMEB__/__ARMEL__ macros were
set in arm_arch.h, which is shared between 32- and 64-bit builds. Since
it's not included in __KERNEL__ case, we have to adhere to official
64-bit pre-defines, __AARCH64EB__/__AARCH64EL__.

[If we are to share more code, it would need similar adjustment.]

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-11-17 19:29:58 +01:00
..
sha1-586.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha1-alpha.pl
sha1-armv4-large.pl
sha1-armv8.pl ARMv8 assembly pack: add Samsung Mongoose results. 2016-08-16 12:47:49 +02:00
sha1-c64xplus.pl
sha1-ia64.pl
sha1-mb-x86_64.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha1-mips.pl MIPS assembly pack: adapt it for MIPS[32|64]R6. 2016-09-02 13:33:17 +02:00
sha1-parisc.pl
sha1-ppc.pl spelling fixes, just comments and readme. 2016-08-05 19:07:30 -04:00
sha1-s390x.pl
sha1-sparcv9.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha1-sparcv9a.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha1-thumb.pl
sha1-x86_64.pl x86_64 assembly pack: add Goldmont performance results. 2016-10-24 13:01:13 +02:00
sha256-586.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha256-armv4.pl
sha256-c64xplus.pl
sha256-mb-x86_64.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha512-586.pl x86_64 assembly pack: add Goldmont performance results. 2016-10-24 13:01:13 +02:00
sha512-armv4.pl
sha512-armv8.pl sha/asm/sha512-armv8.pl: fix big-endian support in __KERNEL__ case. 2016-11-17 19:29:58 +01:00
sha512-c64xplus.pl
sha512-ia64.pl
sha512-mips.pl MIPS assembly pack: adapt it for MIPS[32|64]R6. 2016-09-02 13:33:17 +02:00
sha512-parisc.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha512-ppc.pl
sha512-s390x.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha512-sparcv9.pl Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
sha512-x86_64.pl x86_64 assembly pack: add Goldmont performance results. 2016-10-24 13:01:13 +02:00
sha512p8-ppc.pl