Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dentropy.h68 #if !defined(MBEDTLS_ENTROPY_MAX_GATHER)
69 #define MBEDTLS_ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources … macro
/mbedtls-development/library/
A 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()

Completed in 3 milliseconds