zephyr/drivers/entropy
Leandro Pereira c200367b68 drivers: Perform a runtime check if a driver is capable of an operation
Driver APIs might not implement all operations, making it possible for
a user thread to get the kernel to execute a function at 0x00000000.

Perform runtime checks in all the driver handlers, checking if they're
capable of performing the requested operation.

Fixes #6907.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-04-26 02:57:12 +05:30
..
CMakeLists.txt native: added entropy device 2018-02-23 07:34:07 -05:00
Kconfig native: added entropy device 2018-02-23 07:34:07 -05:00
Kconfig.esp32 subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
Kconfig.mcux kconfig: Remove no-op selects of choice symbols 2018-03-29 08:57:39 -04:00
Kconfig.native_posix kconfig: Remove no-op selects of choice symbols 2018-03-29 08:57:39 -04:00
Kconfig.nrf5 drivers: entropy: nrf5: Clarify Kconfig options 2018-04-05 08:09:57 -04:00
Kconfig.stm32 drivers: entropy: stm32: use Kconfig to select HAL/LL sources 2018-01-23 08:46:16 -06:00
entropy_esp32.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
entropy_handlers.c drivers: Perform a runtime check if a driver is capable of an operation 2018-04-26 02:57:12 +05:30
entropy_mcux_rnga.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
entropy_mcux_trng.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
entropy_native_posix.c native: added entropy device 2018-02-23 07:34:07 -05:00
entropy_nrf5.c doc: Add a comment describing the algorithm used by entropy_nrf5.c 2018-04-05 13:10:49 +02:00
entropy_stm32.c drivers: entropy: stm32: Remove STM32F411XE from building 2018-01-12 19:42:54 -05:00