Searched refs:passin (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dpkcs8.c87 char pass[50], *passin = NULL, *passout = NULL, *p8pass = NULL; local
150 else if (!strcmp(*args, "-passin")) {
190 "-passin arg input file pass phrase source\n");
219 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
251 pkey = load_key(bio_err, infile, informat, 1, passin, e, "key");
317 if (passin)
318 OPENSSL_free(passin);
348 if (passin)
349 p8pass = passin;
405 if (passin)
[all...]
H A Ddsa.c113 char *passin = NULL, *passout = NULL; local
153 } else if (strcmp(*argv, "-passin") == 0) {
196 " -passin arg input file pass phrase source\n");
238 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
254 passin, e, "Public Key");
257 passin, e, "Private Key");
327 if (passin)
328 OPENSSL_free(passin);
H A Drsa.c113 char *passin = NULL, *passout = NULL; local
153 } else if (strcmp(*argv, "-passin") == 0) {
203 " -passin arg input file pass phrase source\n");
249 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
268 passin, e, "Public Key");
273 passin, e, "Private Key");
386 if (passin)
387 OPENSSL_free(passin);
H A Dec.c99 char *passin = NULL, *passout = NULL; local
140 } else if (strcmp(*argv, "-passin") == 0) {
204 BIO_printf(bio_err, " -passin arg input file pass "
242 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
273 eckey = PEM_read_bio_ECPrivateKey(in, NULL, NULL, passin);
352 if (passin)
353 OPENSSL_free(passin);
H A Dspkac.c90 char *passargin = NULL, *passin = NULL; local
121 } else if (strcmp(*argv, "-passin") == 0) {
170 " -passin arg input file pass phrase source\n");
184 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
195 FORMAT_PEM, 1, passin, e, "private key");
308 if (passin)
309 OPENSSL_free(passin);
H A Drsautl.c103 char *passargin = NULL, *passin = NULL; local
137 } else if (!strcmp(*argv, "-passin")) {
201 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
212 passin, e, "Private Key");
331 if (passin)
332 OPENSSL_free(passin);
359 BIO_printf(bio_err, "-passin arg pass phrase source\n");
H A Ddgst.c106 char *passargin = NULL, *passin = NULL; local
150 } else if (!strcmp(*argv, "-passin")) {
299 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
346 sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
436 if (passin)
437 OPENSSL_free(passin);
H A Dsmime.c106 char *passargin = NULL, *passin = NULL; local
216 else if (!strcmp(*args, "-passin")) {
415 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
429 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
531 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
669 if (passin)
670 OPENSSL_free(passin);
H A Dx509.c99 " -passin arg - private key password source\n",
196 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
267 } else if (strcmp(*argv, "-passin") == 0) {
451 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
821 passin, e, "Private key");
842 0, passin, e, "CA Private Key");
870 passin, e, "request key");
966 if (passin)
967 OPENSSL_free(passin);
H A Dreq.c198 char *passin = NULL, *passout = NULL; local
272 } else if (strcmp(*argv, "-passin") == 0) {
488 BIO_printf(bio_err, " -passin private key password source\n");
542 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
635 if (!passin) {
636 passin = NCONF_get_string(req_conf, SECTION, "input_password");
637 if (!passin)
692 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
1131 if (passargin && passin)
1132 OPENSSL_free(passin);
[all...]
H A Dcms.c127 char *passargin = NULL, *passin = NULL; local
331 else if (!strcmp(*args, "-passin")) {
577 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
591 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
685 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
863 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
1021 if (passin)
1022 OPENSSL_free(passin);
H A Dpkcs12.c132 char *passin = NULL, *passout = NULL; local
303 } else if (!strcmp(*args, "-passin")) {
408 BIO_printf(bio_err, "-passin p input file pass phrase source\n");
435 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
444 cpass = passin;
533 FORMAT_PEM, 1, passin, e, "private key");
770 if (passin)
771 OPENSSL_free(passin);
/freebsd-9.3-release/sys/netinet/
H A Dip_fastfwd.c353 goto passin;
387 passin:
H A Dip_input.c494 goto passin;
507 goto passin;
535 passin:
/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.c617 goto passin;
631 goto passin;
658 passin:

Completed in 287 milliseconds