Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_reseed (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_fork_server.c229 if ((ret = mbedtls_ctr_drbg_reseed(&ctr_drbg, in main()
249 if ((ret = mbedtls_ctr_drbg_reseed(&ctr_drbg, in main()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ctr_drbg.function65 TEST_ASSERT(mbedtls_ctr_drbg_reseed(
81 TEST_ASSERT(mbedtls_ctr_drbg_reseed(
138 TEST_ASSERT(mbedtls_ctr_drbg_reseed(&ctx, additional,
143 TEST_ASSERT(mbedtls_ctr_drbg_reseed(&ctx, additional,
240 TEST_ASSERT(mbedtls_ctr_drbg_reseed(&ctx, NULL, 0) == 0);
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dctr_drbg.h446 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
Dctr_drbg.c504 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed() function
634 if ((ret = mbedtls_ctr_drbg_reseed(ctx, additional, add_len)) != 0) { in mbedtls_ctr_drbg_random_with_add()
997 CHK(mbedtls_ctr_drbg_reseed(&ctx, NULL, 0)); in mbedtls_ctr_drbg_self_test()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4003 * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could