Define AESNI_ASM if AESNI assembler is included, and use it
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Oct 2019 06:28:31 +0000 (08:28 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 3 Oct 2019 13:07:26 +0000 (15:07 +0200)
commit61cc715240d2d3f9511ca88043a3e9797c11482f
treee365f980583bf720cd5fcc167dd7d3ed3f2cd603
parent1a9a56865cb66d9fca067ba00d0e030f4b6974aa
Define AESNI_ASM if AESNI assembler is included, and use it

Because we have cases where basic assembler support isn't present, but
AESNI asssembler support is, we need a separate macro that indicates
that, and use it.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10080)
Configure
crypto/evp/e_aes_cbc_hmac_sha1.c
crypto/evp/e_aes_cbc_hmac_sha256.c