index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
aes-xts-avx-x86_64.S
Age
Commit message (
Expand
)
Author
2025-04-07
crypto: x86/aes-xts - optimize _compute_first_set_of_tweaks for AVX-512
Eric Biggers
2025-04-07
crypto: x86/aes - drop the avx10_256 AES-XTS and AES-CTR code
Eric Biggers
2025-02-22
crypto: x86/aes-xts - change license to Apache-2.0 OR BSD-2-Clause
Eric Biggers
2024-12-21
crypto: x86/aes-xts - additional optimizations
Eric Biggers
2024-12-21
crypto: x86/aes-xts - more code size optimizations
Eric Biggers
2024-12-21
crypto: x86/aes-xts - change len parameter to int
Eric Biggers
2024-12-21
crypto: x86/aes-xts - improve some comments
Eric Biggers
2024-12-21
crypto: x86/aes-xts - make the register aliases per-function
Eric Biggers
2024-12-21
crypto: x86/aes-xts - use .irp when useful
Eric Biggers
2024-04-19
crypto: x86/aes-xts - optimize size of instructions operating on lengths
Eric Biggers
2024-04-19
crypto: x86/aes-xts - eliminate a few more instructions
Eric Biggers
2024-04-19
crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
Eric Biggers
2024-04-19
crypto: x86/aes-xts - handle CTS encryption more efficiently
Eric Biggers
2024-04-19
crypto: x86/aes-xts - access round keys using single-byte offsets
Eric Biggers
2024-04-12
crypto: x86/aes-xts - make non-AVX implementation use new glue code
Eric Biggers
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX10/512 implementation
Eric Biggers
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX10/256 implementation
Eric Biggers
2024-04-05
crypto: x86/aes-xts - wire up VAES + AVX2 implementation
Eric Biggers
2024-04-05
crypto: x86/aes-xts - wire up AESNI + AVX implementation
Eric Biggers
2024-04-05
crypto: x86/aes-xts - add AES-XTS assembly macro for modern CPUs
Eric Biggers