diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-01-12 11:20:03 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@kernel.org> | 2026-01-12 11:39:58 -0800 |
| commit | 1cb2fcb61c6d58c59a01da1fa8330e3101818759 (patch) | |
| tree | 4f1b157d1e3197b3227405a2028cb0ae38e0ee43 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | f367305a5d0f72d2e8c656f144db424f791dc5e1 (diff) | |
crypto: arm64/aes - Switch to aes_enc_tab[] and aes_dec_tab[]
Instead of crypto_ft_tab and crypto_it_tab from aes_generic.c, use
aes_enc_tab and aes_dec_tab from lib/crypto/aes.c. These contain the
same data in the first 1024 bytes (which is the part that this code
uses), so the result is the same. This will allow aes_generic.c to
eventually be removed.
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260112192035.10427-6-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
