Lines Matching refs:opt_arg
328 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat)) in x509_main()
332 infile = opt_arg(); in x509_main()
335 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat)) in x509_main()
339 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat)) in x509_main()
343 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAformat)) in x509_main()
347 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAkeyformat)) in x509_main()
351 outfile = opt_arg(); in x509_main()
358 if (!set_dateopt(&dateopt, opt_arg())) { in x509_main()
360 "Invalid date format: %s\n", opt_arg()); in x509_main()
365 if (!set_ext_copy(&ext_copy, opt_arg())) { in x509_main()
367 "Invalid extension copy option: %s\n", opt_arg()); in x509_main()
375 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in x509_main()
381 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in x509_main()
385 not_before = opt_arg(); in x509_main()
388 not_after = opt_arg(); in x509_main()
391 days = atoi(opt_arg()); in x509_main()
399 passinarg = opt_arg(); in x509_main()
402 extfile = opt_arg(); in x509_main()
413 extsect = opt_arg(); in x509_main()
417 privkeyfile = opt_arg(); in x509_main()
420 CAfile = opt_arg(); in x509_main()
423 CAkeyfile = opt_arg(); in x509_main()
426 CAserial = opt_arg(); in x509_main()
433 if ((sno = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL) in x509_main()
440 pubkeyfile = opt_arg(); in x509_main()
443 issu = opt_arg(); in x509_main()
446 subj = opt_arg(); in x509_main()
451 if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) { in x509_main()
453 prog, opt_arg()); in x509_main()
462 if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) { in x509_main()
464 prog, opt_arg()); in x509_main()
471 alias = opt_arg(); in x509_main()
475 if (!set_cert_ex(&certflag, opt_arg())) in x509_main()
479 if (!set_nameopt(opt_arg())) in x509_main()
483 e = setup_engine(opt_arg(), 0); in x509_main()
538 ext_names = opt_arg(); in x509_main()
587 if (!opt_intmax(opt_arg(), &temp)) in x509_main()
592 prog, opt_arg()); in x509_main()
598 checkhost = opt_arg(); in x509_main()
601 checkemail = opt_arg(); in x509_main()
604 checkip = opt_arg(); in x509_main()