Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.
authormiod <miod@openbsd.org>
Sat, 3 May 2014 19:38:25 +0000 (19:38 +0000)
committermiod <miod@openbsd.org>
Sat, 3 May 2014 19:38:25 +0000 (19:38 +0000)
commitf249f9167968f4f994bb3e9507dbb12c04f5724a
treeb753dc4fd059e11f8919e1ba818c020f7cbdf16d
parent452d3741c026e63df1d31ebc598446536f01ae4b
Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.
Note that GCM128 Neon code is currently not built (and thus not tested), as
the current toolchain does not support Neon instructions.
lib/libcrypto/arch/arm/Makefile.inc [new file with mode: 0644]
lib/libcrypto/crypto/arch/arm/Makefile.inc [new file with mode: 0644]