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

  /src/crypto/external/apache2/openssl/dist/apps/
ts.c 50 const char *policy, const char *in, int token_in,
63 const char *in, int token_in,
125 { "token_in", OPT_TOKEN_IN, '-', "Input is a PKCS#7 file" },
166 " [-in file] [-token_in] [-out file] [-token_out]",
175 " [-queryfile request.tsq] -in response.tsr [-token_in] ...",
198 int token_in = 0; local
262 token_in = 1;
351 if ((conf == NULL) || (token_in != 0))
356 in, token_in, out, token_out, text);
361 ret = !verify_command(data, digest, queryfile, in, token_in,
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
ts.c 52 const char *policy, const char *in, int token_in,
65 const char *in, int token_in,
104 {"token_in", OPT_TOKEN_IN, '-', "Input is a PKCS#7 file"},
145 " [-in file] [-token_in] [-out file] [-token_out]",
154 " [-queryfile request.tsq] -in response.tsr [-token_in] ...",
177 int token_in = 0; local
238 token_in = 1;
327 if ((conf == NULL) || (token_in != 0))
332 in, token_in, out, token_out, text);
337 ret = !verify_command(data, digest, queryfile, in, token_in,
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
ts.c 52 const char *policy, const char *in, int token_in,
65 const char *in, int token_in,
99 {"token_in", OPT_TOKEN_IN, '-', "Input is a PKCS#7 file"},
136 " [-in file] [-token_in] [-out file] [-token_out]",
145 " [-queryfile file] -in file [-token_in]",
167 int token_in = 0; local
224 token_in = 1;
301 if ((conf == NULL) || (token_in != 0))
306 in, token_in, out, token_out, text);
311 ret = !verify_command(data, digest, queryfile, in, token_in,
    [all...]

Completed in 23 milliseconds