History log of /src/sys/crypto/arch/x86 |
Revision | Date | Author | Comments |
1.4 | 16-Jul-2024 |
riastradh | sys/crypto: Two more issues in GCC Intel intrinsics.
With this, the AES tests should pass again.
|
1.3 | 15-Jul-2024 |
riastradh | sys/crypto: Fix mistakes in previous gcc12 immintrin fixes.
Compile-tested the ChaCha code, not the whole kernel, and it turns out the AES code trips over the mistakes.
PR toolchain/58350
|
1.2 | 15-Jul-2024 |
riastradh | sys/crypto: Fix gcc x86 load/store-unaligned intrinsics.
(Sure would be nice if someone wired up the kernel build to use gcc/clang's own immintrin.h &c. so we don't have to maintain a copy!)
PR toolchain/58350
|
1.1 | 07-Aug-2023 |
rin | branches: 1.1.6; sys/crypto: Introduce arch/{arm,x86} to share common MD headers
Dedup between aes and chacha. No binary changes.
|
1.1.6.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.2 | 15-Jul-2024 |
riastradh | sys/crypto: Fix mistakes in previous gcc12 immintrin fixes.
Compile-tested the ChaCha code, not the whole kernel, and it turns out the AES code trips over the mistakes.
PR toolchain/58350
|
1.1 | 07-Aug-2023 |
rin | branches: 1.1.6; sys/crypto: Introduce arch/{arm,x86} to share common MD headers
Dedup between aes and chacha. No binary changes.
|
1.1.6.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|