CVS log for src/sys/crypto/aes/arch/arm/aes_armv8.h
Up to [cvs.NetBSD.org] / src / sys / crypto / aes / arch / arm
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 25 22:33:04 2020 UTC (4 years, 9 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
thorpej-altq-separation-base,
thorpej-altq-separation,
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,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -1
lines
Implement AES-CCM with ARMv8.5-AES.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jul 25 22:12:57 2020 UTC (4 years, 9 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2
lines
Split aes_impl declarations out into aes_impl.h.
This will make it less painful to add more operations to struct
aes_impl without having to recompile everything that just uses the
block cipher directly or similar.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 29 23:31:41 2020 UTC (4 years, 10 months ago) by riastradh
Branches: MAIN
Implement AES in kernel using ARMv8.0-AES on aarch64.
CVSweb <webmaster@jp.NetBSD.org>