nuttx-apps/crypto
hujun5 19dcc896d7 sched/tcb: add a reference count to the TCB to prevent it from being deleted.
To replace the large lock with smaller ones and reduce the large locks related to the TCB,
in many scenarios, we only need to ensure that the TCB won't be released
instead of locking, thus reducing the possibility of lock recursion.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-22 11:06:12 -03:00
..
controlse sched/tcb: add a reference count to the TCB to prevent it from being deleted. 2026-01-22 11:06:12 -03:00
libsodium crypto/libsodium: Update libsodium to 1.0.20 2025-08-13 22:10:12 +08:00
libtomcrypt crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
mbedtls mbedtls: Add an option to build ssl_client2 test program 2025-08-28 14:57:45 +08:00
openssl_mbedtls_wrapper crypto/openssl-wrapper: align SSL_CTX_new declaration with OpenSSL 2026-01-21 19:25:02 +08:00
tinycrypt tinycrypto: add unix as compile flags to use dev/random 2026-01-19 14:07:21 +08:00
tinydtls cmake: remove empty strings from FetchContent 2025-03-30 14:20:21 +08:00
wolfssl crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
.gitignore Add support for libtomcrypt 2021-07-12 17:49:26 -03:00
CMakeLists.txt crypto: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Make.defs Add support for libtomcrypt 2021-07-12 17:49:26 -03:00
Makefile Add support for libtomcrypt 2021-07-12 17:49:26 -03:00