zephyr/modules/mbedtls
Andrzej Głąbek 010730aff6 modules: mbedtls: Provide mbedtls_hardware_poll() conditionally
This is a follow-up to commit c7327f5f70.

Wrap implementation of the `mbedtls_hardware_poll()` function in
`#if defined(CONFIG_MBEDTLS_ZEPHYR_ENTROPY)` so that the function
is provided only when that option is activated.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-11-22 13:17:43 +09:00
..
configs modules: mbedtls: Add mbed TLS entropy source based on Zephyr entropy 2022-08-12 16:17:59 +02:00
include modules: mbedtls: move debug log hook implementation to modules/mbedtls/ 2022-08-17 12:03:52 +02:00
CMakeLists.txt modules: mbedtls: support extracting __FILE__ basename at buildtime 2022-08-17 12:03:52 +02:00
debug.c modules: mbedtls: support stripping newline from debug log messages 2022-08-17 12:03:52 +02:00
Kconfig modules: mbedtls: support stripping newline from debug log messages 2022-08-17 12:03:52 +02:00
Kconfig.tls-generic modules: mbedtls: Replace select statement with depends on for EC 2022-10-07 15:12:42 +02:00
shell.c modules: migrate includes to <zephyr/...> 2022-05-06 19:57:47 +02:00
zephyr_init.c modules: mbedtls: Provide mbedtls_hardware_poll() conditionally 2022-11-22 13:17:43 +09:00