Searched refs:mbedtls_entropy_add_source (Results 1 – 6 of 6) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | entropy.c | 87 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/ |
D | test_suite_entropy.function | 154 (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/ |
D | entropy.h | 174 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
|
D | compat-1.3.h | 1986 #define entropy_add_source mbedtls_entropy_add_source
|
/net-tools-latest/mbedtls-2.4.0/programs/pkey/ |
D | gen_key.c | 289 if( ( ret = mbedtls_entropy_add_source( &entropy, dev_random_entropy_poll, in main()
|
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1530 entropy_add_source mbedtls_entropy_add_source
|