index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
aes.c
Age
Commit message (
Expand
)
Author
2026-08-10
lib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()
Thomas Huth
2026-08-10
lib/crypto: aes: Add FIPS self-tests for GCM and CCM
Eric Biggers
2026-08-10
lib/crypto: aes: Add FIPS self-tests for unauthenticated modes
Eric Biggers
2026-08-10
lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.h
Eric Biggers
2026-07-22
lib/crypto: aes: Add CCM support
Eric Biggers
2026-07-22
lib/crypto: aes: Add GCM support
Eric Biggers
2026-07-19
lib/crypto: aes: Add XTS support
Eric Biggers
2026-07-19
lib/crypto: aes: Add CTR and XCTR support
Eric Biggers
2026-07-19
lib/crypto: aes: Add CBC and CBC-CTS support
Eric Biggers
2026-07-19
lib/crypto: aes: Add ECB support
Eric Biggers
2026-03-09
lib/crypto: aes: Add FIPS self-test for CMAC
Eric Biggers
2026-03-09
lib/crypto: aes: Add support for CBC-based MACs
Eric Biggers
2026-01-15
lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sbox
Eric Biggers
2026-01-15
lib/crypto: aes: Remove old AES en/decryption functions
Eric Biggers
2026-01-12
lib/crypto: aes: Introduce improved AES library
Eric Biggers
2026-01-08
lib/crypto: aes: Fix missing MMU protection for AES S-box
Eric Biggers
2025-06-30
lib/crypto: Explicitly include <linux/export.h>
Eric Biggers
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2019-08-09
crypto: aes - helper function to validate key length for AES algorithms
Iuliana Prodan
2019-07-26
crypto: lib/aes - export sbox and inverse sbox
Ard Biesheuvel
2019-07-26
crypto: aes - create AES library based on the fixed time AES code
Ard Biesheuvel