HomeSort by relevance Sort by last modified time
    Searched refs:passin (Results 1 - 15 of 15) sorted by null

  /system/core/fastboot/
p12topem.sh 9 openssl pkcs12 -passin pass:"$2" -passout pass:"$2" -in $1.p12 -out $1.pem
signfile.sh 9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
genkey.sh 14 openssl req -new -x509 -key $1.pem -passin pass:"$2" \
20 openssl pkcs12 -export -in $1-cert.pem -inkey $1.pem -passin pass:"$2" \
  /external/openssl/apps/
pkcs8.c 86 char pass[50], *passin = NULL, *passout = NULL, *p8pass = NULL; local
167 else if (!strcmp(*args,"-passin"))
213 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
235 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout))
279 passin, e, "key");
354 if (passin)
355 OPENSSL_free(passin);
391 if (passin)
392 p8pass = passin;
454 if (passin)
    [all...]
dsa.c 112 char *passin = NULL, *passout = NULL; local
157 else if (strcmp(*argv,"-passin") == 0)
202 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
236 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
253 passin, e, "Public Key");
256 passin, e, "Private Key");
328 if(passin) OPENSSL_free(passin);
rsa.c 112 char *passin = NULL, *passout = NULL; local
157 else if (strcmp(*argv,"-passin") == 0)
207 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
244 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
263 passin, e, "Public Key");
268 passin, e, "Private Key");
390 if(passin) OPENSSL_free(passin);
ec.c 101 char *passin = NULL, *passout = NULL; local
147 else if (strcmp(*argv,"-passin") == 0)
220 BIO_printf(bio_err, " -passin arg input file pass "
260 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))
300 passin);
396 if (passin)
397 OPENSSL_free(passin);
rsautl.c 102 char *passargin = NULL, *passin = NULL; local
136 } else if (!strcmp(*argv,"-passin")) {
191 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
202 passin, e, "Private Key");
316 if(passin) OPENSSL_free(passin);
340 BIO_printf (bio_err, "-passin arg pass phrase source\n");
spkac.c 89 char *passargin = NULL, *passin = NULL; local
122 else if (strcmp(*argv,"-passin") == 0)
173 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
186 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
198 FORMAT_PEM, 1, passin, e, "private key");
305 if(passin) OPENSSL_free(passin);
dgst.c 105 char *passargin = NULL, *passin = NULL; local
153 else if (!strcmp(*argv,"-passin"))
307 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL))
354 sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
455 if (passin)
456 OPENSSL_free(passin);
smime.c 105 char *passargin = NULL, *passin = NULL; local
222 else if (!strcmp(*args,"-passin"))
474 BIO_printf (bio_err, "-passin arg input file pass phrase source\n");
486 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
600 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
766 if (passin) OPENSSL_free(passin);
x509.c 99 " -passin arg - private key password source\n",
195 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
275 else if (strcmp(*argv,"-passin") == 0)
480 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
919 passin, e, "Private key");
942 0, passin, e,
975 passin, e, "request key");
1082 if (passin) OPENSSL_free(passin);
    [all...]
req.c 192 char *passin = NULL, *passout = NULL; local
278 else if (strcmp(*argv,"-passin") == 0)
514 BIO_printf(bio_err," -passin private key password source\n");
547 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
651 if(!passin)
653 passin = NCONF_get_string(req_conf, SECTION, "input_password");
654 if (!passin)
714 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
1187 if(passargin && passin) OPENSSL_free(passin);
    [all...]
cms.c 125 char *passargin = NULL, *passin = NULL; local
350 else if (!strcmp(*args,"-passin"))
633 BIO_printf (bio_err, "-passin arg input file pass phrase source\n");
645 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
761 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
985 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
1175 if (passin) OPENSSL_free(passin);
    [all...]
pkcs12.c 128 char *passin = NULL, *passout = NULL; local
264 } else if (!strcmp(*args,"-passin")) {
349 BIO_printf (bio_err, "-passin p input file pass phrase source\n");
371 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
378 else cpass = passin;
467 FORMAT_PEM, 1, passin, e, "private key");
703 if(passin) OPENSSL_free(passin);

Completed in 50 milliseconds