Age | Commit message (Expand) | Author |
---|---|---|
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 |