nuttx-apps/testing/crypto
makejian 8545512dd7 testing/crypto: add ECDSA P256 testing case for asynchronous call
1. Add asynchronous call test into ecdsa test case.
2. Add command line parameters to facilitate subsequent expansion.
Now can test synchronous call through 'ecdsa -s SECP256R1' and test asynchronous call through 'ecdsa -a SECP256R1'

Signed-off-by: makejian <makejian@xiaomi.com>
2024-09-28 10:46:53 +08:00
..
3descbc.c crypto:add getfd for crypto testcase 2023-01-17 01:57:39 +08:00
aescbc.c testing/crypto: fix aescbc crash when update iv 2023-09-07 13:15:35 +08:00
aescmac.c testing/crypto: add aes-128-cmac testcase 2024-09-13 23:10:19 +08:00
aesctr.c Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
aesxts.c Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
CMakeLists.txt testing/crypto: add rsa testcase 2024-09-13 23:10:19 +08:00
crc32.c testing/crypto: add crc32 testcases 2024-09-13 23:10:19 +08:00
dhm.c testing/crypto: Add test cases for Diffie-Hellman algorithm 2024-09-13 23:10:19 +08:00
ecdsa.c testing/crypto: add ECDSA P256 testing case for asynchronous call 2024-09-28 10:46:53 +08:00
hash.c Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
hmac.c Fix some coding style issue 2023-08-17 22:51:51 +03:00
Kconfig testing/crypto: add rsa testcase 2024-09-13 23:10:19 +08:00
Make.defs apps/testing/crypto/Make.defs: fix nxstyle 2023-03-21 20:37:38 -03:00
Makefile testing/crypto: add rsa testcase 2024-09-13 23:10:19 +08:00
rsa.c testing/crypto: add rsa testcase 2024-09-13 23:10:19 +08:00