Home
last modified time | relevance | path

Searched refs:mbedtls_platform_entropy_poll (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy_poll.h33 int mbedtls_platform_entropy_poll(void *data,
H A Dentropy_poll.c45 int mbedtls_platform_entropy_poll(void *data, unsigned char *output, size_t len, in mbedtls_platform_entropy_poll() function
150 int mbedtls_platform_entropy_poll(void *data, in mbedtls_platform_entropy_poll() function
H A Dentropy.c44 mbedtls_entropy_add_source(ctx, mbedtls_platform_entropy_poll, NULL, in mbedtls_entropy_init()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dentropy.h126 int mbedtls_platform_entropy_poll(void *data,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3357 * Fix runtime error in `mbedtls_platform_entropy_poll()` when run