Re: [PATCH 05/28] Remove MPILIB_EXTRA

2014-06-18 Thread Jiri Kosina
On Wed, 18 Jun 2014, Borislav Petkov wrote: This oneliner is neither part of v3.16-rc1 nor part of linux-next. It applies cleanly to next-20140618. Should I hope that Jiri Kosina wants to take it for trivial (CC-ed)? Yeah, he will. It's not in my queue of patches to be processed though

Re: [PATCH] [CRYPTO] kconfig: Corrected a typo

2013-10-17 Thread Jiri Kosina
, a reversed - variant of Serpent for compatibility with old kerneli.org code. + variant of Serpent for compatibility with old kernel.org code. Automatic conversion of kerneli - kernel is not correct, it's not a typo. Please google for kerneli in LKML archives. -- Jiri Kosina SUSE

Re: [RFC V4 PATCH 00/15] Signature verification of hibernate snapshot

2013-09-26 Thread Jiri Kosina
to the symmetric key -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 03/18] asymmetric keys: separate the length checking of octet string from RSA_I2OSP

2013-08-27 Thread Jiri Kosina
in signature generation. Reviewed-by: Jiri Kosina jkos...@suse.cz Signed-off-by: Lee, Chun-Yi j...@suse.com +static int RSA_I2OSP(MPI x, size_t xLen, u8 **_X) +{ + unsigned x_size; + unsigned X_size; + u8 *X = NULL; Is this kernel code

Re: [PATCH] Fix requr typo on crypto/Kconfig

2010-03-29 Thread Jiri Kosina
On Sun, 28 Mar 2010, Gilles Espinasse wrote: Signed-off-by: Gilles Espinasse g@free.fr I have condensed all your three patches into one larger one and applied it. Thanks, -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line unsubscribe linux-crypto

[PATCH -next] crypto: ghash - put proper .data section in place

2009-11-18 Thread Jiri Kosina
Lbswap_mask, Lpoly and Ltwo_one should clearly belong to .data section, not .text. Signed-off-by: Jiri Kosina jkos...@suse.cz --- arch/x86/crypto/ghash-clmulni-intel_asm.S |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/crypto/ghash-clmulni-intel_asm.S b/arch

Re: [PATCH 3/7] crypto: testmgr: fix warning

2009-10-19 Thread Jiri Kosina
use of 'err'), I am not merging this through trivial tree. Herbert? -- Jiri Kosina SUSE Labs, Novell Inc. -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html