nuttx-apps/testing/drivers/crypto
guao 6a19675e77 testing/crypto: add chacha20 and chacha20-poly1305 tests
Add test cases for ChaCha20 stream cipher and ChaCha20-Poly1305
AEAD algorithm using the NuttX cryptodev interface. Tests cover
RFC 7539 test vectors including encryption/decryption with various
key/nonce/counter combinations.

Signed-off-by: guao <guao@xiaomi.com>
2026-08-29 00:12:45 +08:00
..
3descbc.c
aescbc.c
aescmac.c
aesctr.c
aesxts.c
chacha20.c testing/crypto: add chacha20 and chacha20-poly1305 tests 2026-08-29 00:12:45 +08:00
chachapoly.c testing/crypto: add chacha20 and chacha20-poly1305 tests 2026-08-29 00:12:45 +08:00
CMakeLists.txt testing/crypto: add chacha20 and chacha20-poly1305 tests 2026-08-29 00:12:45 +08:00
crc32.c crypto: Fix CRC-32 test case 8 2026-07-10 13:02:44 +08:00
dhm.c testing: add unistd.h and pthread.h headers 2026-01-26 19:32:27 +08:00
ecdsa.c
hash.c testing/drivers/hash: Add unaligned buffer size test 2026-06-10 16:42:13 +08:00
hmac.c
Kconfig testing/crypto: add chacha20 and chacha20-poly1305 tests 2026-08-29 00:12:45 +08:00
Make.defs
Makefile testing/crypto: add chacha20 and chacha20-poly1305 tests 2026-08-29 00:12:45 +08:00
pbkdf2.c testing/crypto: Add pbkdf2 test app 2026-03-27 21:46:08 +08:00
rsa.c