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
Differential D33488
crypto: Move CBC handling into enc_xform_camellia. jhb on Dec 15 2021, 9:38 PM. Authored by Tags None Referenced Files
Details
Add an IV to the context that is initialized by the reinit hook. Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions cryptocheck didn't catch the ctx size, probably because the extra 16 bytes were stuff on the stack that it didn't hurt to overwrite. |