Make AES_cbc_encrypt() always be a C function.
authorjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 12:28:48 +0000 (12:28 +0000)
committerjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 12:28:48 +0000 (12:28 +0000)
commitad9f77901f0c69b84bd14308e9b461bb22fd4236
treefdbb6526d4163d7986fe31bf919333385d3a6361
parent3715bfbf60f7f7c376bf83de386a0ddfb3fe73c2
Make AES_cbc_encrypt() always be a C function.

Rename the assembly generated functions from AES_cbc_encrypt() to
aes_cbc_encrypt_internal(). Always include aes_cbc.c and change it
to use defines that are similar to those used in BN.

ok tb@
lib/libcrypto/aes/aes_cbc.c
lib/libcrypto/aes/asm/aes-586.pl
lib/libcrypto/aes/asm/aes-x86_64.pl
lib/libcrypto/arch/amd64/Makefile.inc
lib/libcrypto/arch/i386/Makefile.inc