nuttx-apps/crypto/mbedtls/include
makejian 4fc6e7ca0c mbedtls-alt/aes-alt: Illegal parameter detection for aes related functions
(1)aes-xts sets the key length to only 256 and 512 bits
(2)when the key length of aes-xts is 512 bits, MAX_KEY_SIZE needs to be expanded to 64 bytes.
(3)check invalid input length and mode

Signed-off-by: makejian <makejian@xiaomi.com>
2024-09-30 15:26:42 +08:00
..
mbedtls mbedtls/psa: provides PSA method for using hardware random driver 2024-09-19 08:36:46 +08:00
aes_alt.h mbedtls-alt/aes-alt: Illegal parameter detection for aes related functions 2024-09-30 15:26:42 +08:00
cmac_alt.h apps/mbedtls-alt: support cmac 2024-09-19 08:36:46 +08:00
dev_alt.h mbedtls: add nuttx crypto alternative implementation in mbedtls 2023-08-11 18:13:11 +08:00
md5_alt.h mbedtls-alt/md5: add md5 alternative implementation 2023-09-12 10:01:16 +08:00
sha1_alt.h mbedtls: add nuttx crypto alternative implementation in mbedtls 2023-08-11 18:13:11 +08:00
sha256_alt.h mbedtls: add mbedtls sha256/sha512 alternative implementation 2023-08-11 18:13:11 +08:00
sha512_alt.h mbedtls: add mbedtls sha256/sha512 alternative implementation 2023-08-11 18:13:11 +08:00