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
2022-11-05
Make aes and chacha prints debug only.
jmcneill
2022-06-26
arm/aes_neon: Fix formatting of self-test failure message.
riastradh
2021-12-05
s/folllowing/following/
msaitoh
2021-10-17
Upgrade self-test passed messages from verbose to debug.
jmcneill
2020-11-21
Fix build with clang for earmv7hf; loadroundkey() is used only for __aarch64__.
rin
2020-10-10
Fix detection of NEON features. ID_AA64PFR0_EL1_ADV_SIMD_NONE means SIMD
jmcneill
2020-09-10
aes neon: Gather mc_forward/backward so we can load 256 bits at once.
riastradh
2020-09-10
aes neon: Hoist dsbd/dsbe address calculation out of loop.
riastradh
2020-09-10
aes neon: Tweak register usage.
riastradh
2020-09-10
aes neon: Write vtbl with {qN} rather than {d(2N)-d(2N+1)}.
riastradh
2020-09-10
aes neon: Issue 256-bit loads rather than pairs of 128-bit loads.
riastradh
2020-09-08
aesarmv8: Reallocate registers to shave off unnecessary MOV.
riastradh
2020-09-08
aesarmv8: Issue two 4-register ld/st, not four 2-register ld/st.
riastradh
2020-09-08
aesarmv8: Adapt aes_armv8_64.S to big-endian.
riastradh
2020-09-08
aes(9): Fix edge case in bitsliced SSE2 AES-CBC decryption.
riastradh
2020-09-08
Acknowledge clang warning for NEON cipher code on aarch64eb
jakllsch
2020-09-07
Fix vgetq_lane_u32 for aarch64eb with GCC
jakllsch
2020-09-05
x86: fix several CPUID flags
maxv
2020-08-16
Fix AES NEON code for big-endian softfp ARM.
riastradh
2020-08-10
Add hack to compile aes_ccm_tag() with -O0 for m68k for GCC8.
rin
2020-08-09
Fix some clang neon intrinsics.
riastradh
2020-08-09
Use vshlq_n_s32 rather than vsliq_n_s32 with zero destination.
riastradh
2020-08-09
Nix outdated comment.
riastradh
2020-08-09
Fix mistake in big-endian arm clang.
riastradh
2020-08-08
Fix ARM NEON implementations of AES and ChaCha on big-endian ARM.
riastradh
2020-07-28
Draft 2x vectorized neon vpaes for aarch64.
riastradh
2020-07-28
Initialize authctr in both branches.
riastradh
2020-07-27
Add RCSIDs to the AES and ChaCha .S sources.
riastradh
2020-07-27
Issue aese/aesmc and aesd/aesimc in pairs.
riastradh
2020-07-27
Align critical-path loops in AES and ChaCha.
riastradh
2020-07-27
PIC for aes_neon_32.S.
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-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
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
[next]