Deleted Added
full compact
padlock.4 (165218) padlock.4 (171696)
1.\" Copyright (c) 2005 Christian Brueffer
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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.\"
1.\" Copyright (c) 2005 Christian Brueffer
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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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: head/share/man/man4/man4.i386/padlock.4 165218 2006-12-14 16:57:35Z mpp $
25.\" $FreeBSD: head/share/man/man4/man4.i386/padlock.4 171696 2007-08-02 08:04:48Z bz $
26.\"
26.\"
27.Dd July 28, 2006
27.Dd August 1, 2007
28.Dt PADLOCK 4 i386
29.Os
30.Sh NAME
31.Nm padlock
32.Nd "driver for the cryptographic functions and RNG in VIA C3, C7 and Eden processors"
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your

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

56driver registers itself to accelerate AES operations and, if available, HMAC/SHA1
57and HMAC/SHA256 for
58.Xr crypto 4 .
59It also registers itself to accelerate other HMAC algorithms, although
60there is no hardware acceleration for those algorithms.
61This is only needed so
62.Nm
63can work with
28.Dt PADLOCK 4 i386
29.Os
30.Sh NAME
31.Nm padlock
32.Nd "driver for the cryptographic functions and RNG in VIA C3, C7 and Eden processors"
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your

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

56driver registers itself to accelerate AES operations and, if available, HMAC/SHA1
57and HMAC/SHA256 for
58.Xr crypto 4 .
59It also registers itself to accelerate other HMAC algorithms, although
60there is no hardware acceleration for those algorithms.
61This is only needed so
62.Nm
63can work with
64.Xr fast_ipsec 4 .
64.Xr ipsec 4 .
65.Pp
66The hardware random number generator supplies data for the kernel
67.Xr random 4
68subsystem.
69.Sh SEE ALSO
70.Xr crypt 3 ,
71.Xr crypto 4 ,
65.Pp
66The hardware random number generator supplies data for the kernel
67.Xr random 4
68subsystem.
69.Sh SEE ALSO
70.Xr crypt 3 ,
71.Xr crypto 4 ,
72.Xr fast_ipsec 4 ,
73.Xr intro 4 ,
72.Xr intro 4 ,
73.Xr ipsec 4 ,
74.Xr random 4 ,
75.Xr crypto 9
76.Sh HISTORY
77The
78.Nm
79driver first appeared in
80.Ox .
81The first

--- 16 unchanged lines hidden ---
74.Xr random 4 ,
75.Xr crypto 9
76.Sh HISTORY
77The
78.Nm
79driver first appeared in
80.Ox .
81The first

--- 16 unchanged lines hidden ---