diff options
author | John Baldwin <jhb@FreeBSD.org> | 2020-05-11 21:17:08 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2020-05-11 21:17:08 +0000 |
commit | 33fb013e16d81153e1e957b292ba465e6f5a6d6d (patch) | |
tree | 2c1d499021701020e4b433459d6b360b69c674c8 /share | |
parent | 3a0b6a93a7002e7c8d1c7a86bae2d933834c3357 (diff) | |
download | src-33fb013e16d81153e1e957b292ba465e6f5a6d6d.tar.gz src-33fb013e16d81153e1e957b292ba465e6f5a6d6d.zip |
Notes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/hifn.4 | 2 | ||||
-rw-r--r-- | share/man/man9/crypto.9 | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/hifn.4 b/share/man/man4/hifn.4 index 3d80377b377b..b25bb53a4e3c 100644 --- a/share/man/man4/hifn.4 +++ b/share/man/man4/hifn.4 @@ -57,7 +57,7 @@ driver supports various cards containing the Hifn 7751, 7951, The .Nm driver registers itself to accelerate DES, Triple-DES, -AES (7955 and 7956 only), ARC4, +AES (7955 and 7956 only), MD5-HMAC, SHA1, and SHA1-HMAC operations for .Xr ipsec 4 and diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index afb7da1f5c69..905809cce388 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -129,7 +129,6 @@ The following encryption algorithms are supported: .It Dv CRYPTO_AES_CBC .It Dv CRYPTO_AES_ICM .It Dv CRYPTO_AES_XTS -.It Dv CRYPTO_ARC4 .It Dv CRYPTO_BLF_CBC .It Dv CRYPTO_CAMELLIA_CBC .It Dv CRYPTO_CHACHA20 |