Searched refs:MBEDTLS_ENTROPY_SOURCE_STRONG (Results 1 – 3 of 3) sorted by relevance
46 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()
7987 MBEDTLS_ENTROPY_SOURCE_STRONG); in mbedtls_psa_random_init()
70 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ macro