Searched refs:mbedtls_entropy_add_source (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | entropy.c | 88 mbedtls_entropy_add_source( ctx, mbedtls_null_entropy_poll, NULL, in mbedtls_entropy_init() 94 mbedtls_entropy_add_source( ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init() 99 mbedtls_entropy_add_source( ctx, mbedtls_hardclock_poll, NULL, in mbedtls_entropy_init() 104 mbedtls_entropy_add_source( ctx, mbedtls_havege_poll, &ctx->havege_data, in mbedtls_entropy_init() 109 mbedtls_entropy_add_source( ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init() 114 mbedtls_entropy_add_source( ctx, mbedtls_nv_seed_poll, NULL, in mbedtls_entropy_init() 143 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source() function 664 ret = mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | entropy.h | 176 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
|
A D | compat-1.3.h | 1938 #define entropy_add_source mbedtls_entropy_add_source
|
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | gen_key.c | 312 if( ( ret = mbedtls_entropy_add_source( &entropy, dev_random_entropy_poll, in main()
|
Completed in 20 milliseconds