zephyr/subsys/jwt
Valerio Setti 39068cc70e mbedtls: select ENTROPY_GENERATOR when a driver is available
This is based on the introduction of a helper Kconfig symbol in
"subsys/random/Kconfig" which is named CSPRNG_AVAILABLE. When this is
enabled it means that there is a "zephyr,entropy" property defined in the
device-tree, therefore Mbed TLS can select ENTROPY_GENERATOR to allow
the platform specific driver to be included into the build.

This commit also changes other locations where CSPRNG_ENABLED was used
moving it to CSPRNG_AVAILABLE in order to solve dependency loop
build failures.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-12-19 17:53:37 +01:00
..
CMakeLists.txt jwt: remove TinyCrypt usage 2024-11-05 13:44:20 -06:00
jwt.c jwt: remove TinyCrypt usage 2024-11-05 13:44:20 -06:00
jwt.h jwt: reshape and add alternative for ECDSA using PSA 2024-10-08 18:10:32 -04:00
jwt_legacy_rsa.c jwt: reshape and add alternative for ECDSA using PSA 2024-10-08 18:10:32 -04:00
jwt_psa.c jwt: remove TinyCrypt usage 2024-11-05 13:44:20 -06:00
Kconfig mbedtls: select ENTROPY_GENERATOR when a driver is available 2024-12-19 17:53:37 +01:00