Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_add_source (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/library/
Dentropy.c113 mbedtls_entropy_add_source( ctx, mbedtls_null_entropy_poll, NULL, in mbedtls_entropy_init()
119 mbedtls_entropy_add_source( ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init()
124 mbedtls_entropy_add_source( ctx, mbedtls_hardclock_poll, NULL, in mbedtls_entropy_init()
129 mbedtls_entropy_add_source( ctx, mbedtls_havege_poll, &ctx->havege_data, in mbedtls_entropy_init()
134 mbedtls_entropy_add_source( ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init()
139 mbedtls_entropy_add_source( ctx, mbedtls_nv_seed_poll, NULL, in mbedtls_entropy_init()
173 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source() function
702 ret = mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.function193 (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,
384 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, mbedtls_nv_seed_poll, NULL,
/third_party/mbedtls/include/mbedtls/
Dentropy.h203 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
Dcompat-1.3.h1969 #define entropy_add_source mbedtls_entropy_add_source
/third_party/mbedtls/programs/pkey/
Dgen_key.c326 if( ( ret = mbedtls_entropy_add_source( &entropy, dev_random_entropy_poll, in main()
/third_party/mbedtls/scripts/data_files/
Drename-1.3-2.0.txt1530 entropy_add_source mbedtls_entropy_add_source