summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm64/conf/files.arm64
diff options
context:
space:
mode:
authortobhe <tobhe@openbsd.org>2021-02-21 14:55:16 +0000
committertobhe <tobhe@openbsd.org>2021-02-21 14:55:16 +0000
commitba15a1a9e085e512fc4d901b11aea9dd4157e3e7 (patch)
treefeaf272de43e78fe2afa2ae044aa2c3f6338cf4c /sys/arch/arm64/conf/files.arm64
parentNo need for state_preboot() to double check timeout being (diff)
downloadwireguard-openbsd-ba15a1a9e085e512fc4d901b11aea9dd4157e3e7.tar.xz
wireguard-openbsd-ba15a1a9e085e512fc4d901b11aea9dd4157e3e7.zip
Add cryptox(4), a driver for armv8 cryptographic extensions.
The driver currently only supports AES-CBC mode but can easily be extended to other algorithms and modes. The aesv8-armx.S file was generated from the CRYPTOGAMS project. Asked to commit by and ok patrick@
Diffstat (limited to 'sys/arch/arm64/conf/files.arm64')
-rw-r--r--sys/arch/arm64/conf/files.arm645
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/files.arm64 b/sys/arch/arm64/conf/files.arm64
index de03add89a8..90c36777c23 100644
--- a/sys/arch/arm64/conf/files.arm64
+++ b/sys/arch/arm64/conf/files.arm64
@@ -1,4 +1,4 @@
-# $OpenBSD: files.arm64,v 1.32 2020/07/25 12:26:09 tobhe Exp $
+# $OpenBSD: files.arm64,v 1.33 2021/02/21 14:55:17 tobhe Exp $
maxpartitions 16
maxusers 2 8 128
@@ -40,6 +40,9 @@ file arch/arm64/arm64/bus_dma.c
file arch/arm64/dev/arm64_bus_space.c
file arch/arm64/dev/pci_machdep.c
+file arch/arm64/arm64/cryptox.c crypto
+file arch/arm64/arm64/aesv8-armx.S crypto
+
file arch/arm64/arm64/db_disasm.c ddb
file arch/arm64/arm64/db_interface.c ddb
file arch/arm64/arm64/db_trace.c ddb