Searched refs:no_nonce (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ts.c | 40 const EVP_MD *md, const char *policy, int no_nonce, 43 const char *policy, int no_nonce, int cert); 121 {"no_nonce", OPT_NO_NONCE, '-', "Do not include a nonce"}, 138 " [-digest hexstring] [-tspolicy oid] [-no_nonce] [-cert]", 173 int ret = 1, no_nonce = 0, cert = 0, text = 0; in ts_main() local 229 no_nonce = 1; in ts_main() 319 ret = !query_command(data, digest, md, policy, no_nonce, cert, in ts_main() 395 const char *policy, int no_nonce, in query_command() 413 query = create_query(data_bio, digest, md, policy, no_nonce, cert); in query_command() 442 const char *policy, int no_nonce, in in create_query() 394 query_command(const char *data, const char *digest, const EVP_MD *md, const char *policy, int no_nonce, int cert, const char *in, const char *out, int text) query_command() argument 441 create_query(BIO *data_bio, const char *digest, const EVP_MD *md, const char *policy, int no_nonce, int cert) create_query() argument [all...] |
/third_party/openssl/apps/ |
H A D | ts.c | 40 const EVP_MD *md, const char *policy, int no_nonce, 43 const char *policy, int no_nonce, int cert); 121 {"no_nonce", OPT_NO_NONCE, '-', "Do not include a nonce"}, 138 " [-digest hexstring] [-tspolicy oid] [-no_nonce] [-cert]", 173 int ret = 1, no_nonce = 0, cert = 0, text = 0; in ts_main() local 229 no_nonce = 1; in ts_main() 319 ret = !query_command(data, digest, md, policy, no_nonce, cert, in ts_main() 395 const char *policy, int no_nonce, in query_command() 413 query = create_query(data_bio, digest, md, policy, no_nonce, cert); in query_command() 442 const char *policy, int no_nonce, in in create_query() 394 query_command(const char *data, const char *digest, const EVP_MD *md, const char *policy, int no_nonce, int cert, const char *in, const char *out, int text) query_command() argument 441 create_query(BIO *data_bio, const char *digest, const EVP_MD *md, const char *policy, int no_nonce, int cert) create_query() argument [all...] |
Completed in 3 milliseconds