Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_random_with_add (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_ctr_drbg.function72 TEST_ASSERT(mbedtls_ctr_drbg_random_with_add(
88 TEST_ASSERT(mbedtls_ctr_drbg_random_with_add(
130 TEST_ASSERT(mbedtls_ctr_drbg_random_with_add(&ctx,
134 TEST_ASSERT(mbedtls_ctr_drbg_random_with_add(&ctx,
291 TEST_ASSERT(mbedtls_ctr_drbg_random_with_add(&ctx, out, sizeof(out) - 4,
313 TEST_ASSERT(mbedtls_ctr_drbg_random_with_add(&ctx, out, sizeof(out),
/mbedtls-latest/include/mbedtls/
Dctr_drbg.h519 int mbedtls_ctr_drbg_random_with_add(void *p_rng,
/mbedtls-latest/library/
Dctr_drbg.c609 int mbedtls_ctr_drbg_random_with_add(void *p_rng, in mbedtls_ctr_drbg_random_with_add() function
708 ret = mbedtls_ctr_drbg_random_with_add(ctx, output, output_len, NULL, 0); in mbedtls_ctr_drbg_random()