Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dentropy.c88 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 Dentropy.h176 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
A Dcompat-1.3.h1938 #define entropy_add_source mbedtls_entropy_add_source
/AliOS-Things-master/components/mbedtls/programs/pkey/
A Dgen_key.c312 if( ( ret = mbedtls_entropy_add_source( &entropy, dev_random_entropy_poll, in main()

Completed in 20 milliseconds