projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cea0a3c
)
crypto: testmgr - don't print info about missing test for gcm-aes-aesni
author
Tadeusz Struk
<tadeusz.struk@intel.com>
Wed, 24 Jun 2015 16:01:30 +0000
(09:01 -0700)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 25 Jun 2015 15:18:33 +0000
(23:18 +0800)
Don't print info about missing test for the internal
helper __driver-gcm-aes-aesni
changes in v2:
- marked test as fips allowed
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/testmgr.c
b/crypto/testmgr.c
index 975e1eac3e2d2fdbc12bad5241fa275a968bbad4..d0a42bd3aae926fcfef0624c6497452e9a0741c5 100644
(file)
--- a/
crypto/testmgr.c
+++ b/
crypto/testmgr.c
@@
-2055,6
+2055,10
@@
static const struct alg_test_desc alg_test_descs[] = {
}, {
.alg = "__driver-ecb-twofish-avx",
.test = alg_test_null,
+ }, {
+ .alg = "__driver-gcm-aes-aesni",
+ .test = alg_test_null,
+ .fips_allowed = 1,
}, {
.alg = "__ghash-pclmulqdqni",
.test = alg_test_null,