Lines Matching refs:opt_arg
274 outfile = opt_arg(); in ocsp_main()
278 req_timeout = atoi(opt_arg()); in ocsp_main()
286 if (!OSSL_HTTP_parse_url(opt_arg(), &use_ssl, NULL /* userinfo */, in ocsp_main()
297 host = opt_arg(); in ocsp_main()
300 port = opt_arg(); in ocsp_main()
303 path = opt_arg(); in ocsp_main()
307 opt_proxy = opt_arg(); in ocsp_main()
310 opt_no_proxy = opt_arg(); in ocsp_main()
368 reqin = opt_arg(); in ocsp_main()
371 respin = opt_arg(); in ocsp_main()
374 signfile = opt_arg(); in ocsp_main()
377 verify_certfile = opt_arg(); in ocsp_main()
381 sign_certfile = opt_arg(); in ocsp_main()
384 verify_certfile = opt_arg(); in ocsp_main()
387 CAfile = opt_arg(); in ocsp_main()
390 CApath = opt_arg(); in ocsp_main()
393 CAstore = opt_arg(); in ocsp_main()
410 opt_long(opt_arg(), &nsec); in ocsp_main()
413 opt_long(opt_arg(), &maxage); in ocsp_main()
416 keyfile = opt_arg(); in ocsp_main()
419 reqout = opt_arg(); in ocsp_main()
422 respout = opt_arg(); in ocsp_main()
425 issuer = load_cert(opt_arg(), FORMAT_UNDEF, "issuer certificate"); in ocsp_main()
438 cert = load_cert(opt_arg(), FORMAT_UNDEF, "certificate"); in ocsp_main()
445 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main()
453 if (!add_ocsp_serial(&req, opt_arg(), cert_id_md, issuer, ids)) in ocsp_main()
455 if (!sk_OPENSSL_STRING_push(reqnames, opt_arg())) in ocsp_main()
460 ridx_filename = opt_arg(); in ocsp_main()
463 rca_filename = opt_arg(); in ocsp_main()
474 ndays = atoi(opt_arg()); in ocsp_main()
477 rsignfile = opt_arg(); in ocsp_main()
480 rkeyfile = opt_arg(); in ocsp_main()
483 passinarg = opt_arg(); in ocsp_main()
486 rcertfile = opt_arg(); in ocsp_main()
489 respdigname = opt_arg(); in ocsp_main()
495 || !sk_OPENSSL_STRING_push(rsign_sigopts, opt_arg())) in ocsp_main()
499 header = opt_arg(); in ocsp_main()
510 if (!opt_md(opt_arg(), &resp_certid_md)) in ocsp_main()
526 n_responders = atoi(opt_arg()); in ocsp_main()