summaryrefslogtreecommitdiff
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-05-04 10:55:49 +0200
committerAndy Polyakov <appro@openssl.org>2014-05-04 10:55:49 +0200
commit4afa9f033dd58465b4c2d119a9d8cd737edeba26 (patch)
tree322c3cd2d3665909990b7e747108232770920091 /crypto/arm_arch.h
parent16ba70746b3bd9d1bd17cf7135c00ff1e47dfcfe (diff)
downloadopenssl-new-4afa9f033dd58465b4c2d119a9d8cd737edeba26.tar.gz
crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index 5a83107680..d68318c851 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -46,6 +46,10 @@ extern unsigned int OPENSSL_armcap_P;
#define ARMV7_NEON (1<<0)
#define ARMV7_TICK (1<<1)
+#define ARMV8_AES (1<<2)
+#define ARMV8_SHA1 (1<<3)
+#define ARMV8_SHA256 (1<<4)
+#define ARMV8_PMULL (1<<5)
#endif
#endif