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,
168 char *in = NULL, *out = NULL, *queryfile = NULL, *passin = NULL; in ts_main() local
250 queryfile = opt_arg(); in ts_main()
324 if ((in != NULL) && (queryfile != NULL)) in ts_main()
330 ret = !reply_command(conf, section, engine, queryfile, in ts_main()
335 if ((in == NULL) || !EXACTLY_ONE(queryfile, data, digest)) in ts_main()
337 ret = !verify_command(data, digest, queryfile, in, token_in, in ts_main()
585 const char *queryfile, const char *passin, const char *inkey, in reply_command() argument
607 response = create_response(conf, section, engine, queryfile, in reply_command()
693 const char *queryfile, const char *passin, in create_response() argument
702 if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL) in create_response()
846 static int verify_command(const char *data, const char *digest, const char *queryfile, in verify_command() argument
868 if ((verify_ctx = create_verify_ctx(data, digest, queryfile, in verify_command()
894 const char *queryfile, in create_verify_ctx() argument
931 } else if (queryfile != NULL) { in create_verify_ctx()
932 if ((input = BIO_new_file(queryfile, "rb")) == NULL) in create_verify_ctx()