]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/ubsec.4
This commit was generated by cvs2svn to compensate for changes in r155832,
[FreeBSD/FreeBSD.git] / share / man / man4 / ubsec.4
1 .\"     $OpenBSD: ubsec.4,v 1.18 2002/09/26 07:55:41 miod Exp $
2 .\"
3 .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net)
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. All advertising materials mentioning features or use of this software
15 .\"    must display the following acknowledgement:
16 .\"     This product includes software developed by Jason L. Wright
17 .\" 4. The name of the author may not be used to endorse or promote products
18 .\"    derived from this software without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
22 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23 .\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
24 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
25 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
28 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
29 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 .\" POSSIBILITY OF SUCH DAMAGE.
31 .\"
32 .\" $FreeBSD$
33 .\"
34 .Dd September 12, 2004
35 .Dt UBSEC 4
36 .Os
37 .Sh NAME
38 .Nm ubsec
39 .Nd Broadcom and BlueSteel uBsec 5x0x crypto accelerator
40 .Sh SYNOPSIS
41 .Cd device ubsec
42 .Sh DESCRIPTION
43 The
44 .Nm
45 driver supports cards containing Broadcom and BlueSteel uBsec 5x0x
46 crypto accelerator chips.
47 .Pp
48 The
49 .Nm
50 driver registers itself to accelerate DES, Triple-DES, MD5-HMAC,
51 and SHA1-HMAC operations for
52 .Xr ipsec 4
53 and
54 .Xr crypto 4 .
55 .Pp
56 On those models which contain a public key engine (almost all of the
57 more recent ones), this feature is registered with the
58 .Xr crypto 4
59 subsystem.
60 .Pp
61 On all models except the Bluesteel 5501 and Broadcom 5801, the driver
62 registers itself to provide random data to the
63 .Xr random 4
64 subsystem.
65 .Sh HARDWARE
66 The
67 .Nm
68 driver supports cards containing any of the following chips:
69 .Bl -tag -width "Broadcom BCM5822" -offset indent
70 .It Bluesteel 5501
71 The original chipset, no longer made.
72 This extremely rare unit
73 was not very fast, lacked a RNG, and had a number of other bugs.
74 .It Bluesteel 5601
75 A faster and fixed version of the original, with a random number
76 unit and large number engine added.
77 .It Broadcom BCM5801
78 A BCM5805 without public key engine or random number generator.
79 .It Broadcom BCM5802
80 A slower version of the BCM5805.
81 .It Broadcom BCM5805
82 Faster version of Bluesteel 5601.
83 .It Broadcom BCM5820
84 64 bit version of the chip, and significantly more advanced.
85 .It Broadcom BCM5821
86 Faster version of the BCM5820.
87 .It Broadcom BCM5822
88 Faster version of the BCM5820.
89 .It Broadcom BCM5823
90 A BCM5822 with AES capability.
91 .El
92 .Sh SEE ALSO
93 .Xr crypt 3 ,
94 .Xr crypto 4 ,
95 .Xr intro 4 ,
96 .Xr ipsec 4 ,
97 .Xr random 4 ,
98 .Xr crypto 9
99 .Sh HISTORY
100 The
101 .Nm
102 device driver appeared in
103 .Ox 2.8 .
104 The
105 .Nm
106 device driver was imported to
107 .Fx 5.0 .
108 .Sh BUGS
109 The BCM5801 and BCM5802 have not actually been tested.
110 The AES capability of the BCM5823 is not yet supported; it is awaiting
111 public disclosure of programming information from Broadcom.