summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/arm
diff options
context:
space:
mode:
authormiod <>2016-11-04 18:12:14 +0000
committermiod <>2016-11-04 18:12:14 +0000
commit31790633085fb9ebea195a72028929829ac3f94f (patch)
tree6208734128a5fa1fe8eb659032f191df236270dc /src/lib/libcrypto/arch/arm
parent8d79d8e301e0ee5853d7b53fd588b3bace50f5b0 (diff)
downloadopenbsd-31790633085fb9ebea195a72028929829ac3f94f.tar.gz
openbsd-31790633085fb9ebea195a72028929829ac3f94f.tar.bz2
openbsd-31790633085fb9ebea195a72028929829ac3f94f.zip
Ride the current major bump and enable assembler code for nist 256p curve,
on amd64 only for now. Stanzas to enable it on arm, i386 and sparc64 are provided but commented out for lack of testing due to the machine room being currently in storage. ok jsing@
Diffstat (limited to 'src/lib/libcrypto/arch/arm')
-rw-r--r--src/lib/libcrypto/arch/arm/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libcrypto/arch/arm/Makefile.inc b/src/lib/libcrypto/arch/arm/Makefile.inc
index 22145a79cc..76e158660a 100644
--- a/src/lib/libcrypto/arch/arm/Makefile.inc
+++ b/src/lib/libcrypto/arch/arm/Makefile.inc
@@ -18,6 +18,10 @@ SSLASM+= bn armv4-gf2m
18SRCS+= camellia.c cmll_cbc.c cmll_misc.c 18SRCS+= camellia.c cmll_cbc.c cmll_misc.c
19# des 19# des
20SRCS+= des_enc.c fcrypt_b.c 20SRCS+= des_enc.c fcrypt_b.c
21# # ec
22# CFLAGS+= -DECP_NISTZ256_ASM
23# SRCS+= ecp_nistz256.c
24# SSLASM+= ec ecp_nistz256-armv4
21# modes 25# modes
22CFLAGS+= -DGHASH_ASM 26CFLAGS+= -DGHASH_ASM
23SSLASM+= modes ghash-armv4 27SSLASM+= modes ghash-armv4