CVS log for src/tests/sys/crypto/chacha/t_chacha.c
Up to [cvs.NetBSD.org] / src / tests / sys / crypto / chacha
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 17 16:26:02 2020 UTC (4 years, 4 months ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
Make the AES and ChaCha NEON tests work in softfloat userland.
(`Softfloat' here refers to the ABI, which of course may be running
on a CPU with NEON.)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 27 20:59:53 2020 UTC (4 years, 5 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4
lines
It's __ARM_NEON, not __ARM_NEON__, sometimes, apparently.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 27 20:51:29 2020 UTC (4 years, 5 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4
lines
Enable ChaCha NEON code on armv7 too.
The 4-blocks-at-a-time assembly helper is disabled for now; adapting
it to armv7 is going to be a little annoying with only 16 128-bit
vector registers.
(Should also do a fifth block in the integer registers for 320 bytes
at a time.)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 25 22:53:38 2020 UTC (4 years, 5 months ago) by riastradh
Branches: MAIN
Add kernel ChaCha test to exercise all available implementations.
CVSweb <webmaster@jp.NetBSD.org>