Home
last modified time | relevance | path

Searched refs:MBEDTLS_NO_PLATFORM_ENTROPY (Results 1 - 11 of 11) sorted by relevance

/third_party/mbedtls/configs/
H A Dconfig-tfm.h52 #define MBEDTLS_NO_PLATFORM_ENTROPY macro
55 #undef MBEDTLS_NO_PLATFORM_ENTROPY macro
/third_party/mbedtls/library/
H A Dentropy_poll.h41 #if !defined(MBEDTLS_NO_PLATFORM_ENTROPY)
H A Dentropy_poll.c28 #if !defined(MBEDTLS_NO_PLATFORM_ENTROPY)
34 "Platform entropy sources only work on Unix and Windows, see MBEDTLS_NO_PLATFORM_ENTROPY in mbedtls_config.h"
202 #endif /* !MBEDTLS_NO_PLATFORM_ENTROPY */
H A Dversion_features.c387 #if defined(MBEDTLS_NO_PLATFORM_ENTROPY)
389 #endif /* MBEDTLS_NO_PLATFORM_ENTROPY */
H A Dentropy.c43 #if !defined(MBEDTLS_NO_PLATFORM_ENTROPY) in mbedtls_entropy_init()
/third_party/mbedtls/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h153 * \def MBEDTLS_NO_PLATFORM_ENTROPY
161 #define MBEDTLS_NO_PLATFORM_ENTROPY macro
/third_party/mbedtls/include/mbedtls/
H A Dentropy.h121 #if !defined(MBEDTLS_NO_PLATFORM_ENTROPY)
/third_party/mbedtls/programs/test/
H A Dselftest.c213 #if defined(MBEDTLS_ENTROPY_NV_SEED) && !defined(MBEDTLS_NO_PLATFORM_ENTROPY)
246 #if defined(MBEDTLS_ENTROPY_NV_SEED) && !defined(MBEDTLS_NO_PLATFORM_ENTROPY) in mbedtls_entropy_self_test_wrapper()
H A Dquery_config.c1103 #if defined(MBEDTLS_NO_PLATFORM_ENTROPY) in query_config()
1104 if( strcmp( "MBEDTLS_NO_PLATFORM_ENTROPY", config ) == 0 ) in query_config()
1106 MACRO_EXPANSION_TO_STR( MBEDTLS_NO_PLATFORM_ENTROPY ); in query_config()
1109 #endif /* MBEDTLS_NO_PLATFORM_ENTROPY */ in query_config()
4037 #if defined(MBEDTLS_NO_PLATFORM_ENTROPY) in list_config()
4038 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_NO_PLATFORM_ENTROPY); in list_config()
4039 #endif /* MBEDTLS_NO_PLATFORM_ENTROPY */ in list_config()
/third_party/mbedtls/scripts/
H A Dfootprint.sh67 scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY || true
/third_party/mbedtls/tests/scripts/
H A Dall.sh4624 scripts/config.py set MBEDTLS_NO_PLATFORM_ENTROPY # uses syscall() on GNU/Linux

Completed in 16 milliseconds