Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dentropy.h74 #if !defined(MBEDTLS_ENTROPY_MAX_GATHER)
75 #define MBEDTLS_ENTROPY_MAX_GATHER 128 /**< Maximum amount requested from entropy sources … macro
A Dcompat-1.3.h706 #define ENTROPY_MAX_GATHER MBEDTLS_ENTROPY_MAX_GATHER
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dentropy.c264 unsigned char buf[MBEDTLS_ENTROPY_MAX_GATHER]; in entropy_gather_internal()
280 buf, MBEDTLS_ENTROPY_MAX_GATHER, &olen ) ) != 0 ) in entropy_gather_internal()

Completed in 17 milliseconds