|
|
@@ -777,7 +777,7 @@ Signed-off-by: Yangbo Lu <[email protected]>
|
|
|
};
|
|
|
|
|
|
struct tcrypt_result {
|
|
|
-@@ -1329,6 +1329,10 @@ static int do_test(const char *alg, u32
|
|
|
+@@ -1331,6 +1331,10 @@ static int do_test(const char *alg, u32
|
|
|
ret += tcrypt_test("hmac(sha3-512)");
|
|
|
break;
|
|
|
|
|
|
@@ -788,7 +788,7 @@ Signed-off-by: Yangbo Lu <[email protected]>
|
|
|
case 150:
|
|
|
ret += tcrypt_test("ansi_cprng");
|
|
|
break;
|
|
|
-@@ -1390,6 +1394,9 @@ static int do_test(const char *alg, u32
|
|
|
+@@ -1392,6 +1396,9 @@ static int do_test(const char *alg, u32
|
|
|
case 190:
|
|
|
ret += tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))");
|
|
|
break;
|
|
|
@@ -798,7 +798,7 @@ Signed-off-by: Yangbo Lu <[email protected]>
|
|
|
case 200:
|
|
|
test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
|
|
|
speed_template_16_24_32);
|
|
|
-@@ -1404,9 +1411,9 @@ static int do_test(const char *alg, u32
|
|
|
+@@ -1406,9 +1413,9 @@ static int do_test(const char *alg, u32
|
|
|
test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
|
|
|
speed_template_32_40_48);
|
|
|
test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
|
|
|
@@ -810,7 +810,7 @@ Signed-off-by: Yangbo Lu <[email protected]>
|
|
|
test_cipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0,
|
|
|
speed_template_16_24_32);
|
|
|
test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0,
|
|
|
-@@ -1837,9 +1844,9 @@ static int do_test(const char *alg, u32
|
|
|
+@@ -1839,9 +1846,9 @@ static int do_test(const char *alg, u32
|
|
|
test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
|
|
|
speed_template_32_40_48);
|
|
|
test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
|