Page MenuHomeFreeBSD

crypto: Move CBC handling into enc_xform_aes_cbc.
ClosedPublic

Authored by jhb on Dec 15 2021, 9:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 19, 2:39 AM
Unknown Object (File)
Sun, Mar 9, 6:17 AM
Unknown Object (File)
Feb 10 2025, 8:35 AM
Unknown Object (File)
Feb 5 2025, 3:25 AM
Unknown Object (File)
Jan 31 2025, 12:35 AM
Unknown Object (File)
Jan 15 2025, 7:08 PM
Unknown Object (File)
Jan 6 2025, 7:32 PM
Unknown Object (File)
Jan 6 2025, 7:25 PM
Subscribers

Details

Summary

Add an IV to the context that is initialized by the reinit hook.
Encrypt and decrypt operations handle cipher block chaining along with
updating the IV saved in the context.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable