Searched refs:mbedtls_entropy_add_source (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | entropy.c | 44 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init() 49 mbedtls_entropy_add_source(ctx, mbedtls_hardware_poll, NULL, in mbedtls_entropy_init() 54 mbedtls_entropy_add_source(ctx, mbedtls_nv_seed_poll, NULL, in mbedtls_entropy_init() 86 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, in mbedtls_entropy_add_source() function 622 ret = mbedtls_entropy_add_source(&ctx, entropy_dummy_source, NULL, 16, in mbedtls_entropy_self_test()
|
| H A D | psa_crypto.c | 7984 mbedtls_entropy_add_source(&rng->entropy, in mbedtls_psa_random_init()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | entropy.h | 161 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1848 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
|