Home | History | Annotate | Download | only in apps

Lines Matching refs:queryfile

48     const char *queryfile, const char *passin, const char *inkey,
54 const char *queryfile, const char *passin,
62 static int verify_command(const char *data, const char *digest, const char *queryfile,
68 const char *queryfile,
134 { "queryfile", OPT_QUERYFILE, '<', "File containing a TS query" },
163 " [-queryfile file] [-passin password]",
175 " [-queryfile request.tsq] -in response.tsr [-token_in] ...",
189 char *in = NULL, *out = NULL, *queryfile = NULL, *passin = NULL;
274 queryfile = opt_arg();
348 if ((in != NULL) && (queryfile != NULL))
354 ret = !reply_command(conf, section, engine, queryfile,
359 if ((in == NULL) || !EXACTLY_ONE(queryfile, data, digest))
361 ret = !verify_command(data, digest, queryfile, in, token_in,
612 const char *queryfile, const char *passin, const char *inkey,
634 response = create_response(conf, section, engine, queryfile,
720 const char *queryfile, const char *passin,
729 if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL)
873 static int verify_command(const char *data, const char *digest, const char *queryfile,
895 if ((verify_ctx = create_verify_ctx(data, digest, queryfile,
922 const char *queryfile,
959 } else if (queryfile != NULL) {
960 if ((input = BIO_new_file(queryfile, "rb")) == NULL)