Home
last modified time | relevance | path

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

/mbedtls/include/mbedtls/
A Dentropy.h223 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path);
/mbedtls/tests/suites/
A Dtest_suite_entropy.function175 TEST_ASSERT(mbedtls_entropy_write_seed_file(&ctx, path) == ret);
192 TEST_ASSERT(mbedtls_entropy_write_seed_file(&ctx, MBEDTLS_PLATFORM_STD_NV_SEED_FILE) == ret);
303 TEST_ASSERT(mbedtls_entropy_write_seed_file(&ctx, path)
/mbedtls/library/
A Dentropy.c402 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_write_seed_file() function
474 return mbedtls_entropy_write_seed_file(ctx, path); in mbedtls_entropy_update_seed_file()
/mbedtls/
A DChangeLog1777 * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may

Completed in 13 milliseconds