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
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
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
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
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-
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
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