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)
Thu, Sep 26, 11:56 AM
Unknown Object (File)
Thu, Sep 26, 4:12 AM
Unknown Object (File)
Tue, Sep 24, 11:31 PM
Unknown Object (File)
Sun, Sep 22, 2:37 PM
Unknown Object (File)
Sat, Sep 21, 10:43 PM
Unknown Object (File)
Sat, Sep 21, 1:20 AM
Unknown Object (File)
Fri, Sep 20, 12:37 PM
Unknown Object (File)
Thu, Sep 19, 4:55 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