summaryrefslogtreecommitdiffstats
path: root/crypto/arm_arch.h
diff options
context:
space:
mode:
authorXiaokang Qian <xiaokang.qian@arm.com>2023-01-29 06:22:43 +0000
committerTomas Mraz <tomas@openssl.org>2023-02-08 16:54:57 +0100
commit513e103f14e8473fb6810aa216ab3fb7b724ca5d (patch)
treed3f0c0b8195b4bb22d611c697a28a33d94c791e5 /crypto/arm_arch.h
parent79040cf29e011c21789563d74da626b7465a0540 (diff)
Apply aes-gcm unroll8+eor3 optimization patch to Neoverse V2
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20184)
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r--crypto/arm_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index a77a7bacb5..cc5cc5ba49 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -104,6 +104,7 @@ extern unsigned int OPENSSL_armv8_rsa_neonized;
# define ARM_CPU_PART_V1 0xD40
# define ARM_CPU_PART_N2 0xD49
# define HISI_CPU_PART_KP920 0xD01
+# define ARM_CPU_PART_V2 0xD4F
# define MIDR_PARTNUM_SHIFT 4
# define MIDR_PARTNUM_MASK (0xfffU << MIDR_PARTNUM_SHIFT)