Page MenuHomeFreeBSD

cryptodev: Permit explicit IV/nonce and MAC/tag lengths.
ClosedPublic

Authored by jhb on Sep 24 2021, 6:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 25, 10:20 AM
Unknown Object (File)
Sat, Apr 19, 4:16 PM
Unknown Object (File)
Tue, Apr 15, 8:36 AM
Unknown Object (File)
Fri, Apr 11, 11:26 PM
Unknown Object (File)
Tue, Apr 1, 5:18 AM
Unknown Object (File)
Mar 12 2025, 9:26 PM
Unknown Object (File)
Feb 24 2025, 2:07 AM
Unknown Object (File)
Feb 23 2025, 2:55 PM
Subscribers

Details

Summary

Add 'ivlen' and 'maclen' fields to the structure used for CIOGSESSION2
to specify the explicit IV/nonce and MAC/tag lengths for crypto
sessions. If these fields are zero, the default lengths are used.

This permits selecting an alternate nonce length for AEAD ciphers such
as AES-CCM which support multiple nonce leengths. It also supports
truncated MACs as input to AEAD or ETA requests.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 41708
Build 38597: arc lint + arc unit

Event Timeline

sys/opencrypto/cryptodev.c
598

Why is this assignment needed? It is done again below.

jhb marked an inline comment as done.Oct 1 2021, 8:59 PM
jhb added inline comments.
sys/opencrypto/cryptodev.c
598

Oops, an earlier leftover from my first cut at doing this.

jhb marked an inline comment as done.
  • Drop an unnecessary line.
This revision is now accepted and ready to land.Oct 1 2021, 9:42 PM