openssl/crypto/sha
Anton Blanchard 8f9842fd03 sha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks on little endian
We currently load data byte by byte in order to byteswap it on big
endian. On little endian we can just do 8 byte loads.

A SHAKE128 benchmark runs 10% faster on POWER9 with this patch applied.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8455)
2021-11-11 10:58:46 +01:00
..
asm sha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks on little endian 2021-11-11 10:58:46 +01:00
build.info aarch64: support BTI and pointer authentication in assembly 2021-10-01 09:35:38 +02:00
keccak1600.c fix some code with obvious wrong coding style 2021-10-28 13:10:46 +10:00
sha1_one.c Include a local static buffer for the SHA helper functions 2021-06-16 18:30:28 +10:00
sha1dgst.c rename sha1_ctrl to ossl_sha1_ctrl. 2020-11-19 07:39:13 +10:00
sha3.c Update copyright year 2020-11-26 14:18:57 +00:00
sha256.c RISC-V support for the SHA256 2021-10-04 11:27:22 +02:00
sha512.c RISC-V support for the SHA512 2021-09-30 20:45:17 +10:00
sha_local.h
sha_ppc.c ppccap.c: Split out algorithm-specific functions 2021-06-25 08:49:45 +01:00