LinuxLists
Users
About
Ard Biesheuvel (
[email protected]
)
Number of posts: 169 (1.1 per day)
First post: 2024-01-11 12:33:31
Last post: 2024-06-12 14:13:34
Previous Page
Date
List
Subject
2024-01-18 17:08:15
linux-crypto
[PATCH v2 7/8] crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handling
2024-01-18 17:08:13
linux-crypto
[PATCH v2 6/8] crypto: arm64/aes-ccm - Cache round keys and unroll AES loops
2024-01-18 17:08:12
linux-crypto
[PATCH v2 5/8] crypto: arm64/aes-ccm - Reuse existing MAC update for AAD input
2024-01-18 17:08:09
linux-crypto
[PATCH v2 3/8] crypto: arm64/aes-ccm - Pass short inputs via stack buffer
2024-01-18 17:07:53
linux-crypto
[PATCH v2 4/8] crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permute
2024-01-18 17:07:46
linux-crypto
[PATCH v2 1/8] crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop"
2024-01-18 17:07:45
linux-crypto
[PATCH v2 0/8] crypto: Clean up arm64 AES-CCM code
2024-01-11 12:33:45
linux-crypto
[PATCH 7/8] crypto: arm64/aes-ccm - Merge encrypt and decrypt asm routines
2024-01-11 12:33:45
linux-crypto
[PATCH 8/8] crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helper
2024-01-11 12:33:41
linux-crypto
[PATCH 6/8] crypto: arm64/aes-ccm - Cache round keys and unroll AES loops
2024-01-11 12:33:39
linux-crypto
[PATCH 5/8] crypto: arm64/aes-ccm - Reuse existing MAC update for AAD input
2024-01-11 12:33:37
linux-crypto
[PATCH 3/8] crypto: arm64/aes-ccm - Pass short inputs via stack buffer
2024-01-11 12:33:37
linux-crypto
[PATCH 4/8] crypto: arm64/aes-ccm - Replace bytewise tail handling with NEON permute
2024-01-11 12:33:34
linux-crypto
[PATCH 2/8] crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk
2024-01-11 12:33:33
linux-crypto
[PATCH 1/8] crypto: arm64/aes-ccm - Revert "Rewrite skcipher walker loop"
2024-01-11 12:33:31
linux-crypto
[PATCH 0/8] crypto: Clean up arm64 AES-CCM code