summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0020-crypto-sha512-Use-binary-and-instead-of-modulus.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-19 12:31:46 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-03-19 14:33:49 -0400
commitebbeb55561f15e6ebf760e5b735a92bcdcdeaca1 (patch)
tree74a53bd3d39d692d6f44e329908bd52c2408bb28 /recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0020-crypto-sha512-Use-binary-and-instead-of-modulus.patch
parent0d0e2c1e274e1885d8b5cb07421449e9d0016c2c (diff)
downloadmeta-ti-ebbeb55561f15e6ebf760e5b735a92bcdcdeaca1.tar.gz
linux-ti335x-psp 3.2: update to v3.2.11
Also add script used to generate patches and SRC_URI Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0020-crypto-sha512-Use-binary-and-instead-of-modulus.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0020-crypto-sha512-Use-binary-and-instead-of-modulus.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0020-crypto-sha512-Use-binary-and-instead-of-modulus.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0020-crypto-sha512-Use-binary-and-instead-of-modulus.patch
index d948f724..3453e9fd 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0020-crypto-sha512-Use-binary-and-instead-of-modulus.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.7/0020-crypto-sha512-Use-binary-and-instead-of-modulus.patch
@@ -1,4 +1,4 @@
1From f334f74575cb0d9463d39caf4a43483cfc3dd542 Mon Sep 17 00:00:00 2001 1From 1671634439eee95d8d54c7cd18e6ff1db20fc87c Mon Sep 17 00:00:00 2001
2From: Herbert Xu <herbert@gondor.apana.org.au> 2From: Herbert Xu <herbert@gondor.apana.org.au>
3Date: Thu, 26 Jan 2012 15:03:16 +1100 3Date: Thu, 26 Jan 2012 15:03:16 +1100
4Subject: [PATCH 20/30] crypto: sha512 - Use binary and instead of modulus 4Subject: [PATCH 20/30] crypto: sha512 - Use binary and instead of modulus
@@ -13,7 +13,7 @@ Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
13Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 13Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14--- 14---
15 crypto/sha512_generic.c | 4 ++-- 15 crypto/sha512_generic.c | 4 ++--
16 1 files changed, 2 insertions(+), 2 deletions(-) 16 1 file changed, 2 insertions(+), 2 deletions(-)
17 17
18diff --git a/crypto/sha512_generic.c b/crypto/sha512_generic.c 18diff --git a/crypto/sha512_generic.c b/crypto/sha512_generic.c
19index 88f160b..3edebfd 100644 19index 88f160b..3edebfd 100644
@@ -38,5 +38,5 @@ index 88f160b..3edebfd 100644
38 d += t1; \ 38 d += t1; \
39 h = t1 + t2 39 h = t1 + t2
40-- 40--
411.7.7.4 411.7.9.4
42 42