summaryrefslogtreecommitdiff
path: root/lib/crypto/aes.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-16lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sboxEric Biggers1-7/+3
2026-01-16lib/crypto: aes: Remove old AES en/decryption functionsEric Biggers1-112/+6
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers1-57/+342
2026-01-08lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers1-2/+2
2025-06-30lib/crypto: Explicitly include <linux/export.h>Eric Biggers1-0/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2019-08-09crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan1-4/+4
2019-07-26crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel1-0/+6
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel1-0/+350