diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-03-25 12:17:31 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-03-25 12:17:31 +0000 |
commit | b67da5af5959791cb9afc860720c385e0df0b2d1 (patch) | |
tree | 641a67ce3b5037624b9cfbeb5370944727f2195e /share | |
parent | 2130b198ce0341272856a44706b112532473c9bc (diff) |
add support for AES-CBC with the BCM5823 (or newer, but we don't support newer
variants yet).
ok deraadt@ dlg@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ubsec.4 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4 index c71614d83d3..2aede9a91b8 100644 --- a/share/man/man4/ubsec.4 +++ b/share/man/man4/ubsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ubsec.4,v 1.29 2007/05/31 19:19:52 jmc Exp $ +.\" $OpenBSD: ubsec.4,v 1.30 2009/03/25 12:17:30 reyk Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 25 2009 $ .Dt UBSEC 4 .Os .Sh NAME @@ -58,7 +58,7 @@ This is the chip found on the Sun Crypto Accelerator 1000. .It Broadcom BCM5822 Faster version of the BCM5820. .It Broadcom BCM5823 -Faster version of the BCM5822. +Faster version of the BCM5822 that also supports AES. .El .Pp The @@ -67,7 +67,8 @@ driver registers itself to accelerate DES, Triple-DES, MD5-HMAC, and SHA1-HMAC operations for .Xr ipsec 4 and -.Xr crypto 4 . +.Xr crypto 4. +The driver also supports acceleration of AES-CBC with the BCM5823. .Pp On those models which contain a public key engine (almost all of the more recent ones), this feature is registered with the @@ -93,4 +94,5 @@ device driver appeared in .Ox 2.8 . .Sh BUGS The BCM5801 and BCM5802 have not actually been tested. -Also, some of the newer chips support AES but it is not supported by the driver. +Also, some of the newer chips support AES-CTR (AES Counter Mode) but +it is not supported by the driver. |