Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2024 17:06:21 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 836ed5bc2b6f - stable/14 - ccr(4): Mention geli(4) and ktls(4) as other consumers
Message-ID:  <202412271706.4BRH6L04037237@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=836ed5bc2b6f3ad8100a846464d7a31de9ad3136

commit 836ed5bc2b6f3ad8100a846464d7a31de9ad3136
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-11-25 19:59:36 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-12-27 15:35:28 +0000

    ccr(4): Mention geli(4) and ktls(4) as other consumers
    
    Cross reference crypto(7) and crypto(9) as well.
    
    Sponsored by:   Chelsio Communications
    
    (cherry picked from commit 370ad2d36789dd565b87dcd0bec6964e3d15c71a)
---
 share/man/man4/ccr.4 | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/ccr.4 b/share/man/man4/ccr.4
index 11b3a37f384d..2626d3ccdd48 100644
--- a/share/man/man4/ccr.4
+++ b/share/man/man4/ccr.4
@@ -52,7 +52,10 @@ The driver accelerates AES-CBC, AES-CCM, AES-CTR, AES-GCM, AES-XTS,
 SHA1, SHA2-224, SHA2-256, SHA2-384, SHA2-512,
 SHA1-HMAC, SHA2-224-HMAC, SHA2-256-HMAC, SHA2-384-HMAC, and SHA2-512-HMAC
 operations for
-.Xr crypto 4
+.Xr crypto 9
+consumers such as
+.Xr ktls 4 ,
+.Xr geli 4 ,
 and
 .Xr ipsec 4 .
 The driver also supports chaining one of AES-CBC, AES-CTR, or AES-XTS with
@@ -97,7 +100,11 @@ email all the specific information related to the issue to
 .Sh SEE ALSO
 .Xr crypto 4 ,
 .Xr cxgbe 4 ,
-.Xr ipsec 4
+.Xr geli 4 ,
+.Xr ipsec 4 ,
+.Xr ktls 4 ,
+.Xr crypto 7 ,
+.Xr crypto 9
 .Sh HISTORY
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412271706.4BRH6L04037237>