index
:
pub/scm/linux/kernel/git/sysctl/sysctl.git
master
sysctl tree for the next Linux release
Sysctl Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
aes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
lib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()
Thomas Huth
1
-2
/
+1
2026-08-10
lib/crypto: aes: Add FIPS self-tests for GCM and CCM
Eric Biggers
1
-10
/
+71
2026-08-10
lib/crypto: aes: Add FIPS self-tests for unauthenticated modes
Eric Biggers
1
-5
/
+171
2026-08-10
lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.h
Eric Biggers
1
-1
/
+1
2026-07-22
lib/crypto: aes: Add CCM support
Eric Biggers
1
-0
/
+313
2026-07-22
lib/crypto: aes: Add GCM support
Eric Biggers
1
-0
/
+280
2026-07-19
lib/crypto: aes: Add XTS support
Eric Biggers
1
-0
/
+231
2026-07-19
lib/crypto: aes: Add CTR and XCTR support
Eric Biggers
1
-0
/
+96
2026-07-19
lib/crypto: aes: Add CBC and CBC-CTS support
Eric Biggers
1
-0
/
+187
2026-07-19
lib/crypto: aes: Add ECB support
Eric Biggers
1
-0
/
+56
2026-03-09
lib/crypto: aes: Add FIPS self-test for CMAC
Eric Biggers
1
-3
/
+32
2026-03-09
lib/crypto: aes: Add support for CBC-based MACs
Eric Biggers
1
-0
/
+198
2026-01-15
lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sbox
Eric Biggers
1
-7
/
+3
2026-01-15
lib/crypto: aes: Remove old AES en/decryption functions
Eric Biggers
1
-112
/
+6
2026-01-12
lib/crypto: aes: Introduce improved AES library
Eric Biggers
1
-56
/
+341
2026-01-08
lib/crypto: aes: Fix missing MMU protection for AES S-box
Eric Biggers
1
-2
/
+2
2025-06-30
lib/crypto: Explicitly include <linux/export.h>
Eric Biggers
1
-0
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2019-08-09
crypto: aes - helper function to validate key length for AES algorithms
Iuliana Prodan
1
-4
/
+4
2019-07-26
crypto: lib/aes - export sbox and inverse sbox
Ard Biesheuvel
1
-0
/
+6
2019-07-26
crypto: aes - create AES library based on the fixed time AES code
Ard Biesheuvel
1
-0
/
+350