HomeSort by: relevance | last modified time | path
    Searched refs:queryfile (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
80-test_tsa.t 50 my $queryfile = shift;
55 "-queryfile", "$queryfile", "-out", "$outputfile"])));
59 my $queryfile = shift;
63 ok(run(app([@RUN, "-verify", "-queryfile", "$queryfile",
72 my $queryfile = shift;
75 ok(!run(app([@RUN, "-verify", "-queryfile", "$queryfile",
138 ok(run(app([@RUN, "-verify", "-queryfile", "req1.tsq"
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_tsa.t 56 my $queryfile = shift;
59 ok(run(app([@REPLY, "-section", $config, "-queryfile", $queryfile,
66 my $queryfile = shift;
70 ok(run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
77 my $queryfile = shift;
82 ok(!run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
150 ok(run(app([@VERIFY, "-queryfile", "req1.tsq"
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_tsa.t 56 my $queryfile = shift;
59 ok(run(app([@REPLY, "-section", $config, "-queryfile", $queryfile,
66 my $queryfile = shift;
70 ok(run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
77 my $queryfile = shift;
82 ok(!run(app([@VERIFY, "-queryfile", $queryfile, "-in", $inputfile,
150 ok(run(app([@VERIFY, "-queryfile", "req1.tsq"
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
ts.c 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; local
274 queryfile = opt_arg();
348 if ((in != NULL) && (queryfile != NULL)
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
ts.c 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; local
250 queryfile = opt_arg();
324 if ((in != NULL) && (queryfile != NULL)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
ts.c 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,
69 const char *queryfile,
104 {"queryfile", OPT_QUERYFILE, '<', "File containing a TS query"},
133 " [-queryfile file] [-passin password]",
145 " [-queryfile file] -in file [-token_in]",
159 char *in = NULL, *out = NULL, *queryfile = NULL, *passin = NULL; local
236 queryfile = opt_arg();
298 if ((in != NULL) && (queryfile != NULL)
    [all...]
  /src/usr.bin/error/
main.c 56 FILE *queryfile; /* input for the query responses from the user */ variable
153 if ((queryfile = fopen(im_on, "r")) == NULL) {
error.h 107 extern FILE *queryfile; /* where the query responses from the user come from*/
touch.c 791 if (queryfile == NULL)
799 if (fgets(buffer, 127, queryfile) == NULL)

Completed in 29 milliseconds