Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_write_seed_file (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dentropy.h243 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path );
/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.function166 TEST_ASSERT( mbedtls_entropy_write_seed_file( &ctx, path ) == ret );
181 … TEST_ASSERT( mbedtls_entropy_write_seed_file( &ctx, MBEDTLS_PLATFORM_STD_NV_SEED_FILE ) == ret );
282 TEST_ASSERT( mbedtls_entropy_write_seed_file( &ctx, path )
/third_party/mbedtls/library/
Dentropy.c442 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_write_seed_file() function
506 return( mbedtls_entropy_write_seed_file( ctx, path ) ); in mbedtls_entropy_update_seed_file()
/third_party/mbedtls/
DChangeLog505 * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may