Home
last modified time | relevance | path

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

/programs/pkey/
A Dgen_key.c121 int format; /* the output format to use */ member
134 if (opt.format == FORMAT_PEM) { in write_private_key()
285 opt.format = DFL_FORMAT; in main()
305 opt.format = FORMAT_PEM; in main()
307 opt.format = FORMAT_DER; in main()
/programs/x509/
A Dcert_write.c206 int format; /* format */ member
218 if (opt.format == FORMAT_DER) { in write_certificate()
366 opt.format = DFL_FORMAT; in main()
664 opt.format = FORMAT_DER; in main()
666 opt.format = FORMAT_PEM; in main()
/programs/ssl/
A Dssl_context_info.c281 static const char format[] = "%Y-%m-%d %H:%M:%S"; in print_time() local
283 strftime(buf, sizeof(buf), format, t); in print_time()

Completed in 15 milliseconds