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
Age
Commit message (
Expand
)
Author
2020-07-27
Enable ChaCha NEON code on armv7 too.
riastradh
2020-07-27
Use <aarch64/asm.h> rather than copying things from it here.
riastradh
2020-07-27
Simplify ChaCha selection and allow it to be used much earlier.
riastradh
2020-07-27
Reduce some duplication.
riastradh
2020-07-27
New sysctl subtree kern.crypto.
riastradh
2020-07-27
Gather auth[16] and ctr[16] into one authctr[32].
riastradh
2020-07-26
Ensure aes_ccm module init runs after aes module init.
riastradh
2020-07-26
Simplify internal Poly1305 API in adiantum.c.
riastradh
2020-07-25
Fix typo in comment; match the paper's notation.
riastradh
2020-07-25
Implement ChaCha with NEON on ARM.
riastradh
2020-07-25
Implement ChaCha with SSE2 on x86 machines.
riastradh
2020-07-25
Convert crypto/adiantum to use new ChaCha API.
riastradh
2020-07-25
New ChaCha API in kernel.
riastradh
2020-07-25
Add some Intel intrinsics for ChaCha.
riastradh
2020-07-25
Fix target attribute on _mm_movehl_ps, fix clang _mm_unpacklo_epi64.
riastradh
2020-07-25
Add 32-bit load, store, and shift intrinsics.
riastradh
2020-07-25
Fix missing clang big-endian case.
riastradh
2020-07-25
Make aes boot message verbose-only.
riastradh
2020-07-25
Note dependency of adiantum on aes.
riastradh
2020-07-25
Omit useless AES call.
riastradh
2020-07-25
Remove now-unused legacy rijndael API.
riastradh
2020-07-25
Remove now-needless AES-CCM fallback logic.
riastradh
2020-07-25
Implement AES-CCM with NEON.
riastradh
2020-07-25
Implement AES-CCM with ARMv8.5-AES.
riastradh
2020-07-25
Invert some loops to save a branch instruction on every iteration.
riastradh
2020-07-25
Implement AES-CCM with VIA ACE.
riastradh
2020-07-25
Implement AES-CCM with SSSE3.
riastradh
2020-07-25
Implement AES-CCM with SSE2.
riastradh
2020-07-25
Implement AES-CCM with x86 AES-NI.
riastradh
2020-07-25
Implement AES-CCM with BearSSL's bitsliced 32-bit aes_ct.
riastradh
2020-07-25
Push CBC-MAC and CCM block updates into the aes_impl API.
riastradh
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
[prev]
[next]