projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] add bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.35
/
260-crypto_optional_tests.patch
diff --git
a/target/linux/generic/patches-2.6.35/260-crypto_optional_tests.patch
b/target/linux/generic/patches-2.6.35/260-crypto_optional_tests.patch
index
f431f5d
..
9273a0f
100644
(file)
--- a/
target/linux/generic/patches-2.6.35/260-crypto_optional_tests.patch
+++ b/
target/linux/generic/patches-2.6.35/260-crypto_optional_tests.patch
@@
-1,8
+1,8
@@
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
-@@ -
96,6 +96,10 @@ config CRYPTO_MANAGER2
- select CRYPTO_BLKCIPHER2
- select CRYPTO_PCOMP
+@@ -
104,6 +104,10 @@ config CRYPTO_MANAGER_TESTS
+ Run cryptomanager's tests for the new crypto algorithms being
+ registered.
+config CRYPTO_MANAGER_NO_TESTS
+ bool "Disable internal testsuite to save space"
+config CRYPTO_MANAGER_NO_TESTS
+ bool "Disable internal testsuite to save space"
@@
-13,7
+13,7
@@
depends on EXPERIMENTAL
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
depends on EXPERIMENTAL
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
-@@ -
47,6 +47,8 @@
+@@ -
58,6 +58,8 @@ int alg_test(const char *driver, const c
#define ENCRYPT 1
#define DECRYPT 0
#define ENCRYPT 1
#define DECRYPT 0
@@
-22,7
+22,7
@@
struct tcrypt_result {
struct completion completion;
int err;
struct tcrypt_result {
struct completion completion;
int err;
-@@ -24
43,8 +2445
,11 @@ static int alg_find_test(const char *alg
+@@ -24
84,8 +2486
,11 @@ static int alg_find_test(const char *alg
return -1;
}
return -1;
}
@@
-34,7
+34,7
@@
int i;
int j;
int rc;
int i;
int j;
int rc;
-@@ -2
499,5 +2504,8
@@ notest:
+@@ -2
540,6 +2545,9
@@ notest:
return 0;
non_fips_alg:
return -EINVAL;
return 0;
non_fips_alg:
return -EINVAL;
@@
-42,7
+42,8
@@
+ return 0;
+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
}
+ return 0;
+#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */
}
- EXPORT_SYMBOL_GPL(alg_test);
+
+ #endif /* CONFIG_CRYPTO_MANAGER_TESTS */
--- a/crypto/testmgr.h
+++ b/crypto/testmgr.h
@@ -20,6 +20,8 @@
--- a/crypto/testmgr.h
+++ b/crypto/testmgr.h
@@ -20,6 +20,8 @@
@@
-54,7
+55,7
@@
#define MAX_DIGEST_SIZE 64
#define MAX_TAP 8
#define MAX_DIGEST_SIZE 64
#define MAX_TAP 8
-@@ -9
552,4 +9554
,6 @@ static struct hash_testvec crc32c_tv_tem
+@@ -9
608,4 +9610
,6 @@ static struct hash_testvec crc32c_tv_tem
},
};
},
};
This page took
0.028619 seconds
and
4
git commands to generate.