nuttx/crypto
Vlad Pruteanu 3039184806 crypto/cryptosoft: Add support for PBKDF2
This adds support for PBKDF2 (SHA1 and SHA256) while leveraging
the existing infrastructure for HMAC.

Signed-off-by: Vlad Pruteanu <pruteanuvlad1611@yahoo.com>
2026-03-29 17:23:03 -03:00
..
aes.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
blake2s.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
blf.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
bn.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
cast.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
castsb.h LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
chacha_private.h LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
chachapoly.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
cmac.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
CMakeLists.txt crypto: support software key management based on MTD 2026-01-28 11:52:12 +08:00
crypto.c crypto: support software key management based on MTD 2026-01-28 11:52:12 +08:00
cryptodev.c crypto/cryptosoft: Add support for PBKDF2 2026-03-29 17:23:03 -03:00
cryptosoft.c crypto/cryptosoft: Add support for PBKDF2 2026-03-29 17:23:03 -03:00
curve25519.c crypto: unify Private Types banners 2025-05-28 10:17:15 +08:00
des_locl.h crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
ecb3_enc.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
ecb_enc.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
ecc.c crypto/ecc: add SPDX license identifier 2026-01-26 10:55:57 +08:00
gmac.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
hmac.c crypto/hmac: Fix typo in function implementation names 2025-08-13 23:11:02 +08:00
hmac_buff.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
idgen.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
Kconfig crypto: support software key management based on MTD 2026-01-28 11:52:12 +08:00
key_wrap.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
Makefile Makefile: Remove make depend files by make distclean 2026-02-16 16:27:57 +01:00
md5.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
podd.h crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
poly1305.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
random_pool.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
rijndael.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
rmd160.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
set_key.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
sha1.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
sha2.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
siphash.c crypto/siphash: avoid redefine name issue 2026-01-19 23:25:37 +08:00
sk.h crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
spr.h crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
testmngr.c crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
testmngr.h crypto: migrate to SPDX identifier 2024-11-06 20:10:37 +08:00
xform.c crypto/cryptosoft: Fix HMAC-SHA when a long key is used 2026-01-28 13:14:05 -03:00