Lines Matching defs:passin
104 const char *passin, EVP_PKEY *pkey, X509 *x509,
217 {"passin", OPT_PASSIN, 's', "Key and cert input file pass phrase source"},
219 "Key to decrypt the private key or cert files if encrypted. Better use -passin"},
282 char *passin = NULL;
391 passin = opt_arg();
585 if (passin == NULL) {
587 if (!app_passwd(passinarg, NULL, &passin, NULL)) {
592 pkey = load_key(keyfile, keyformat, 0, passin, e, "CA private key");
593 cleanse(passin);
605 x509 = load_cert_pass(certfile, certformat, 1, passin, "CA certificate");
973 j = certify_cert(&x, ss_cert_file, certformat, passin, pkey,
1302 revcert = load_cert_pass(infile, informat, 1, passin,
1332 cleanse(passin);
1334 OPENSSL_free(passin);
1416 const char *passin, EVP_PKEY *pkey, X509 *x509,
1432 if ((template_cert = load_cert_pass(infile, certformat, 1, passin,