Expand BLOCK_CIPHER_* macros.
authorjsing <jsing@openbsd.org>
Tue, 2 Aug 2022 07:51:37 +0000 (07:51 +0000)
committerjsing <jsing@openbsd.org>
Tue, 2 Aug 2022 07:51:37 +0000 (07:51 +0000)
commit88d3205af8b2a94591320bf5a676a64e21d6d244
treed3fb68f3fedcdbd99f1b52566b1bb10150a583fa
parente2fbd202de371eb44c4380dd8bc1c265b7aa4cc7
Expand BLOCK_CIPHER_* macros.

As a first step towards untangling and cleaning up the EVP AES code, expand
the BLOCK_CIPHER_* macros. In particular, rather than having two sets of
macros - one that is used if AESNI is being compiled in and one if it is
not, condition on #ifdef AESNI_CAPABLE in the expanded code.

ok tb@
lib/libcrypto/evp/e_aes.c