Home
last modified time | relevance | path

Searched refs:MBEDTLS_ENTROPY_MIN_HARDWARE (Results 1 – 5 of 5) sorted by relevance

/mbedtls-latest/library/
Dentropy_poll.h25 #if !defined(MBEDTLS_ENTROPY_MIN_HARDWARE)
26 #define MBEDTLS_ENTROPY_MIN_HARDWARE 32 /**< Minimum for the hardware source */ macro
Dentropy.c50 MBEDTLS_ENTROPY_MIN_HARDWARE, in mbedtls_entropy_init()
/mbedtls-latest/programs/test/
Dquery_config.c2407 #if defined(MBEDTLS_ENTROPY_MIN_HARDWARE) in query_config()
2410 MACRO_EXPANSION_TO_STR( MBEDTLS_ENTROPY_MIN_HARDWARE ); in query_config()
4697 #if defined(MBEDTLS_ENTROPY_MIN_HARDWARE) in list_config()
4698 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ENTROPY_MIN_HARDWARE); in list_config()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_init.function107 MBEDTLS_ENTROPY_MIN_HARDWARE,
/mbedtls-latest/
DChangeLog4255 * Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users