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