HomeFreeBSD

Generate IVs directly in esp_output.

Description

Generate IVs directly in esp_output.

This is the only place that uses CRYPTO_F_IV_GENERATE. All crypto
drivers currently duplicate the same boilerplate code to handle this
case. Doing the generation directly removes complexity from drivers.
It also simplifies support for separate input and output buffers.

Reviewed by: cem
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D24449

Details

Provenance
jhbAuthored on
Reviewer
cem
Differential Revision
D24449: Generate IVs directly in esp output.
Parents
rS360134: Merge commit 64b31d96d from llvm git (by Nemanja Ivanovic):
Branches
Unknown
Tags
Unknown