diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-07-16 19:42:49 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-07-16 19:42:49 +0000 |
commit | f14eb79772eec3c94c9598272e7315b733e949fe (patch) | |
tree | d7b0a40de2dce225c13c2cab994308b19eba846d | |
parent | c28c936d7ea78dd3dcc484dda881d172a82cab34 (diff) |
s/HMAC96/HMAC for consistency with crypto.9
-rw-r--r-- | share/man/man4/hifn.4 | 4 | ||||
-rw-r--r-- | share/man/man4/ubsec.4 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4 index 716d957d526..313a979f8a4 100644 --- a/share/man/man4/hifn.4 +++ b/share/man/man4/hifn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hifn.4,v 1.29 2002/07/16 08:31:28 deraadt Exp $ +.\" $OpenBSD: hifn.4,v 1.30 2002/07/16 19:42:48 jason Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt .\" All rights reserved. @@ -68,7 +68,7 @@ Contains a 7951 and supports symmetric and random number operations. The .Nm driver registers itself to accelerate DES, Triple-DES, ARC4, MD5, -MD5-HMAC96, SHA1, and SHA1-HMAC96 operations in +MD5-HMAC, SHA1, and SHA1-HMAC operations in .Xr ipsec 4 . .Pp The diff --git a/share/man/man4/ubsec.4 b/share/man/man4/ubsec.4 index a19687df2c2..95106052c58 100644 --- a/share/man/man4/ubsec.4 +++ b/share/man/man4/ubsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ubsec.4,v 1.13 2002/07/12 22:50:55 jason Exp $ +.\" $OpenBSD: ubsec.4,v 1.14 2002/07/16 19:42:48 jason Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -58,8 +58,8 @@ Faster version of the BCM5820. .Pp The .Nm -driver registers itself to accelerate DES, Triple-DES, MD5-HMAC96, -and SHA1-HMAC96 operations in +driver registers itself to accelerate DES, Triple-DES, MD5-HMAC, +and SHA1-HMAC operations in .Xr ipsec 4 . On all models except the Bluesteel 5501, the driver also registers itself to provide random data to the |