Re: [PATCH v8 0/7] crypto: switch to crypto API for ESSIV generation

2019-07-05 Thread Ard Biesheuvel
On Thu, 4 Jul 2019 at 20:30, Ard Biesheuvel wrote: > > This series creates an ESSIV template that produces a skcipher or AEAD > transform based on a tuple of the form ',,' > (or ',,' for the AEAD case). It exposes the > encapsulated sync or async skcipher/aead by passing through all operations, >

[PATCH v8 0/7] crypto: switch to crypto API for ESSIV generation

2019-07-04 Thread Ard Biesheuvel
This series creates an ESSIV template that produces a skcipher or AEAD transform based on a tuple of the form ',,' (or ',,' for the AEAD case). It exposes the encapsulated sync or async skcipher/aead by passing through all operations, while using the cipher/shash pair to transform the input IV