]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cryptocheck: Support multiple IV sizes for AES-CCM.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 6 Oct 2021 21:08:47 +0000 (14:08 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 21 Oct 2021 21:07:24 +0000 (14:07 -0700)
commit8581b350dda4eb8c46f92949b8def97454f63ae0
treed287c0bbcc2a6a8041b254c55413e69e9745a8df
parent5f9a612037793b51c70e26846334d0e0c4232950
cryptocheck: Support multiple IV sizes for AES-CCM.

By default, the "normal" IV size (12) is used, but it can be overriden
via -I.  If -I is not specified and -z is specified, issue requests
for all possible IV sizes.

Reviewed by: markj
Sponsored by:  Chelsio Communications, The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D32110

(cherry picked from commit bcb0fd6accc095295765b08b02f5f3b07ea62536)
tools/tools/crypto/cryptocheck.c