Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dentropy.h257 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
/mbedtls-development/tests/suites/
A Dtest_suite_entropy.function167 TEST_ASSERT( mbedtls_entropy_update_seed_file( &ctx, path ) == ret );
182 … TEST_ASSERT( mbedtls_entropy_update_seed_file( &ctx, MBEDTLS_PLATFORM_STD_NV_SEED_FILE ) == ret );
284 TEST_ASSERT( mbedtls_entropy_update_seed_file( &ctx, path )
/mbedtls-development/library/
A Dentropy.c477 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_update_seed_file() function

Completed in 4 milliseconds