Lines Matching refs:inkey
50 const char *queryfile, const char *passin, const char *inkey,
57 const char *inkey, const EVP_MD *md, const char *signer,
97 {"inkey", OPT_INKEY, 's', "File with private key for reply"},
143 " [-signer tsa_cert.pem] [-inkey private_key.pem]",
169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL;
256 inkey = opt_arg();
331 password, inkey, md, signer, chain, policy,
588 const char *queryfile, const char *passin, const char *inkey,
611 passin, inkey, md, signer, chain, policy);
697 const char *inkey, const EVP_MD *md, const char *signer,
721 if (!TS_CONF_set_signer_key(conf, section, inkey, passin, resp_ctx))