Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/random/
Dgen_random_ctr_drbg.c64 ret = mbedtls_ctr_drbg_update_seed_file(&ctr_drbg, "seedfile"); in main()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dctr_drbg.h563 int mbedtls_ctr_drbg_update_seed_file(mbedtls_ctr_drbg_context *ctx, const char *path);
/openthread-latest/third_party/mbedtls/repo/library/
Dctr_drbg.c753 int mbedtls_ctr_drbg_update_seed_file(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_update_seed_file() function
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ctr_drbg.function436 TEST_ASSERT(mbedtls_ctr_drbg_update_seed_file(&ctx, path) == ret);