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

2019-10-18 Thread Herbert Xu
On Fri, Oct 11, 2019 at 09:38:47PM -0700, Eric Biggers wrote: > This series converts the glue code for the SPARC64 crypto opcodes > implementations of AES, Camellia, DES, and 3DES modes from the > deprecated "blkcipher" API to the "skcipher" API. This is needed in > order for the blkcipher API to

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

2019-10-18 Thread Anatoly Pugachev
On Sat, Oct 12, 2019 at 7:47 AM Eric Biggers wrote: > > This series converts the glue code for the SPARC64 crypto opcodes > implementations of AES, Camellia, DES, and 3DES modes from the > deprecated "blkcipher" API to the "skcipher" API. This is needed in > order for the blkcipher API to be remo

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

2019-10-15 Thread Eric Biggers
On Tue, Oct 15, 2019 at 01:11:38AM -0700, Christoph Hellwig wrote: > On Fri, Oct 11, 2019 at 09:38:47PM -0700, Eric Biggers wrote: > > This series converts the glue code for the SPARC64 crypto opcodes > > implementations of AES, Camellia, DES, and 3DES modes from the > > deprecated "blkcipher" API

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

2019-10-15 Thread Christoph Hellwig
On Fri, Oct 11, 2019 at 09:38:47PM -0700, Eric Biggers wrote: > This series converts the glue code for the SPARC64 crypto opcodes > implementations of AES, Camellia, DES, and 3DES modes from the > deprecated "blkcipher" API to the "skcipher" API. This is needed in > order for the blkcipher API to

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

2019-10-11 Thread Eric Biggers
On Sat, Oct 12, 2019 at 08:16:41AM +0300, Anatoly Pugachev wrote: > On Sat, Oct 12, 2019, 07:47 Eric Biggers wrote: > > > This series converts the glue code for the SPARC64 crypto opcodes > > implementations of AES, Camellia, DES, and 3DES modes from the > > deprecated "blkcipher" API to the "skc

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

2019-10-11 Thread David Miller
From: Eric Biggers Date: Fri, 11 Oct 2019 21:38:47 -0700 > I've compiled this patchset, and the conversion is very similar to that > which has been done for many other crypto drivers. But I don't have the > hardware to test it, nor are SPARC64 crypto opcodes supported by QEMU. > So I really need

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

2019-10-11 Thread Eric Biggers
This series converts the glue code for the SPARC64 crypto opcodes implementations of AES, Camellia, 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 s