Searched refs:respout (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 205 {"respout", OPT_RESPOUT, 's', "Output file for the DER-encoded response"}, 244 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local 425 respout = opt_arg(); in ocsp_main() 759 if (respout != NULL) { in ocsp_main() 760 derbio = bio_open_default(respout, 'w', FORMAT_ASN1); in ocsp_main()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 205 {"respout", OPT_RESPOUT, 's', "Output file for the DER-encoded response"}, 244 char *reqout = NULL, *respout = NULL, *ridx_filename = NULL; in ocsp_main() local 425 respout = opt_arg(); in ocsp_main() 759 if (respout != NULL) { in ocsp_main() 760 derbio = bio_open_default(respout, 'w', FORMAT_ASN1); in ocsp_main()
|
Completed in 4 milliseconds