summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2020-12-04 21:12:17 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2020-12-04 21:12:17 +0000
commit22bd0c9731d73167352019c0c49d454196d029dc (patch)
tree80bb10364a4a1aff615d9b34f05b30134b48fa5a /share
parentfd86ae6800383dabe050e22176783857895800e3 (diff)
downloadsrc-test2-22bd0c9731d73167352019c0c49d454196d029dc.tar.gz
src-test2-22bd0c9731d73167352019c0c49d454196d029dc.zip
ossl: port to arm64
Enable in-kernel acceleration of SHA1 and SHA2 operations on arm64 by adding support for the ossl(4) crypto driver. This uses OpenSSL's assembly routines under the hood, which will detect and use SHA intrinsics if they are supported by the CPU. Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27390
Notes
Notes: svn path=/head/; revision=368350
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ossl.46
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/ossl.4 b/share/man/man4/ossl.4
index 44da8e09831b..ce97a9fc0f71 100644
--- a/share/man/man4/ossl.4
+++ b/share/man/man4/ossl.4
@@ -26,12 +26,12 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 19, 2020
+.Dd December 4, 2020
.Dt OSSL 4
.Os
.Sh NAME
.Nm ossl
-.Nd "driver using OpenSSL assembly routines on x86 CPUs"
+.Nd "driver using OpenSSL assembly routines"
.Sh SYNOPSIS
To compile this driver into the kernel,
place the following lines in your
@@ -61,6 +61,8 @@ architectures:
.Pp
.Bl -bullet -compact
.It
+arm64
+.It
amd64
.It
i386