diff options
author | 2002-07-16 19:42:48 +0000 | |
---|---|---|
committer | 2002-07-16 19:42:48 +0000 | |
commit | d17935e361dfdc7db1ee9c73e70781a10060ba93 (patch) | |
tree | 784c1d7f31cb8e149528499ae2c60fab2bde9b41 | |
parent | Add support for DES and 3DES singleton operations (diff) | |
download | wireguard-openbsd-d17935e361dfdc7db1ee9c73e70781a10060ba93.tar.xz wireguard-openbsd-d17935e361dfdc7db1ee9c73e70781a10060ba93.zip |
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 |