Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ctr_drbg.function62 TEST_ASSERT(mbedtls_ctr_drbg_reseed(
78 TEST_ASSERT(mbedtls_ctr_drbg_reseed(
122 TEST_ASSERT(mbedtls_ctr_drbg_reseed(&ctx, additional,
127 TEST_ASSERT(mbedtls_ctr_drbg_reseed(&ctx, additional,
214 TEST_ASSERT(mbedtls_ctr_drbg_reseed(&ctx, NULL, 0) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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);
/aosp_15_r20/external/mbedtls/library/
H A Dctr_drbg.c387 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed() function
506 if ((ret = mbedtls_ctr_drbg_reseed(ctx, additional, add_len)) != 0) { in mbedtls_ctr_drbg_random_with_add()
862 CHK(mbedtls_ctr_drbg_reseed(&ctx, NULL, 0)); in mbedtls_ctr_drbg_self_test()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A 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()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A 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()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dctr_drbg.h428 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dctr_drbg.h446 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx,
/aosp_15_r20/external/mbedtls/
H A DChangeLog3743 * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog4003 * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could