Deleted Added
full compact
safe.4 (131791) safe.4 (135119)
1.\"-
2.\" Copyright (c) 2003 Sam Leffler, Errno Consulting
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 2003 Sam Leffler, Errno Consulting
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/safe.4 131791 2004-07-08 07:19:46Z ru $
26.\" $FreeBSD: head/share/man/man4/safe.4 135119 2004-09-12 19:39:09Z simon $
27.\"/
27.\"/
28.Dd May 30, 2002
28.Dd September 12, 2004
29.Dt SAFE 4
30.Os
31.Sh NAME
32.Nm safe
33.Nd SafeNet crypto accelerator
34.Sh SYNOPSIS
35.Cd "device safe"
36.Pp
37.Nm sysctl Va hw.safe.debug
38.Nm sysctl Va hw.safe.dump
39.Nm sysctl Va hw.safe.rnginterval
40.Nm sysctl Va hw.safe.rngbufsize
41.Nm sysctl Va hw.safe.rngmaxalarm
42.Sh DESCRIPTION
43The
44.Nm
29.Dt SAFE 4
30.Os
31.Sh NAME
32.Nm safe
33.Nd SafeNet crypto accelerator
34.Sh SYNOPSIS
35.Cd "device safe"
36.Pp
37.Nm sysctl Va hw.safe.debug
38.Nm sysctl Va hw.safe.dump
39.Nm sysctl Va hw.safe.rnginterval
40.Nm sysctl Va hw.safe.rngbufsize
41.Nm sysctl Va hw.safe.rngmaxalarm
42.Sh DESCRIPTION
43The
44.Nm
45driver supports cards containing any of the following chips:
46.Bl -tag -width "SafeNet 1141" -offset indent
47.It SafeNet 1141
48The original chipset.
49Supports DES, Triple-DES, AES, MD5, and SHA-1
50symmetric crypto operations, RNG, public key operations, and full IPsec
51packet processing.
52.It SafeNet 1741
53A faster version of the 1141.
54.El
45driver supports cards containing SafeNet crypto accelerator chips.
55.Pp
56The
57.Nm
58driver registers itself to accelerate DES, Triple-DES, AES, MD5-HMAC,
59SHA1-HMAC, and NULL operations for
60.Xr ipsec 4
61and
62.Xr crypto 4 .

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

95to dump the current state of the descriptor ring,
96to
97.Dq Li dma
98to dump the hardware DMA registers,
99or
100to
101.Dq Li int
102to dump the hardware interrupt registers.
46.Pp
47The
48.Nm
49driver registers itself to accelerate DES, Triple-DES, AES, MD5-HMAC,
50SHA1-HMAC, and NULL operations for
51.Xr ipsec 4
52and
53.Xr crypto 4 .

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

86to dump the current state of the descriptor ring,
87to
88.Dq Li dma
89to dump the hardware DMA registers,
90or
91to
92.Dq Li int
93to dump the hardware interrupt registers.
94.Sh HARDWARE
95The
96.Nm
97driver supports cards containing any of the following chips:
98.Bl -tag -width "SafeNet 1141" -offset indent
99.It SafeNet 1141
100The original chipset.
101Supports DES, Triple-DES, AES, MD5, and SHA-1
102symmetric crypto operations, RNG, public key operations, and full IPsec
103packet processing.
104.It SafeNet 1741
105A faster version of the 1141.
106.El
103.Sh SEE ALSO
104.Xr crypt 3 ,
105.Xr crypto 4 ,
106.Xr intro 4 ,
107.Xr ipsec 4 ,
108.Xr random 4 ,
109.Xr crypto 9
110.Sh BUGS
111Public key support is not implemented.
107.Sh SEE ALSO
108.Xr crypt 3 ,
109.Xr crypto 4 ,
110.Xr intro 4 ,
111.Xr ipsec 4 ,
112.Xr random 4 ,
113.Xr crypto 9
114.Sh BUGS
115Public key support is not implemented.