nuttx/crypto
Catalin Visinescu 8d2b71d127 drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1)
Description:

In kernel builds, any unprivileged process running on the NuttX device
can open /dev/efuse and attempt to read/write fuse content. Reading the
fuses may provide valuable information to an attacker controlling the user
process. The write operation, in extreme cases where the fuse blocks are
not locked, may brick the device.

This is part of https://github.com/apache/nuttx/issues/19410

Compiles ok.

Signed-off-by: Catalin Visinescu <catalin_visinescu@yahoo.com>
2026-07-13 12:08:01 +02:00
..
aes.c
blake2s.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
blf.c
bn.c
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 crypto: Add ChaCha20/ChaCha20-Poly1305 to /dev/crypto, fix RFC 8439 nonce. 2026-07-11 10:19:39 -03:00
chachapoly.c crypto: add CRYPTO_CHACHA20_DJB variant (64-bit counter/nonce) 2026-07-11 17:58:55 -03:00
cmac.c
CMakeLists.txt crypto: decouple curve25519 and idgen from random pool 2026-04-07 09:33:34 +08:00
crypto.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
cryptodev.c drivers/efuse/efuse: Drivers Registered With World Write Permissions(Part 1) 2026-07-13 12:08:01 +02:00
cryptosoft.c crypto: add CRYPTO_CHACHA20_DJB variant (64-bit counter/nonce) 2026-07-11 17:58:55 -03:00
curve25519.c crypto: unify Private Types banners 2025-05-28 10:17:15 +08:00
des_locl.h
ecb3_enc.c
ecb_enc.c
ecc.c crypto/ecc: add SPDX license identifier 2026-01-26 10:55:57 +08:00
gmac.c
hmac.c crypto/hmac: Fix typo in function implementation names 2025-08-13 23:11:02 +08:00
hmac_buff.c
idgen.c
Kconfig crypto: decouple curve25519 and idgen from random pool 2026-04-07 09:33:34 +08:00
key_wrap.c
Makefile crypto: decouple curve25519 and idgen from random pool 2026-04-07 09:33:34 +08:00
md5.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
podd.h
poly1305.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
random_pool.c !nuttx: drop redundant casts on tv_sec/tv_nsec and fix printf formats 2026-05-19 16:21:28 +08:00
rijndael.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
rmd160.c
set_key.c
sha1.c LICENSE: update NuttX-PublicDomain SPDX identifier 2025-12-26 19:46:12 +08:00
sha2.c
siphash.c crypto/siphash: avoid redefine name issue 2026-01-19 23:25:37 +08:00
sk.h
spr.h
testmngr.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
testmngr.h
xform.c crypto: add CRYPTO_CHACHA20_DJB variant (64-bit counter/nonce) 2026-07-11 17:58:55 -03:00