[PATCH 0/2] Add ARMv6 assembly implementations of AES and CAST5
Jussi Kivilinna
jussi.kivilinna at iki.fi
Thu Aug 15 13:44:34 CEST 2013
These two patches add ARMv6 implementations of AES and CAST5, tuned for
Cortex-A8.
---
Jussi Kivilinna (2):
rinjdael: add ARMv6 assembly implementation
cast5: add ARMv6 assembly implementation
cipher/Makefile.am | 4
cipher/cast5-armv6.S | 708 +++++++++++++++++++++++++++++++++++++++
cipher/cast5.c | 137 +++++++
cipher/rijndael-armv6.S | 860 +++++++++++++++++++++++++++++++++++++++++++++++
cipher/rijndael.c | 48 ++-
configure.ac | 36 ++
6 files changed, 1781 insertions(+), 12 deletions(-)
create mode 100644 cipher/cast5-armv6.S
create mode 100644 cipher/rijndael-armv6.S
More information about the Gcrypt-devel
mailing list