|
Vboot Reference: Add a RSA verify benchmark.
In addtion, add test cases and a script to generate them for benchmarking. Also fixes a path problem with the run_rsa_tests.sh script.
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+155 lines, --3 lines) |
Patch |
 |
M |
src/platform/vboot_reference/tests/Makefile
|
View
|
1
2
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/gen_test_cases.sh
|
View
|
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/rsa_verify_benchmark.c
|
View
|
1
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/platform/vboot_reference/tests/run_rsa_tests.sh
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa1024_sha1.sig
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa1024_sha256.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa1024_sha512.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa2048_sha1.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa2048_sha256.sig
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa2048_sha512.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa4096_sha1.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa4096_sha256.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa4096_sha512.sig
|
View
|
1
2
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa8192_sha1.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa8192_sha256.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.rsa8192_sha512.sig
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.sha1.digest
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.sha256.digest
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
src/platform/vboot_reference/tests/testcases/test_file.sha512.digest
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|