Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c46 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
51 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
56 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_entropy_init()
214 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in entropy_gather_internal()
318 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in mbedtls_entropy_func()
H A Dpsa_crypto.c7987 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_psa_random_init()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dentropy.h70 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ macro