Searched refs:mbedtls_entropy_write_seed_file (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_entropy.function | 173 TEST_ASSERT(mbedtls_entropy_write_seed_file(&ctx, path) == ret); 190 TEST_ASSERT(mbedtls_entropy_write_seed_file(&ctx, MBEDTLS_PLATFORM_STD_NV_SEED_FILE) == ret); 301 TEST_ASSERT(mbedtls_entropy_write_seed_file(&ctx, path)
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_entropy.function | 175 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)
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | entropy.c | 402 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()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | entropy.c | 402 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()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | entropy.h | 223 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | entropy.h | 223 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path);
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1517 * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1777 * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may
|