Lines Matching refs:queryfile
50 const char *queryfile, const char *passin, const char *inkey,
56 const char *queryfile, const char *passin,
64 static int verify_command(const char *data, const char *digest, const char *queryfile,
70 const char *queryfile,
113 {"queryfile", OPT_QUERYFILE, '<', "File containing a TS query"},
142 " [-queryfile file] [-passin password]",
154 " [-queryfile request.tsq] -in response.tsr [-token_in] ...",
168 char *in = NULL, *out = NULL, *queryfile = NULL, *passin = NULL;
250 queryfile = opt_arg();
324 if ((in != NULL) && (queryfile != NULL))
330 ret = !reply_command(conf, section, engine, queryfile,
335 if ((in == NULL) || !EXACTLY_ONE(queryfile, data, digest))
337 ret = !verify_command(data, digest, queryfile, in, token_in,
585 const char *queryfile, const char *passin, const char *inkey,
607 response = create_response(conf, section, engine, queryfile,
693 const char *queryfile, const char *passin,
702 if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL)
846 static int verify_command(const char *data, const char *digest, const char *queryfile,
868 if ((verify_ctx = create_verify_ctx(data, digest, queryfile,
894 const char *queryfile,
931 } else if (queryfile != NULL) {
932 if ((input = BIO_new_file(queryfile, "rb")) == NULL)