diff options
| author | 2026-01-12 11:20:33 -0800 | |
|---|---|---|
| committer | 2026-01-15 14:09:09 -0800 | |
| commit | fbfeca74043777b48add294089cd4c4f68ed3377 (patch) | |
| tree | 608efdb029f9f5e4106a8a77ddbfd6b65955c026 /include/linux/bcma/ssh:/git@git.zx2c4.com | |
| parent | lib/crypto: aes: Remove old AES en/decryption functions (diff) | |
lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sbox
The volatile keyword is no longer necessary or useful on aes_sbox and
aes_inv_sbox, since the table prefetching is now done using a helper
function that casts to volatile itself and also includes an optimization
barrier. Since it prevents some compiler optimizations, remove it.
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260112192035.10427-36-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'include/linux/bcma/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
