Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c44 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 Dpsa_crypto.c7984 mbedtls_entropy_add_source(&rng->entropy, in mbedtls_psa_random_init()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dentropy.h161 int mbedtls_entropy_add_source(mbedtls_entropy_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1848 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed