commit | 14f34061bc26b9cb72bb1136766f87296ba67314 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 16 13:54:16 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 17 15:35:04 2015 +0800 |
tree | c1fe6f3ba06b41e08d501455dc7567084cc203a6 | |
parent | f4ec6aa5b018e0ec7edea916644686d572bc595c [diff] |
crypto: testmgr - Disable rfc4543 test 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>