Consolidate most of the AES modes into a single C file.
authorjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 00:57:26 +0000 (00:57 +0000)
committerjsing <jsing@openbsd.org>
Thu, 28 Mar 2024 00:57:26 +0000 (00:57 +0000)
commita3f1d84a03675076c9e2f9e98e743569ad067a99
tree3970d5822c1add9cedbbb0ce2db8363fc490844f
parentd7fa1e38a0fb526434ca625f7dda53c942f6f77c
Consolidate most of the AES modes into a single C file.

Discussed with tb@
lib/libcrypto/Makefile
lib/libcrypto/aes/aes.c [new file with mode: 0644]
lib/libcrypto/aes/aes_cfb.c [deleted file]
lib/libcrypto/aes/aes_ctr.c [deleted file]
lib/libcrypto/aes/aes_ecb.c [deleted file]
lib/libcrypto/aes/aes_ofb.c [deleted file]
lib/libcrypto/aes/aes_wrap.c [deleted file]