Searched refs:mbedtls_ctr_drbg_write_seed_file (Results 1 – 4 of 4) sorted by relevance
90 ret = mbedtls_ctr_drbg_write_seed_file( &ctr_drbg, "seedfile" ); in main()
544 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path );
600 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_write_seed_file() function665 return( mbedtls_ctr_drbg_write_seed_file( ctx, path ) ); in mbedtls_ctr_drbg_update_seed_file()
325 TEST_ASSERT( mbedtls_ctr_drbg_write_seed_file( &ctx, path ) == ret );
Completed in 5 milliseconds