projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ec6aa
)
crypto: testmgr - Disable rfc4543 test
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 16 Jun 2015 05:54:16 +0000
(13:54 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 17 Jun 2015 07:35:04 +0000
(15:35 +0800)
Because the old rfc4543 implementation always injected an IV into
the AD, while the new one does not, we have to disable the test
while it is converted over to the new AEAD interface.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c
patch
|
blob
|
history
diff --git
a/crypto/testmgr.c
b/crypto/testmgr.c
index
ccd19cf
..
009714d
100644
(file)
--- a/
crypto/testmgr.c
+++ b/
crypto/testmgr.c
@@
-3372,7
+3372,7
@@
static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
- .alg = "rfc4543(gcm(aes))",
+ .alg = "rfc4543(gcm(aes))
-disabled
",
.test = alg_test_aead,
.suite = {
.aead = {