aesni.4 (c2c014f24c10f90d85126ac5fbd4d8524de32b1c) aesni.4 (40326c17180e46c9cb774e99c97a64ed0eb7294d)
1.\" Copyright (c) 2010 Konstantin Belousov <kib@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
1.\" Copyright (c) 2010 Konstantin Belousov <kib@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 10 unchanged lines hidden (view full) ---

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
27.Dd September 26, 2017
27.Dd July 29, 2020
28.Dt AESNI 4
29.Os
30.Sh NAME
31.Nm aesni
32.Nd "driver for the AES and SHA accelerator on x86 CPUs"
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your

--- 47 unchanged lines hidden (view full) ---

83implementations.
84.Sh SEE ALSO
85.Xr crypt 3 ,
86.Xr crypto 4 ,
87.Xr intro 4 ,
88.Xr ipsec 4 ,
89.Xr padlock 4 ,
90.Xr random 4 ,
28.Dt AESNI 4
29.Os
30.Sh NAME
31.Nm aesni
32.Nd "driver for the AES and SHA accelerator on x86 CPUs"
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your

--- 47 unchanged lines hidden (view full) ---

83implementations.
84.Sh SEE ALSO
85.Xr crypt 3 ,
86.Xr crypto 4 ,
87.Xr intro 4 ,
88.Xr ipsec 4 ,
89.Xr padlock 4 ,
90.Xr random 4 ,
91.Xr crypto 7 ,
91.Xr crypto 9
92.Sh HISTORY
93The
94.Nm
95driver first appeared in
96.Fx 9.0 .
97SHA support was added in
98.Fx 12.0 .

--- 13 unchanged lines hidden ---
92.Xr crypto 9
93.Sh HISTORY
94The
95.Nm
96driver first appeared in
97.Fx 9.0 .
98SHA support was added in
99.Fx 12.0 .

--- 13 unchanged lines hidden ---