Re: [v2 PATCH 7/16] crypto: simd - Add simd skcipher helper

2016-11-15 Thread Herbert Xu
On Sun, Nov 13, 2016 at 06:27:40PM -0800, Eric Biggers wrote: > On Sun, Nov 13, 2016 at 07:45:38PM +0800, Herbert Xu wrote: > > This patch adds the simd skcipher helper which is meant to be > > a replacement for ablk helper. It replaces the underlying blkcipher > > interface with skcipher, and

Re: [v2 PATCH 7/16] crypto: simd - Add simd skcipher helper

2016-11-13 Thread Eric Biggers
On Sun, Nov 13, 2016 at 07:45:38PM +0800, Herbert Xu wrote: > This patch adds the simd skcipher helper which is meant to be > a replacement for ablk helper. It replaces the underlying blkcipher > interface with skcipher, and also presents the top-level algorithm > as an skcipher. I assume this

[v2 PATCH 7/16] crypto: simd - Add simd skcipher helper

2016-11-13 Thread Herbert Xu
This patch adds the simd skcipher helper which is meant to be a replacement for ablk helper. It replaces the underlying blkcipher interface with skcipher, and also presents the top-level algorithm as an skcipher. Signed-off-by: Herbert Xu --- crypto/Kconfig