Skip to content

Commit

Permalink
xtest: add asymmetric cipher algorithm perf test
Browse files Browse the repository at this point in the history
Add perf test for DH, RSA, ECDH, ECDSA algorithm

Signed-off-by: Zexi Yu <[email protected]>
  • Loading branch information
yuzexiyzx committed Sep 22, 2023
1 parent efd8312 commit 3fcbed6
Show file tree
Hide file tree
Showing 10 changed files with 1,312 additions and 1 deletion.
1 change: 1 addition & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ srcs += adbg/src/adbg_case.c \
regression_8000.c \
regression_8100.c \
hash_perf.c \
asym_cipher_perf.c \
stats.c \
xtest_helpers.c \
xtest_main.c \
Expand Down
1 change: 1 addition & 0 deletions host/xtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ set (SRC
regression_8000.c
regression_8100.c
hash_perf.c
asym_cipher_perf.c
stats.c
xtest_helpers.c
xtest_main.c
Expand Down
1 change: 1 addition & 0 deletions host/xtest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ srcs += adbg/src/adbg_case.c \
regression_8000.c \
regression_8100.c \
hash_perf.c \
asym_cipher_perf.c \
stats.c \
xtest_helpers.c \
xtest_main.c \
Expand Down
Loading

0 comments on commit 3fcbed6

Please sign in to comment.