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
2022-11-05
Make aes and chacha prints debug only.
jmcneill
2022-09-01
cprng_fast(9): Assert not in pserialize read section.
riastradh
2022-06-26
arm/aes_neon: Fix formatting of self-test failure message.
riastradh
2022-06-01
cprng(9): cprng_fast is no longer used from interrupt context.
riastradh
2022-04-16
fix various typos in comments and log messages.
andvar
2021-12-05
s/folllowing/following/
msaitoh
2021-10-17
Upgrade self-test passed messages from verbose to debug.
jmcneill
2021-10-15
fix typos in comments.
andvar
2021-09-04
Fix typos in comments and add missing KERNEL_RCSID
gutteridge
2021-04-14
use an enum instead of constant variables so that they work in CTASSERT.
christos
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-08
use correct condition
jakllsch
2020-09-07
Fix vgetq_lane_u32 for aarch64eb with GCC
jakllsch
2020-09-07
Use a working macro to detect big endian aarch64.
jakllsch
2020-09-05
x86: fix several CPUID flags
maxv
2020-08-26
Instead of returning 0 when sysctl kern.expose_address=0, return a random
christos
2020-08-23
Adjust sp, not fp, to allocate a 32-byte temporary.
riastradh
2020-08-20
Import small BLAKE2s implementation.
riastradh
2020-08-20
[ozaki-r] libsodium glue
riastradh
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-29
Issue three more swaps to save eight stores.
riastradh
2020-07-28
Rewrite cprng_fast in terms of new ChaCha API.
riastradh
2020-07-28
Draft 2x vectorized neon vpaes for aarch64.
riastradh
2020-07-28
Implement 4-way vectorization of ChaCha for armv7 NEON.
riastradh
2020-07-28
Fix big-endian build with appropriate casts around vrev32q_u8.
riastradh
2020-07-28
Fix typo in comment.
riastradh
2020-07-28
Initialize authctr in both branches.
riastradh
2020-07-27
Note that VSRI seems to hurt here.
riastradh
2020-07-27
Take advantage of REV32 and TBL for 16-bit and 8-bit rotations.
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
[next]