diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-01-12 22:20:32 +0300 |
|---|---|---|
| committer | Eric Biggers <ebiggers@kernel.org> | 2026-01-16 01:09:09 +0300 |
| commit | 953f2db0bfc2ab68e69f385441d0f4b54aee0cd1 (patch) | |
| tree | bef6bc0c3dc87783d83b16ad31e43b5607006b19 /scripts | |
| parent | bc79efa08c038846b962edf04dc00922b48efdc7 (diff) | |
| download | linux-953f2db0bfc2ab68e69f385441d0f4b54aee0cd1.tar.xz | |
lib/crypto: aes: Remove old AES en/decryption functions
Now that all callers of the aes_encrypt() and aes_decrypt() type-generic
macros are using the new types, remove the old functions.
Then, replace the macro with direct calls to the new functions, dropping
the "_new" suffix from them.
This completes the change in the type of the key struct that is passed
to aes_encrypt() and aes_decrypt().
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260112192035.10427-35-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
