summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-04-01 07:30:28 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-04-01 07:30:28 +0200
commitf4dc5f208135f73b15c46bd4b52e3c71939fa090 (patch)
tree77b378f5f64410058d1d4052a2ef806df58d71a2 /configure.ac
parent0bff7a2bc96627371d37bfc23f51cf01f0eab30e (diff)
downloadnettle-f4dc5f208135f73b15c46bd4b52e3c71939fa090.tar.gz
Split aes-encrypt.c and aes-decrypt.c into one file per key size.
Move aes128_encrypt and similar functions to their own files. To make it easier for assembly implementations to override specific AES variants. * aes-decrypt.c: Split file, keep only legacy function aes_decrypt here. * aes-decrypt-table.c (_nettle_aes_decrypt_table): New file, moved table here. * aes128-decrypt.c (aes128_decrypt): New file, moved function here. * aes192-decrypt.c (aes192_decrypt): New file, moved function here. * aes256-decrypt.c (aes256_decrypt): New file, moved function here. * aes-encrypt.c: Split file, keep only legacy function aes_encrypt here. * aes128-encrypt.c (aes128_encrypt): New file, moved function here. * aes192-encrypt.c (aes192_encrypt): New file, moved function here. * aes256-encrypt.c (aes256_encrypt): New file, moved function here. * Makefile.in (nettle_SOURCES): Add new files.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions