openssl/crypto/sha
Theo Buehler 25391acc14 Unable to run asm code on OpenBSD (amd64)
In order to get asm code running on OpenBSD we must place
all constants into .rodata sections.

davidben@ also pointed out we need to adjust `x86_64-xlate.pl` perlasm
script to adjust read-olny sections for various flavors (OSes). Those
changes were cherry-picked from boringssl.

closes #23312

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23997)
2024-04-17 09:38:06 +02:00
..
asm Unable to run asm code on OpenBSD (amd64) 2024-04-17 09:38:06 +02:00
build.info Fix a few incorrect paths in some build.info files 2024-02-02 14:12:49 +01:00
keccak1600.c Add EVP_DigestSqueeze() API. 2023-11-10 13:27:00 +01:00
sha1_one.c Include a local static buffer for the SHA helper functions 2021-06-16 18:30:28 +10:00
sha1dgst.c Update copyright year 2022-05-03 13:34:51 +01:00
sha3.c Add EVP_DigestSqueeze() API. 2023-11-10 13:27:00 +01:00
sha256.c crypto: sha256: Add mechanism to keep C code as fallback for SHA256_ASM 2023-10-26 15:55:49 +01:00
sha512.c crypto: sha512: Add mechanism to keep C code as fallback for SHA512_ASM 2023-10-26 15:55:49 +01:00
sha_local.h
sha_ppc.c ppccap.c: Split out algorithm-specific functions 2021-06-25 08:49:45 +01:00
sha_riscv.c riscv: Support SHA-512 family on platforms with vlen >= 128. 2023-10-26 15:55:50 +01:00