nuttx-apps/testing/drivers/crypto
Peter Barada fa46bdf9e8 testing/drivers/crypto: Add SH224 hash test
Add SHA224 hash test using results generated from sha224sum.

Modify "huge block" testing since allocating 600KB to hash all
at once fails on most microcontrollers.  Instead allocate a
smaller block and pass into syshash_update() enough times to
hash 600KB of data.

Signed-off-by: Peter Barada <peter.barada@gmail.com>
2026-05-31 11:44:37 +08:00
..
3descbc.c testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00
aescbc.c testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00
aescmac.c testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00
aesctr.c testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00
aesxts.c testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00
CMakeLists.txt testing/crypto: Add pbkdf2 test app 2026-03-27 21:46:08 +08:00
crc32.c testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00
dhm.c testing: add unistd.h and pthread.h headers 2026-01-26 19:32:27 +08:00
ecdsa.c testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00
hash.c testing/drivers/crypto: Add SH224 hash test 2026-05-31 11:44:37 +08:00
hmac.c testing/drivers/crypto/hmac.c: Add long keys 2026-01-26 10:58:22 +08:00
Kconfig testing/drivers/crypto: Add SH224 hash test 2026-05-31 11:44:37 +08:00
Make.defs testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00
Makefile testing/crypto: Add pbkdf2 test app 2026-03-27 21:46:08 +08:00
pbkdf2.c testing/crypto: Add pbkdf2 test app 2026-03-27 21:46:08 +08:00
rsa.c testing: Move crypto/setest to drivers and open_memstream to libc 2025-01-26 07:32:53 +01:00