Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dentropy_poll.h25 #if !defined(MBEDTLS_ENTROPY_MIN_HARDWARE)
26 #define MBEDTLS_ENTROPY_MIN_HARDWARE 32 /**< Minimum for the hardware source */ macro
H A Dentropy.c50 MBEDTLS_ENTROPY_MIN_HARDWARE, in mbedtls_entropy_init()
/aosp_15_r20/external/mbedtls/library/
H A Dentropy_poll.h25 #if !defined(MBEDTLS_ENTROPY_MIN_HARDWARE)
26 #define MBEDTLS_ENTROPY_MIN_HARDWARE 32 /**< Minimum for the hardware source */ macro
H A Dentropy.c50 MBEDTLS_ENTROPY_MIN_HARDWARE, in mbedtls_entropy_init()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dquery_config.c2399 #if defined(MBEDTLS_ENTROPY_MIN_HARDWARE) in query_config()
2402 MACRO_EXPANSION_TO_STR( MBEDTLS_ENTROPY_MIN_HARDWARE ); in query_config()
4685 #if defined(MBEDTLS_ENTROPY_MIN_HARDWARE) in list_config()
4686 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ENTROPY_MIN_HARDWARE); in list_config()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dquery_config.c2359 #if defined(MBEDTLS_ENTROPY_MIN_HARDWARE) in query_config()
2362 MACRO_EXPANSION_TO_STR( MBEDTLS_ENTROPY_MIN_HARDWARE ); in query_config()
4585 #if defined(MBEDTLS_ENTROPY_MIN_HARDWARE) in list_config()
4586 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ENTROPY_MIN_HARDWARE); in list_config()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_init.function89 MBEDTLS_ENTROPY_MIN_HARDWARE,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto_init.function90 MBEDTLS_ENTROPY_MIN_HARDWARE,
/aosp_15_r20/external/mbedtls/
H A DChangeLog3800 * Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog4060 * Added the macro MBEDTLS_ENTROPY_MIN_HARDWARE in config.h. This allows users