armv8crypto.4 (fdd9550b54a677f1e342139c2d4b839cb7d814c7) | armv8crypto.4 (40326c17180e46c9cb774e99c97a64ed0eb7294d) |
---|---|
1.\" Copyright (c) 2016 The FreeBSD Foundation 2.\" All rights reserved. 3.\" 4.\" This software was developed by Andrew Turner under 5.\" sponsorship from the FreeBSD Foundation. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 13 unchanged lines hidden (view full) --- 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" $FreeBSD$ 29.\" | 1.\" Copyright (c) 2016 The FreeBSD Foundation 2.\" All rights reserved. 3.\" 4.\" This software was developed by Andrew Turner under 5.\" sponsorship from the FreeBSD Foundation. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 13 unchanged lines hidden (view full) --- 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" $FreeBSD$ 29.\" |
30.Dd October 20, 2016 | 30.Dd July 29, 2020 |
31.Dt ARMV8CRYPTO 4 32.Os 33.Sh NAME 34.Nm armv8crypto 35.Nd "driver for the AES accelerator on ARM CPUs" 36.Sh SYNOPSIS 37To compile this driver into the kernel, 38place the following lines in your --- 25 unchanged lines hidden (view full) --- 64driver registers itself to accelerate AES operations for 65.Xr crypto 4 . 66.Sh SEE ALSO 67.Xr crypt 3 , 68.Xr crypto 4 , 69.Xr intro 4 , 70.Xr ipsec 4 , 71.Xr random 4 , | 31.Dt ARMV8CRYPTO 4 32.Os 33.Sh NAME 34.Nm armv8crypto 35.Nd "driver for the AES accelerator on ARM CPUs" 36.Sh SYNOPSIS 37To compile this driver into the kernel, 38place the following lines in your --- 25 unchanged lines hidden (view full) --- 64driver registers itself to accelerate AES operations for 65.Xr crypto 4 . 66.Sh SEE ALSO 67.Xr crypt 3 , 68.Xr crypto 4 , 69.Xr intro 4 , 70.Xr ipsec 4 , 71.Xr random 4 , |
72.Xr crypto 7 , |
|
72.Xr crypto 9 73.Sh HISTORY 74The 75.Nm 76driver first appeared in 77.Fx 11.0 . 78.Sh AUTHORS 79.An -nosplit 80The 81.Nm 82driver was written by 83.An Andrew Turner Aq Mt andrew@FreeBSD.org . | 73.Xr crypto 9 74.Sh HISTORY 75The 76.Nm 77driver first appeared in 78.Fx 11.0 . 79.Sh AUTHORS 80.An -nosplit 81The 82.Nm 83driver was written by 84.An Andrew Turner Aq Mt andrew@FreeBSD.org . |