Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/programs/util/
Dpem2der.c162 static int write_file( const char *path, unsigned char *buf, size_t n ) in write_file() function
263 ret = write_file( opt.output_file, der_buffer, der_size ); in main()