nuttx/include/crypto
makejian c8145313ae crypto: support software key management based on MTD
This patch adds support for managing cryptographic keys using MTD storage.

It enables the persistence of keys across reboots using a software-based key management system.

Includes fixes for compilation warnings and validation logic.

Signed-off-by: makejian <makejian@xiaomi.com>
2026-01-28 11:52:12 +08:00
..
aes.h
blf.h
bn.h
cast.h LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
chachapoly.h
cmac.h
cryptodev.h crypto: support software key management based on MTD 2026-01-28 11:52:12 +08:00
cryptosoft.h crypto: support software key management based on MTD 2026-01-28 11:52:12 +08:00
curve25519.h
ecc.h crypto/ecc: add SPDX license identifier 2026-01-26 10:55:57 +08:00
gmac.h
hmac.h
idgen.h
key_wrap.h
md5.h LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
poly1305.h LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
rijndael.h LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
rmd160.h
sha1.h LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
sha2.h
siphash.h crypto/siphash: avoid redefine name issue 2026-01-19 23:25:37 +08:00
xform.h