index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
crypto
/
aes
Age
Commit message (
Expand
)
Author
2020-07-25
New aes_ccm API.
riastradh
2020-07-25
Split aes_cbc_* and aes_xts_* into their own header files.
riastradh
2020-07-25
Split aes_impl declarations out into aes_impl.h.
riastradh
2020-07-25
Invert some loops to save a jmp instruction on each iteration.
riastradh
2020-07-23
fix build with llvm/clang.
ryo
2020-07-22
Fix register name in comment.
riastradh
2020-07-19
fix build with clang/llvm.
ryo
2020-06-30
Reallocate registers to avoid abusing callee-saves registers, v8-v15.
riastradh
2020-06-30
Use `.arch_extension aes' for aese/aesmc/aesd/aesimc.
riastradh
2020-06-30
Use .p2align rather than .align.
riastradh
2020-06-30
Tweak clang neon intrinsics so they build.
riastradh
2020-06-30
New test sys/crypto/aes/t_aes.
riastradh
2020-06-30
Limit aes_neon to cpu_cortex | aarch64.
riastradh
2020-06-30
New sysctl node hw.aes_impl for selected AES implementation.
riastradh
2020-06-29
Provide hand-written AES NEON assembly for arm32.
riastradh
2020-06-29
New permutation-based AES implementation using ARM NEON.
riastradh
2020-06-29
Move aarch64/fpu.h to arm/fpu.h.
riastradh
2020-06-29
New permutation-based AES implementation using SSSE3.
riastradh
2020-06-29
Split SSE2 logic into separate units.
riastradh
2020-06-29
New SSE2-based bitsliced AES implementation.
riastradh
2020-06-29
VIA AES: Batch AES-XTS computation into eight blocks at a time.
riastradh
2020-06-29
Add AES implementation with VIA ACE.
riastradh
2020-06-29
Provide the standard AES key schedule.
riastradh
2020-06-29
Implement AES in kernel using ARMv8.0-AES on aarch64.
riastradh
2020-06-29
Add x86 AES-NI support.
riastradh
2020-06-29
Rework AES in kernel to finally address CVE-2005-1797.
riastradh
[prev]