Re: [PATCH] s390/crc32-vx: Couple of typo fixes

2021-03-22 Thread Heiko Carstens
On Mon, Mar 22, 2021 at 06:35:33PM +0530, Bhaskar Chowdhury wrote: > > s/defintions/definitions/ > s/intermedate/intermediate/ > > Signed-off-by: Bhaskar Chowdhury > --- > arch/s390/crypto/crc32be-vx.S | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks.

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 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: [PATCH v3 0/4] s390/crypto: Use -ENODEV instead of -EOPNOTSUPP

2019-06-13 Thread Heiko Carstens
On Thu, Jun 13, 2019 at 11:13:55AM +0800, Herbert Xu wrote: > On Wed, Jun 12, 2019 at 05:08:50PM +0200, Heiko Carstens wrote: > > On Wed, Jun 12, 2019 at 03:33:02PM +0200, David Hildenbrand wrote: > > > s390x crypto is one of the rare modules that returns -EOPNOTSUPP

Re: [PATCH v3 0/4] s390/crypto: Use -ENODEV instead of -EOPNOTSUPP

2019-06-12 Thread Heiko Carstens
-EOPNOTSUPP" > -- "s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPP" > -- "s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPP" > > Cc: Herbert Xu > Cc: "David S. Miller" > Cc: Heiko Carstens > Cc: Vasily Gorbik > Cc: Chris

Re: [PATCH] s390: crypto: aes_s390: Remove 'const' to avoid compiler warnings

2015-01-07 Thread Heiko Carstens
On Thu, Jan 01, 2015 at 10:56:02PM +0800, Chen Gang wrote: > In aes_encrypt() and aes_decrypt(), need let 'sctx->key' be modified, > so remove 'const' for it. The related warnings: ... > > Signed-off-by: Chen Gang > --- > arch/s390/crypto/aes_s390.c |4 ++-- > 1 file changed, 2 insertions(+)

Re: [PATCH] crypto: s390 des3 - permit weak keys unless REQ_WEAK_KEY set

2009-06-11 Thread Heiko Carstens
On Mon, Jun 08, 2009 at 01:32:09PM -0400, Jarod Wilson wrote: > Just started running fips cavs test vectors through an s390x system > for giggles, and discovered that I missed patching s390's arch-specific > des3 implementation w/an earlier des3 patch to permit weak keys. > > This change adds the