Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function69 TEST_ASSERT( mbedtls_ctr_drbg_random_with_add(
86 TEST_ASSERT( mbedtls_ctr_drbg_random_with_add(
114 TEST_ASSERT( mbedtls_ctr_drbg_random_with_add( &ctx,
118 TEST_ASSERT( mbedtls_ctr_drbg_random_with_add( &ctx,
260 TEST_ASSERT( mbedtls_ctr_drbg_random_with_add( &ctx, out, sizeof( out ) - 4,
283 TEST_ASSERT( mbedtls_ctr_drbg_random_with_add( &ctx, out, sizeof( out ) ,
/third_party/mbedtls/include/mbedtls/
Dctr_drbg.h501 int mbedtls_ctr_drbg_random_with_add( void *p_rng,
/third_party/mbedtls/library/
Dctr_drbg.c501 int mbedtls_ctr_drbg_random_with_add( void *p_rng, in mbedtls_ctr_drbg_random_with_add() function
589 ret = mbedtls_ctr_drbg_random_with_add( ctx, output, output_len, NULL, 0 ); in mbedtls_ctr_drbg_random()