From ba15a1a9e085e512fc4d901b11aea9dd4157e3e7 Mon Sep 17 00:00:00 2001 From: tobhe Date: Sun, 21 Feb 2021 14:55:16 +0000 Subject: 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@ --- sys/arch/arm64/conf/files.arm64 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/arm64/conf/files.arm64') 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 -- cgit v1.2.3-59-g8ed1b