freebsd-dev/sys/dev/cxgbe/crypto
John Baldwin acaabdbbee Reject requests with AAD and IV larger than 511 bytes.
The T6 crypto engine's control messages only support a total AAD
length (including the prefixed IV) of 511 bytes.  Reject requests with
large AAD rather than returning incorrect results.

Sponsored by:	Chelsio Communications
2018-01-24 20:08:10 +00:00
..
t4_crypto.c Reject requests with AAD and IV larger than 511 bytes. 2018-01-24 20:08:10 +00:00
t4_crypto.h