mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-29 13:20:49 +00:00
Add SHA2-224 HMAC verification to the crypto hmac test using CRYPTO_SHA2_224_HMAC through the /dev/crypto interface. Uses standard HMAC test vectors producing a 28-byte digest. Signed-off-by: guao <guao@xiaomi.com> |
||
|---|---|---|
| .. | ||
| 3descbc.c | ||
| aescbc.c | ||
| aescmac.c | ||
| aesctr.c | ||
| aesxts.c | ||
| chacha20.c | ||
| chachapoly.c | ||
| CMakeLists.txt | ||
| crc32.c | ||
| dhm.c | ||
| ecdsa.c | ||
| hash.c | ||
| hmac.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| pbkdf2.c | ||
| rsa.c | ||