Re: [PATCH 0/9] crypto: add SIMD helpers for AEADs

2019-03-22 Thread Herbert Xu
On Sun, Mar 10, 2019 at 12:00:49PM -0700, Eric Biggers wrote: > This series updates crypto_simd to support wrapping AEADs, then makes > all AEADs that implement the same functionality use crypto_simd instead. > > This simplifies the code, and it also fixes the bug where these > algorithms modify t

Re: [PATCH 0/9] crypto: add SIMD helpers for AEADs

2019-03-15 Thread Ondrej Mosnacek
Hi Eric, On Sun, Mar 10, 2019 at 8:02 PM Eric Biggers wrote: > This series updates crypto_simd to support wrapping AEADs, then makes > all AEADs that implement the same functionality use crypto_simd instead. > > This simplifies the code, and it also fixes the bug where these > algorithms modify t

[PATCH 0/9] crypto: add SIMD helpers for AEADs

2019-03-10 Thread Eric Biggers
This series updates crypto_simd to support wrapping AEADs, then makes all AEADs that implement the same functionality use crypto_simd instead. This simplifies the code, and it also fixes the bug where these algorithms modify the user-provided aead_request. This was a problem because users may exp