[PATCH v2 1/3] ARM: pull in from asm-generic

2013-10-03 Thread Ard Biesheuvel
Signed-off-by: Ard Biesheuvel --- arch/arm/include/asm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild index d3db398..6577b8a 100644 --- a/arch/arm/include/asm/Kbuild +++ b/arch/arm/include/asm/Kbuild @@ -24,6 +24,7 @@ generic-y

[PATCH v2 2/3] ARM: move AES typedefs and function prototypes to separate header

2013-10-03 Thread Ard Biesheuvel
Put the struct definitions for AES keys and the asm function prototypes in a separate header and export the asm functions from the module. This allows other drivers to use them directly. Signed-off-by: Ard Biesheuvel --- arch/arm/crypto/aes_glue.c | 22 ++ arch/arm/crypto/aes

[PATCH v2 0/3] ARM: NEON based fast(er) AES in CBC/CTR/XTS modes

2013-10-03 Thread Ard Biesheuvel
This is v2 of a series implementing a faster and more secure AES implementation based on bit slicing using NEON instructions. Changes since v1: - implemented a suggestion by Jussi Kivilinna which substantially improves decryption performance, decryption speedup is now 25% on Cortex-A15 (up from

looking for loan

2013-10-03 Thread Aijaz Lending
Do you have a firm or company that need loan to start up a business or need,personal loan, Debt consolidation? For more information,Contact us now for a guarantee loan with low interest rate. We will provide you with loan to meet your needs. For more information contact us with the following inf

Re: Status of "kernel crypto services" patch? Re: [PATCH] Documentation: "kerneli" typo in description for "Serpent cipher algorithm" Bug #60848

2013-10-03 Thread Herbert Xu
On Wed, Oct 02, 2013 at 01:48:58PM -0500, Rob Landley wrote: > On 10/02/2013 01:22:22 PM, Jussi Kivilinna wrote: > >On 02.10.2013 21:12, Rob Landley wrote: > >> On 10/02/2013 11:10:37 AM, Kevin Mulvey wrote: > >>> change kerneli to kernel as well as kerneli.org to kernel.org > >>> > >>> Signed-off-

Re: crypto: GCM API usage

2013-10-03 Thread Marcelo Cerri
On Thu, Oct 03, 2013 at 08:03:45AM +0200, tobias.pol...@fau.de wrote: > > I haven't used the IV generation facility of the Crypto API, but it > > seems to be very straightforward although there's no documentation > > about that. > > > > You should use aead_givcrypt_set_callback(), aead_givcrypt_set

[PATCH] crypto: Correct RSA MPI dependency

2013-10-03 Thread Borislav Petkov
On Wed, Oct 02, 2013 at 07:54:01PM -0700, Jim Davis wrote: > Yes, with the change that configuration file didn't generate a build > error. Tested-by: jim.ep...@gmail.com (if it isn't overkill for for an > obvious patch!). Thanks. Of course not. :) --- From: Borislav Petkov Subject: [PATCH] crypt