Re: [PATCH v2] crypto: xts - add support for ciphertext stealing

2019-08-18 Thread Herbert Xu
On Thu, Aug 15, 2019 at 06:02:33PM -0700, Eric Biggers wrote: > > I'm confused why this was applied as-is, since there are no test vectors for > this added yet. Nor were any other XTS implementations updated yet, so now > users see inconsistent behavior, and all the XTS comparison fuzz tests fail

[PATCH] crypto: picoxcell - Fix the name of the module in the description of CRYPTO_DEV_PICOXCELL

2019-08-18 Thread Christophe JAILLET
The help section says that the module will be called 'pipcoxcell_crypto'. This is likely a typo. Use 'picoxcell_crypto' instead Signed-off-by: Christophe JAILLET --- drivers/crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/Kconfig b/drivers/crypto

[PATCH] MAINTAINERS: Extend patterns for Samsung SoC, Security Subsystem and clock drivers

2019-08-18 Thread Krzysztof Kozlowski
Extend the patterns to cover all related files in respective categories: 1. Samsung Exynos ARM architecture: add soc drivers headers and make directory matches consistent, 2. Samsung Security SubSystem driver (crypto): add bindings, 3. Samsung SoC clock drivers: add S3C24xx, S3C64xx and S5Pv210

Re: [PATCH 3/6] crypto: sha256 - Move lib/sha256.c to lib/crypto

2019-08-18 Thread Hans de Goede
Hi, On 18-08-19 17:54, Eric Biggers wrote: On Sat, Aug 17, 2019 at 10:28:04AM +0200, Hans de Goede wrote: Hi, On 17-08-19 07:19, Eric Biggers wrote: On Fri, Aug 16, 2019 at 11:16:08PM +0200, Hans de Goede wrote: diff --git a/include/linux/sha256.h b/include/crypto/sha256.h similarity index 1

Re: [PATCH 3/6] crypto: sha256 - Move lib/sha256.c to lib/crypto

2019-08-18 Thread Eric Biggers
On Sat, Aug 17, 2019 at 10:28:04AM +0200, Hans de Goede wrote: > Hi, > > On 17-08-19 07:19, Eric Biggers wrote: > > On Fri, Aug 16, 2019 at 11:16:08PM +0200, Hans de Goede wrote: > > > diff --git a/include/linux/sha256.h b/include/crypto/sha256.h > > > similarity index 100% > > > rename from inclu

Re: [PATCH v1 1/2] dt-binding: hwrng: add NPCM RNG documentation

2019-08-18 Thread Avi Fishman
On Tue, Aug 13, 2019 at 2:36 AM Rob Herring wrote: > > On Mon, Jul 22, 2019 at 06:02:40PM +0300, Tomer Maimon wrote: > > Added device tree binding documentation for Nuvoton BMC > > NPCM Random Number Generator (RNG). > > > > Signed-off-by: Tomer Maimon > > --- > > .../bindings/rng/nuvoton,npcm-r