Re: [PATCH 00/30] crypto: x86 glue code cleanup/conversion

2018-03-02 Thread Herbert Xu
On Mon, Feb 19, 2018 at 11:47:58PM -0800, Eric Biggers wrote: > Hi, > > I got tired of seeing some block cipher implementations using the old > API (blkcipher or ablkcipher) and some using the new API (skcipher)... > so this series makes a dent in the problem by converting all the > remaining x86

[PATCH 00/30] crypto: x86 glue code cleanup/conversion

2018-02-19 Thread Eric Biggers
Hi, I got tired of seeing some block cipher implementations using the old API (blkcipher or ablkcipher) and some using the new API (skcipher)... so this series makes a dent in the problem by converting all the remaining x86 glue code over to the skcipher API. Besides the conversion to use 'skciph