mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-12 16:06:59 +00:00
Add hash testing of unaligned buffer sizes via multiple call to ioctl(CIOCCRYPT) in a single session with buffer sizes incrementally increasing from zero size to 255 (with monotoncially increasing byte value data) to force all sizes to be handled by cryptodev implementations. Signed-off-by: Peter Barada <peter.barada@gmail.com> |
||
|---|---|---|
| .. | ||
| 3descbc.c | ||
| aescbc.c | ||
| aescmac.c | ||
| aesctr.c | ||
| aesxts.c | ||
| CMakeLists.txt | ||
| crc32.c | ||
| dhm.c | ||
| ecdsa.c | ||
| hash.c | ||
| hmac.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| pbkdf2.c | ||
| rsa.c | ||