Searched refs:reqin (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 143 {"reqin", OPT_REQIN, 's', "File with the DER-encoded request"}, 243 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; in ocsp_main() local 371 reqin = opt_arg(); in ocsp_main() 554 if (req == NULL && reqin == NULL in ocsp_main() 565 if (req == NULL && reqin != NULL) { in ocsp_main() 566 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); in ocsp_main()
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 143 {"reqin", OPT_REQIN, 's', "File with the DER-encoded request"}, 243 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; in ocsp_main() local 371 reqin = opt_arg(); in ocsp_main() 554 if (req == NULL && reqin == NULL in ocsp_main() 565 if (req == NULL && reqin != NULL) { in ocsp_main() 566 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1); in ocsp_main()
|
Completed in 4 milliseconds