Searched refs:mbedtls_entropy_add_source (Results 1 – 6 of 6) sorted by relevance
| /third_party/mbedtls/library/ |
| D | entropy.c | 113 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/ |
| D | test_suite_entropy.function | 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, 384 TEST_ASSERT( mbedtls_entropy_add_source( &ctx, mbedtls_nv_seed_poll, NULL,
|
| /third_party/mbedtls/include/mbedtls/ |
| D | entropy.h | 203 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
|
| D | compat-1.3.h | 1969 #define entropy_add_source mbedtls_entropy_add_source
|
| /third_party/mbedtls/programs/pkey/ |
| D | gen_key.c | 326 if( ( ret = mbedtls_entropy_add_source( &entropy, dev_random_entropy_poll, in main()
|
| /third_party/mbedtls/scripts/data_files/ |
| D | rename-1.3-2.0.txt | 1530 entropy_add_source mbedtls_entropy_add_source
|