Home
last modified time | relevance | path

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

/mbedtls-latest/include/mbedtls/
Dentropy.h57 #if !defined(MBEDTLS_ENTROPY_MAX_SOURCES)
58 #define MBEDTLS_ENTROPY_MAX_SOURCES 20 /**< Maximum number of sources supported */ macro
68 #define MBEDTLS_ENTROPY_SOURCE_MANUAL MBEDTLS_ENTROPY_MAX_SOURCES
112 mbedtls_entropy_source_state MBEDTLS_PRIVATE(source)[MBEDTLS_ENTROPY_MAX_SOURCES];
/mbedtls-latest/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
/mbedtls-latest/programs/test/
Dquery_config.c2391 #if defined(MBEDTLS_ENTROPY_MAX_SOURCES) in query_config()
2394 MACRO_EXPANSION_TO_STR( MBEDTLS_ENTROPY_MAX_SOURCES ); in query_config()
4689 #if defined(MBEDTLS_ENTROPY_MAX_SOURCES) in list_config()
4690 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ENTROPY_MAX_SOURCES); in list_config()
/mbedtls-latest/library/
Dentropy.c99 if (idx >= MBEDTLS_ENTROPY_MAX_SOURCES) { in mbedtls_entropy_add_source()
/mbedtls-latest/tests/suites/
Dtest_suite_entropy.function237 for (i = 0; i < MBEDTLS_ENTROPY_MAX_SOURCES; i++) {