Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dentropy.h244 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path );
A Dcompat-1.3.h1951 #define entropy_write_seed_file mbedtls_entropy_write_seed_file
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dentropy.c472 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ) in mbedtls_entropy_write_seed_file() function
536 return( mbedtls_entropy_write_seed_file( ctx, path ) ); in mbedtls_entropy_update_seed_file()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog285 * Fix premature fopen() call in mbedtls_entropy_write_seed_file which may

Completed in 23 milliseconds