Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_write_seed_file (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dentropy.h224 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c406 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_write_seed_file() function
478 return mbedtls_entropy_write_seed_file(ctx, path); in mbedtls_entropy_update_seed_file()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2165 * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may