Searched defs:output_file (Results 1 – 7 of 7) sorted by relevance
102 const char *output_file; /* where to store the constructed key file */ member106 static int write_public_key( mbedtls_pk_context *key, const char *output_file ) in write_public_key()148 static int write_private_key( mbedtls_pk_context *key, const char *output_file ) in write_private_key()
148 static int write_private_key( mbedtls_pk_context *key, const char *output_file ) in write_private_key()
99 const char *output_file; /* where to store the constructed key file */ member105 int write_certificate_request( mbedtls_x509write_csr *req, const char *output_file, in write_certificate_request()
143 const char *output_file; /* where to store the constructed key file */ member156 int write_certificate( mbedtls_x509write_cert *crt, const char *output_file, in write_certificate()
69 const char *output_file; /* where to store the output */ member
43 static dtls_str output_file = { 0, NULL }; /* output file name */ variable
46 static str output_file = { 0, NULL }; /* output file name */ variable