Lines Matching refs:opt_arg
330 if (!opt_format(opt_arg(), OPT_FMT_PDS, &informat))
334 if (!opt_format(opt_arg(), OPT_FMT_PDS, &outformat))
338 outfile = opt_arg();
361 rctfile = opt_arg();
462 if (!opt_format(opt_arg(),
467 certfile = opt_arg();
470 CAfile = opt_arg();
473 CApath = opt_arg();
476 CAstore = opt_arg();
488 infile = opt_arg();
491 contfile = opt_arg();
497 sk_OPENSSL_STRING_push(rr_from, opt_arg());
503 sk_OPENSSL_STRING_push(rr_to, opt_arg());
509 if (!set_nameopt(opt_arg()))
515 opt_arg());
518 secret_key = OPENSSL_hexstr2buf(opt_arg(), <mp);
520 BIO_printf(bio_err, "Invalid key %s\n", opt_arg());
528 opt_arg());
531 secret_keyid = OPENSSL_hexstr2buf(opt_arg(), <mp);
533 BIO_printf(bio_err, "Invalid id %s\n", opt_arg());
539 pwri_pass = (unsigned char *)opt_arg();
544 opt_arg());
547 econtent_type = OBJ_txt2obj(opt_arg(), 0);
549 BIO_printf(bio_err, "Invalid OID %s\n", opt_arg());
554 e = setup_engine(opt_arg(), 0);
557 passinarg = opt_arg();
560 to = opt_arg();
563 from = opt_arg();
566 subject = opt_arg();
569 certsoutfile = opt_arg();
572 digestname = opt_arg();
589 signerfile = opt_arg();
592 originatorfile = opt_arg();
611 keyfile = opt_arg();
614 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform))
619 cert = load_cert(opt_arg(), FORMAT_UNDEF,
626 recipfile = opt_arg();
662 sk_OPENSSL_STRING_push(key_param->param, opt_arg());
678 conf = app_load_config_modules(opt_arg());
683 wrapname = opt_arg();