Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dentropy.c87 mbedtls_entropy_add_source( ctx, mbedtls_null_entropy_poll, NULL, in mbedtls_entropy_init()
93 mbedtls_entropy_add_source( ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init()
98 mbedtls_entropy_add_source( ctx, mbedtls_hardclock_poll, NULL, in mbedtls_entropy_init()
103 mbedtls_entropy_add_source( ctx, mbedtls_havege_poll, &ctx->havege_data, in mbedtls_entropy_init()
108 mbedtls_entropy_add_source( ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init()
113 mbedtls_entropy_add_source( ctx, mbedtls_nv_seed_poll, NULL, in mbedtls_entropy_init()
131 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source() function
598 ret = mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_entropy.function154 (void) mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL,
157 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL,
204 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source,
236 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, entropy_dummy_source,
334 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, mbedtls_nv_seed_poll, NULL,
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dentropy.h174 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
Dcompat-1.3.h1986 #define entropy_add_source mbedtls_entropy_add_source
/net-tools-latest/mbedtls-2.4.0/programs/pkey/
Dgen_key.c289 if( ( ret = mbedtls_entropy_add_source( &entropy, dev_random_entropy_poll, in main()
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1530 entropy_add_source mbedtls_entropy_add_source