Lines Matching refs:opt_arg
153 outfile = opt_arg(); in dgst_main()
156 keyfile = opt_arg(); in dgst_main()
159 passinarg = opt_arg(); in dgst_main()
162 keyfile = opt_arg(); in dgst_main()
166 keyfile = opt_arg(); in dgst_main()
170 sigfile = opt_arg(); in dgst_main()
173 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in dgst_main()
177 e = setup_engine(opt_arg(), 0); in dgst_main()
189 xoflen = atoi(opt_arg()); in dgst_main()
198 hmac_key = opt_arg(); in dgst_main()
201 mac_name = opt_arg(); in dgst_main()
206 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in dgst_main()
212 if (!macopts || !sk_OPENSSL_STRING_push(macopts, opt_arg())) in dgst_main()