Home
last modified time | relevance | path

Searched refs:entropy_dummy_source (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.function8 * Number of calls made to entropy_dummy_source()
18 static int entropy_dummy_source( void *data, unsigned char *output,
193 (void) mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL,
196 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL,
246 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source,
278 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source,
/third_party/mbedtls/library/
Dentropy.c567 static int entropy_dummy_source( void *data, unsigned char *output, in entropy_dummy_source() function
702 ret = mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()