Lines Matching refs:opt_arg
152 outfile = opt_arg(); in dgst_main()
155 keyfile = opt_arg(); in dgst_main()
158 passinarg = opt_arg(); in dgst_main()
161 keyfile = opt_arg(); in dgst_main()
165 keyfile = opt_arg(); in dgst_main()
169 sigfile = opt_arg(); in dgst_main()
172 if (!opt_format(opt_arg(), OPT_FMT_ANY, &keyform)) in dgst_main()
176 e = setup_engine(opt_arg(), 0); in dgst_main()
188 xoflen = atoi(opt_arg()); in dgst_main()
197 hmac_key = opt_arg(); in dgst_main()
200 mac_name = opt_arg(); in dgst_main()
205 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, opt_arg())) in dgst_main()
211 if (!macopts || !sk_OPENSSL_STRING_push(macopts, opt_arg())) in dgst_main()