Re: [RFT PATCH 0/3] crypto: s390 - convert to skcipher API

2019-10-18 Thread Herbert Xu
On Sat, Oct 12, 2019 at 01:18:06PM -0700, Eric Biggers wrote: > This series converts the glue code for the S390 CPACF implementations of > AES, DES, and 3DES modes from the deprecated "blkcipher" API to the > "skcipher" API. This is needed in order for the blkcipher API to be > removed. > > I've

Re: [RFT PATCH 0/3] crypto: s390 - convert to skcipher API

2019-10-17 Thread Heiko Carstens
On Wed, Oct 16, 2019 at 11:35:07PM +1100, Herbert Xu wrote: > > > Eric Biggers (3): > > > crypto: s390/aes - convert to skcipher API > > > crypto: s390/paes - convert to skcipher API > > > crypto: s390/des - convert to skcipher API > > > > > > arch/s390/crypto/aes_s390.c | 609

Re: [RFT PATCH 0/3] crypto: s390 - convert to skcipher API

2019-10-16 Thread Herbert Xu
On Wed, Oct 16, 2019 at 10:01:03AM +0200, Heiko Carstens wrote: > On Sat, Oct 12, 2019 at 01:18:06PM -0700, Eric Biggers wrote: > > This series converts the glue code for the S390 CPACF implementations of > > AES, DES, and 3DES modes from the deprecated "blkcipher" API to the > > "skcipher" API. T

Re: [RFT PATCH 0/3] crypto: s390 - convert to skcipher API

2019-10-16 Thread Gilad Ben-Yossef
On Sat, Oct 12, 2019 at 11:20 PM Eric Biggers wrote: > > This series converts the glue code for the S390 CPACF implementations of > AES, DES, and 3DES modes from the deprecated "blkcipher" API to the > "skcipher" API. This is needed in order for the blkcipher API to be > removed. > > I've compile

Re: [RFT PATCH 0/3] crypto: s390 - convert to skcipher API

2019-10-16 Thread Heiko Carstens
On Sat, Oct 12, 2019 at 01:18:06PM -0700, Eric Biggers wrote: > This series converts the glue code for the S390 CPACF implementations of > AES, DES, and 3DES modes from the deprecated "blkcipher" API to the > "skcipher" API. This is needed in order for the blkcipher API to be > removed. > > I've

Re: [RFT PATCH 0/3] crypto: s390 - convert to skcipher API

2019-10-14 Thread Ard Biesheuvel
On Sat, 12 Oct 2019 at 22:20, Eric Biggers wrote: > > This series converts the glue code for the S390 CPACF implementations of > AES, DES, and 3DES modes from the deprecated "blkcipher" API to the > "skcipher" API. This is needed in order for the blkcipher API to be > removed. > > I've compiled t

Re: [RFT PATCH 0/3] crypto: s390 - convert to skcipher API

2019-10-14 Thread Harald Freudenberger
On 12.10.19 22:18, Eric Biggers wrote: > This series converts the glue code for the S390 CPACF implementations of > AES, DES, and 3DES modes from the deprecated "blkcipher" API to the > "skcipher" API. This is needed in order for the blkcipher API to be > removed. > > I've compiled this patchset,

[RFT PATCH 0/3] crypto: s390 - convert to skcipher API

2019-10-12 Thread Eric Biggers
This series converts the glue code for the S390 CPACF implementations of AES, DES, and 3DES modes from the deprecated "blkcipher" API to the "skcipher" API. This is needed in order for the blkcipher API to be removed. I've compiled this patchset, and the conversion is very similar to that which h