Searched refs:mbedtls_ctr_drbg_reseed (Results 1 – 5 of 5) sorted by relevance
/mbedtls-3.6.0/tests/suites/ |
D | test_suite_ctr_drbg.function | 62 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);
|
/mbedtls-3.6.0/programs/ssl/ |
D | ssl_fork_server.c | 229 if ((ret = mbedtls_ctr_drbg_reseed(&ctr_drbg, in main() 249 if ((ret = mbedtls_ctr_drbg_reseed(&ctr_drbg, in main()
|
/mbedtls-3.6.0/library/ |
D | ctr_drbg.c | 387 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()
|
/mbedtls-3.6.0/include/mbedtls/ |
D | ctr_drbg.h | 428 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx,
|
/mbedtls-3.6.0/ |
D | ChangeLog | 3743 * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could
|