mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
crypto: tcrypt - add OFB functional tests
We already have OFB test vectors and tcrypt OFB speed tests. Add OFB functional tests to tcrypt as well. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
e497c51896
commit
dfb89ab3f0
1 changed files with 1 additions and 0 deletions
|
@ -1735,6 +1735,7 @@ static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb)
|
||||||
ret += tcrypt_test("xts(aes)");
|
ret += tcrypt_test("xts(aes)");
|
||||||
ret += tcrypt_test("ctr(aes)");
|
ret += tcrypt_test("ctr(aes)");
|
||||||
ret += tcrypt_test("rfc3686(ctr(aes))");
|
ret += tcrypt_test("rfc3686(ctr(aes))");
|
||||||
|
ret += tcrypt_test("ofb(aes)");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 11:
|
case 11:
|
||||||
|
|
Loading…
Add table
Reference in a new issue