Re: [PATCH 0/2] crypto: remove x86 salsa20 implementations

2018-05-30 Thread Herbert Xu
On Sat, May 26, 2018 at 12:08:57AM -0700, Eric Biggers wrote: > Hello, > > The x86 asm implementations of Salsa20 have been missed so far in the > fixes to stop abusing %ebp/%rbp in asm code to get correct stack traces. > This has been causing the unwinder warnings reported by syzkaller to > conti

Re: [PATCH 0/3] crypto:chelsio: Fixes and cleanup

2018-05-30 Thread Herbert Xu
On Thu, May 24, 2018 at 05:26:36PM +0530, Harsh Jain wrote: > It includes Fixes and cleanup . > > Harsh Jain (3): > crypto:chelsio:Return -ENOSPC for transient busy indication. > crypt:chelsio:Send IV as Immediate for cipher algo > crypto:chelsio: Remove separate buffer used for DMA map B0 b

Re: [PATCH 1/3] crypto: caam - fix MC firmware detection

2018-05-30 Thread Herbert Xu
On Wed, May 23, 2018 at 02:32:40PM +0300, Horia Geantă wrote: > Management Complex (MC) f/w detection is based on CTPR_MS[DPAA2] bit. > > This is incorrect since: > -the bit is set for all CAAM blocks integrated in SoCs with a certain > Layerscape Chassis > -some SoCs with LS Chassis don't have an

Re: [PATCH] crypto: clarify licensing of OpenSSL asm code

2018-05-30 Thread Herbert Xu
On Tue, May 22, 2018 at 12:35:11PM -0700, Adam Langley wrote: > Several source files have been taken from OpenSSL. In some of them a > comment that "permission to use under GPL terms is granted" was > included below a contradictory license statement. In several cases, > there was no indication that

Re: [PATCH v2] crypto: Mark MORUS SIMD glue as x86-specific

2018-05-30 Thread Herbert Xu
On Mon, May 21, 2018 at 09:41:51PM +0200, Ondrej Mosnáček wrote: > From: Ondrej Mosnacek > > Commit 56e8e57fc3a7 ("crypto: morus - Add common SIMD glue code for > MORUS") accidetally consiedered the glue code to be usable by different > architectures, but it seems to be only usable on x86. > > T

Re: [PATCH 0/5] crypto: eliminate redundant decryption test vectors

2018-05-30 Thread Herbert Xu
On Sun, May 20, 2018 at 10:50:24PM -0700, Eric Biggers wrote: > Hello, > > When adding the Speck cipher support I was annoyed by having to add both > encryption and decryption test vectors, since they are redundant: the > decryption ones are just the encryption ones with the input and result > fli