Home
last modified time | relevance | path

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

/mbedtls-3.4.0/scripts/
Dgenerate_psa_constants.py310 def write_file(self, output_file): member in CaseBuilder
335 collector.write_file(output_file)
/mbedtls-3.4.0/programs/util/
Dpem2der.c151 static int write_file( const char *path, unsigned char *buf, size_t n ) in write_file() function
253 ret = write_file( opt.output_file, der_buffer, der_size ); in main()