Searched refs:ENTROPY_MAX_LOOP (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ | ||
H A D | entropy.c | 25 #define ENTROPY_MAX_LOOP 256 /**< Maximum amount to loop before error */ macro 299 if (count++ > ENTROPY_MAX_LOOP) { in mbedtls_entropy_func() |
Completed in 2 milliseconds