Searched refs:mbedtls_entropy_write_seed_file (Results 1 – 5 of 5) sorted by relevance
237 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path );
1995 #define entropy_write_seed_file mbedtls_entropy_write_seed_file
403 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_write_seed_file() function454 return( mbedtls_entropy_write_seed_file( ctx, path ) ); in mbedtls_entropy_update_seed_file()
133 TEST_ASSERT( mbedtls_entropy_write_seed_file( &ctx, path ) == ret );214 TEST_ASSERT( mbedtls_entropy_write_seed_file( &ctx, path )
1539 entropy_write_seed_file mbedtls_entropy_write_seed_file