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
commit95c92d8519666cd42fcb0aaea340ec1d508fafcd (patch)
tree6208734128a5fa1fe8eb659032f191df236270dc /src/lib/libcrypto/arch/arm
parent3b8a78795bef4ca09dc876e28a533d702bf5275d (diff)
downloadopenbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.tar.gz
openbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.tar.bz2
openbsd-95c92d8519666cd42fcb0aaea340ec1d508fafcd.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