Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: src/platform/vboot_reference/tests/run_rsa_tests.sh

Issue 660261: Refactor siglen_map[] to store key size in bytes instead of 32-bit words. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/vboot_reference/tests/run_rsa_tests.sh
diff --git a/src/platform/vboot_reference/tests/run_rsa_tests.sh b/src/platform/vboot_reference/tests/run_rsa_tests.sh
index 3ca1504d8a65928bc67491b94959e379a772ea6a..a54e5b5b77e15a25947bed00639cfdb60325de51 100755
--- a/src/platform/vboot_reference/tests/run_rsa_tests.sh
+++ b/src/platform/vboot_reference/tests/run_rsa_tests.sh
@@ -89,14 +89,6 @@ echo "Testing signature verification..."
test_signatures
echo
-echo "Testing high-level firmware image verification..."
-test_firmware_verification
-
-echo
-echo "Testing high-level kernel image verification..."
-test_kernel_verification
-
-echo
echo "Cleaning up..."
cleanup
« no previous file with comments | « src/platform/vboot_reference/tests/rsa_verify_benchmark.c ('k') | src/platform/vboot_reference/utils/file_keys.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698