summaryrefslogtreecommitdiff
path: root/lib/crypto/aes.c
AgeCommit message (Expand)Author
2026-01-15lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sboxEric Biggers
2026-01-15lib/crypto: aes: Remove old AES en/decryption functionsEric Biggers
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers
2026-01-08lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers
2025-06-30lib/crypto: Explicitly include <linux/export.h>Eric Biggers
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2019-08-09crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan
2019-07-26crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel