Update ccr(4) to note recent support for SHA2-224 and plain SHA hashes.

MFC after:	3 days
Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin 2019-03-11 23:18:09 +00:00
parent c11cbfd957
commit 1c37687de1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345041

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd May 16, 2017 .Dd March 11, 2019
.Dt CCR 4 .Dt CCR 4
.Os .Os
.Sh NAME .Sh NAME
@ -49,13 +49,14 @@ The
.Nm .Nm
driver provides support for the crypto accelerator engine included on driver provides support for the crypto accelerator engine included on
PCI Express Ethernet adapters based on the Chelsio Terminator 6 ASIC (T6). PCI Express Ethernet adapters based on the Chelsio Terminator 6 ASIC (T6).
The driver accelerates AES-CBC, AES-CTR, AES-GCM, AES-XTS, SHA1-HMAC, The driver accelerates AES-CBC, 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 SHA2-256-HMAC, SHA2-384-HMAC, and SHA2-512-HMAC operations for
.Xr crypto 4 .Xr crypto 4
and and
.Xr ipsec 4 . .Xr ipsec 4 .
The driver also supports chaining one of AES-CBC, AES-CTR, or AES-XTS with The driver also supports chaining one of AES-CBC, AES-CTR, or AES-XTS with
SHA1-HMAC, SHA2-256-HMAC, SHA2-384-HMAC, or SHA2-512-HMAC for SHA1-HMAC, SHA2-224-HMAC, SHA2-256-HMAC, SHA2-384-HMAC, or SHA2-512-HMAC for
encrypt-then-authenticate operations. encrypt-then-authenticate operations.
For further hardware information and questions related to hardware For further hardware information and questions related to hardware
requirements, see requirements, see