Lines Matching refs:cert
41 int cert, const char *in, const char *out, int text);
43 const char *policy, int no_nonce, int cert);
114 {"cert", OPT_CERT, '-', "Put cert request into query"},
138 " [-digest hexstring] [-tspolicy oid] [-no_nonce] [-cert]",
152 " openssl ts -verify -CApath dir -CAfile root-cert.pem -CAstore uri",
173 int ret = 1, no_nonce = 0, cert = 0, text = 0;
232 cert = 1;
319 ret = !query_command(data, digest, md, policy, no_nonce, cert,
396 int cert, const char *in, const char *out, int text)
413 query = create_query(data_bio, digest, md, policy, no_nonce, cert);
442 const char *policy, int no_nonce, int cert)
486 if (!TS_REQ_set_cert_req(ts_req, cert))