Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_update_nv_seed (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dentropy.h210 int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c287 if ((ret = mbedtls_entropy_update_nv_seed(ctx)) != 0) { in mbedtls_entropy_func()
383 int mbedtls_entropy_update_nv_seed(mbedtls_entropy_context *ctx) in mbedtls_entropy_update_nv_seed() function