summaryrefslogtreecommitdiff
path: root/lib/crypto/aes.c
AgeCommit message (Expand)Author
2026-08-10lib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()Thomas Huth
2026-08-10lib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers
2026-08-10lib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers
2026-08-10lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers
2026-07-22lib/crypto: aes: Add CCM supportEric Biggers
2026-07-22lib/crypto: aes: Add GCM supportEric Biggers
2026-07-19lib/crypto: aes: Add XTS supportEric Biggers
2026-07-19lib/crypto: aes: Add CTR and XCTR supportEric Biggers
2026-07-19lib/crypto: aes: Add CBC and CBC-CTS supportEric Biggers
2026-07-19lib/crypto: aes: Add ECB supportEric Biggers
2026-03-09lib/crypto: aes: Add FIPS self-test for CMACEric Biggers
2026-03-09lib/crypto: aes: Add support for CBC-based MACsEric Biggers
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