Home
last modified time | relevance | path

Searched refs:MBEDTLS_ENTROPY_MAX_SOURCES (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dentropy.h56 #if !defined(MBEDTLS_ENTROPY_MAX_SOURCES)
57 #define MBEDTLS_ENTROPY_MAX_SOURCES 20 /**< Maximum number of sources supported */ macro
67 #define MBEDTLS_ENTROPY_SOURCE_MANUAL MBEDTLS_ENTROPY_MAX_SOURCES
111 mbedtls_entropy_source_state MBEDTLS_PRIVATE(source)[MBEDTLS_ENTROPY_MAX_SOURCES];
/openthread-latest/third_party/mbedtls/repo/configs/
Dconfig-ccm-psk-tls1_2.h73 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
Dconfig-ccm-psk-dtls1_2.h82 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
Dconfig-suite-b.h82 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
/openthread-latest/third_party/mbedtls/
Dmbedtls-config.h134 #define MBEDTLS_ENTROPY_MAX_SOURCES 1 /**< Maximum number of sources supported */ macro
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dquery_config.c2383 #if defined(MBEDTLS_ENTROPY_MAX_SOURCES) in query_config()
2386 MACRO_EXPANSION_TO_STR( MBEDTLS_ENTROPY_MAX_SOURCES ); in query_config()
4677 #if defined(MBEDTLS_ENTROPY_MAX_SOURCES) in list_config()
4678 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ENTROPY_MAX_SOURCES); in list_config()
/openthread-latest/third_party/mbedtls/repo/library/
Dentropy.c95 if (idx >= MBEDTLS_ENTROPY_MAX_SOURCES) { in mbedtls_entropy_add_source()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_entropy.function230 for (i = 0; i < MBEDTLS_ENTROPY_MAX_SOURCES; i++) {