zephyr/subsys/random
Ying Zhang 90c6eb1da7 random: Correct Mutex define
Correct Mutex ctr_lock defination as the wrong defination lead to
sysworkq task not acquiring this mutex during bt init, which lead to
BLE didn't work as described in issue https://github.com/zephyrproject-rtos/zephyr/issues/86444

Signed-off-by: Ying Zhang <ying.zhang_2@nxp.com>
2025-03-04 21:55:45 +01:00
..
CMakeLists.txt random: sys_csrand_get backend for TEST_RANDOM_GENERATOR 2024-10-16 10:00:47 +02:00
Kconfig mbedtls: select ENTROPY_GENERATOR when a driver is available 2024-12-19 17:53:37 +01:00
random_ctr_drbg.c random: Correct Mutex define 2025-03-04 21:55:45 +01:00
random_entropy_device.c random: Rename source files 2024-03-28 09:44:44 +00:00
random_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
random_test_csprng.c random: sys_csrand_get backend for TEST_RANDOM_GENERATOR 2024-10-16 10:00:47 +02:00
random_timer.c random: random_timer.c Remove __GNUC__ ifdef 2024-11-06 10:11:58 -08:00
random_xoshiro128.c random: Rename source files 2024-03-28 09:44:44 +00:00