Searched refs:MBEDTLS_ENTROPY_MAX_GATHER (Results 1 – 2 of 2) sorted by relevance
61 #if !defined(MBEDTLS_ENTROPY_MAX_GATHER)62 #define MBEDTLS_ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources … macro
203 unsigned char buf[MBEDTLS_ENTROPY_MAX_GATHER]; in entropy_gather_internal()220 buf, MBEDTLS_ENTROPY_MAX_GATHER, &olen)) != 0) { in entropy_gather_internal()