openssl/crypto/modes
Richard Levitte 7f02a0932c crypto/modes/build.conf: Fix MODES asm mistakes
The old rule in Configure was that if the asm source had a file name
with 'ghash-' as part of the name, GHASH_ASM should be defined.  Since
none of the aarch64 asm files has such a name, that macro shouldn't
have been defined.

Fixes #9173

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9178)
2019-06-18 16:29:54 +02:00
..
asm ARM64 assembly pack: add ThunderX2 results. 2019-04-17 21:08:13 +02:00
build.info crypto/modes/build.conf: Fix MODES asm mistakes 2019-06-18 16:29:54 +02:00
cbc128.c
ccm128.c Enforce a strict output length check in CRYPTO_ccm128_tag 2019-04-25 10:44:18 +01:00
cfb128.c
ctr128.c
cts128.c
gcm128.c
modes_lcl.h Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup() 2019-06-06 17:41:41 +02:00
ocb128.c
ofb128.c
siv128.c Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup() 2019-06-06 17:41:41 +02:00
wrap128.c
xts128.c