Home
last modified time | relevance | path

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

/mbedtls-latest/scripts/
Dgenerate_psa_constants.py299 def write_file(self, output_file): member in CaseBuilder
324 collector.write_file(output_file)
/mbedtls-latest/programs/util/
Dpem2der.c146 static int write_file(const char *path, unsigned char *buf, size_t n) in write_file() function
246 ret = write_file(opt.output_file, der_buffer, der_size); in main()