Searched refs:mbedtls_entropy_update_manual (Results 1 – 2 of 2) sorted by relevance
206 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx, in mbedtls_entropy_update_manual() function435 ret = mbedtls_entropy_update_manual( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ); in mbedtls_entropy_update_nv_seed()497 ret = mbedtls_entropy_update_manual( ctx, buf, n ); in mbedtls_entropy_update_seed_file()650 if( ( ret = mbedtls_entropy_update_manual( &ctx, buf, sizeof buf ) ) != 0 ) in mbedtls_entropy_self_test()
217 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx,
Completed in 3 milliseconds