Home
last modified time | relevance | path

Searched refs:MBEDTLS_ENTROPY_MAX_GATHER (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/include/mbedtls/
Dentropy.h61 #if !defined(MBEDTLS_ENTROPY_MAX_GATHER)
62 #define MBEDTLS_ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources … macro
/mbedtls-latest/library/
Dentropy.c203 unsigned char buf[MBEDTLS_ENTROPY_MAX_GATHER]; in entropy_gather_internal()
220 buf, MBEDTLS_ENTROPY_MAX_GATHER, &olen)) != 0) { in entropy_gather_internal()
/mbedtls-latest/programs/test/
Dquery_config.c2399 #if defined(MBEDTLS_ENTROPY_MAX_GATHER) in query_config()
2402 MACRO_EXPANSION_TO_STR( MBEDTLS_ENTROPY_MAX_GATHER ); in query_config()
4693 #if defined(MBEDTLS_ENTROPY_MAX_GATHER) in list_config()
4694 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_ENTROPY_MAX_GATHER); in list_config()