Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dhmac_drbg.h413 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
/third_party/mbedtls/library/
Dhmac_drbg.c430 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ) in mbedtls_hmac_drbg_write_seed_file() function
490 return( mbedtls_hmac_drbg_write_seed_file( ctx, path ) ); in mbedtls_hmac_drbg_update_seed_file()
/third_party/mbedtls/tests/suites/
Dtest_suite_hmac_drbg.function140 TEST_ASSERT( mbedtls_hmac_drbg_write_seed_file( &ctx, path ) == ret );