Skip to content

Commit

Permalink
xtest: add asymmetric cipher 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 Nov 13, 2023
1 parent aa7454b commit 22cdee5
Show file tree
Hide file tree
Showing 10 changed files with 1,537 additions and 0 deletions.
1 change: 1 addition & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ srcs += adbg/src/adbg_case.c \
adbg/src/adbg_run.c \
adbg/src/security_utils_hex.c \
aes_perf.c \
asym_cipher_perf.c \
benchmark_1000.c \
benchmark_2000.c \
clear_storage.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 @@ -46,6 +46,7 @@ set (SRC
adbg/src/adbg_run.c
adbg/src/security_utils_hex.c
aes_perf.c
asym_cipher_perf.c
benchmark_1000.c
benchmark_2000.c
clear_storage.c
Expand Down
1 change: 1 addition & 0 deletions host/xtest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ srcs += adbg/src/adbg_case.c \
adbg/src/adbg_run.c \
adbg/src/security_utils_hex.c \
aes_perf.c \
asym_cipher_perf.c \
benchmark_1000.c \
benchmark_2000.c \
clear_storage.c \
Expand Down
Loading

0 comments on commit 22cdee5

Please sign in to comment.