Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dhmac_drbg.h463 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
H A Dcompat-1.3.h2010 #define hmac_drbg_write_seed_file mbedtls_hmac_drbg_write_seed_file
/reactos/dll/3rdparty/mbedtls/
H A Dhmac_drbg.c469 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ) in mbedtls_hmac_drbg_write_seed_file() function
529 return( mbedtls_hmac_drbg_write_seed_file( ctx, path ) ); in mbedtls_hmac_drbg_update_seed_file()