Lines Matching refs:opt_arg
285 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat))
289 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &outformat))
293 e = setup_engine(opt_arg(), 0);
297 gen_eng = setup_engine(opt_arg(), 0);
305 keyfile = opt_arg();
314 template = opt_arg();
317 section = opt_arg();
320 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform))
324 infile = opt_arg();
327 outfile = opt_arg();
330 keyout = opt_arg();
333 passargin = opt_arg();
336 passargout = opt_arg();
347 keyalg = opt_arg();
354 || !sk_OPENSSL_STRING_push(pkeyopts, opt_arg()))
360 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg()))
366 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg()))
395 if (!set_nameopt(opt_arg()))
399 if (!set_cert_ex(&reqflag, opt_arg()))
409 CAfile = opt_arg();
413 CAkeyfile = opt_arg();
416 days = atoi(opt_arg());
428 serial = s2i_ASN1_INTEGER(NULL, opt_arg());
436 subj = opt_arg();
442 if (!set_ext_copy(&ext_copy, opt_arg())) {
444 opt_arg());
449 p = opt_arg();
465 extensions = opt_arg();
468 req_exts = opt_arg();