Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dentropy.h68 #if !defined(MBEDTLS_ENTROPY_MAX_GATHER)
69 #define MBEDTLS_ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources … macro
/third_party/mbedtls/library/
Dentropy.c234 unsigned char buf[MBEDTLS_ENTROPY_MAX_GATHER]; in entropy_gather_internal()
250 buf, MBEDTLS_ENTROPY_MAX_GATHER, &olen ) ) != 0 ) in entropy_gather_internal()