Searched refs:strong_size (Results 1 – 1 of 1) sorted by relevance
331 size_t strong_size; in mbedtls_entropy_func() local370 strong_size = 0; in mbedtls_entropy_func()376 strong_size += ctx->source[i].size; in mbedtls_entropy_func()379 while( ! thresholds_reached || strong_size < MBEDTLS_ENTROPY_BLOCK_SIZE ); in mbedtls_entropy_func()
Completed in 3 milliseconds