Lines Matching refs:opt_arg
318 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat))
322 infile = opt_arg();
325 if (!opt_format(opt_arg(), OPT_FMT_ANY, &outformat))
329 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyformat))
333 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAformat))
337 if (!opt_format(opt_arg(), OPT_FMT_ANY, &CAkeyformat))
341 outfile = opt_arg();
348 if (!set_dateopt(&dateopt, opt_arg())) {
350 "Invalid date format: %s\n", opt_arg());
355 if (!set_ext_copy(&ext_copy, opt_arg())) {
357 "Invalid extension copy option: %s\n", opt_arg());
365 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg()))
371 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg()))
375 days = atoi(opt_arg());
383 passinarg = opt_arg();
386 extfile = opt_arg();
397 extsect = opt_arg();
401 privkeyfile = opt_arg();
404 CAfile = opt_arg();
407 CAkeyfile = opt_arg();
410 CAserial = opt_arg();
417 if ((sno = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL)
424 pubkeyfile = opt_arg();
427 subj = opt_arg();
432 if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) {
434 prog, opt_arg());
443 if ((objtmp = OBJ_txt2obj(opt_arg(), 0)) == NULL) {
445 prog, opt_arg());
452 alias = opt_arg();
456 if (!set_cert_ex(&certflag, opt_arg()))
460 if (!set_nameopt(opt_arg()))
464 e = setup_engine(opt_arg(), 0);
519 ext_names = opt_arg();
568 if (!opt_intmax(opt_arg(), &temp))
573 prog, opt_arg());
579 checkhost = opt_arg();
582 checkemail = opt_arg();
585 checkip = opt_arg();