Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/random/
Dgen_random_ctr_drbg.c80 ret = mbedtls_ctr_drbg_write_seed_file(&ctr_drbg, "seedfile"); in main()
/third_party/mbedtls/include/mbedtls/
Dctr_drbg.h543 int mbedtls_ctr_drbg_write_seed_file(mbedtls_ctr_drbg_context *ctx, const char *path);
/third_party/mbedtls/library/
Dctr_drbg.c597 int mbedtls_ctr_drbg_write_seed_file(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_write_seed_file() function
668 return mbedtls_ctr_drbg_write_seed_file(ctx, path); in mbedtls_ctr_drbg_update_seed_file()
/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function324 TEST_ASSERT(mbedtls_ctr_drbg_write_seed_file(&ctx, path) == ret);