Searched refs:mbedtls_entropy_add_source (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | entropy.c | 83 mbedtls_entropy_add_source( ctx, mbedtls_null_entropy_poll, NULL, in mbedtls_entropy_init() 89 mbedtls_entropy_add_source( ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init() 94 mbedtls_entropy_add_source( ctx, mbedtls_hardclock_poll, NULL, in mbedtls_entropy_init() 99 mbedtls_entropy_add_source( ctx, mbedtls_havege_poll, &ctx->havege_data, in mbedtls_entropy_init() 104 mbedtls_entropy_add_source( ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init() 109 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 680 ret = mbedtls_entropy_add_source( &ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | entropy.h | 181 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
|
A D | compat-1.3.h | 1942 #define entropy_add_source mbedtls_entropy_add_source
|
Completed in 65 milliseconds