Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A 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];
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A 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];
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/configs/
H A Dconfig-ccm-psk-tls1_2.h73 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
H A Dconfig-ccm-psk-dtls1_2.h82 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
H A Dconfig-suite-b.h82 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
/aosp_15_r20/external/mbedtls/configs/
H A Dconfig-ccm-psk-tls1_2.h73 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
H A Dconfig-ccm-psk-dtls1_2.h82 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
H A Dconfig-suite-b.h82 #define MBEDTLS_ENTROPY_MAX_SOURCES 2 macro
/aosp_15_r20/external/openthread/third_party/mbedtls/
H A Dmbedtls-config.h134 #define MBEDTLS_ENTROPY_MAX_SOURCES 1 /**< Maximum number of sources supported */ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A 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()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dquery_config.c2343 #if defined(MBEDTLS_ENTROPY_MAX_SOURCES) in query_config()
2346 MACRO_EXPANSION_TO_STR( MBEDTLS_ENTROPY_MAX_SOURCES ); in query_config()
4577 #if defined(MBEDTLS_ENTROPY_MAX_SOURCES) in list_config()
4578 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ENTROPY_MAX_SOURCES); in list_config()
/aosp_15_r20/external/mbedtls/library/
H A Dentropy.c95 if (idx >= MBEDTLS_ENTROPY_MAX_SOURCES) { in mbedtls_entropy_add_source()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dentropy.c95 if (idx >= MBEDTLS_ENTROPY_MAX_SOURCES) { in mbedtls_entropy_add_source()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_entropy.function228 for (i = 0; i < MBEDTLS_ENTROPY_MAX_SOURCES; i++) {
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_entropy.function230 for (i = 0; i < MBEDTLS_ENTROPY_MAX_SOURCES; i++) {