Home
last modified time | relevance | path

Searched refs:passout (Results 1 – 21 of 21) sorted by relevance

/openssl-master/apps/
A Dec.c74 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; in ec_main() local
172 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { in ec_main()
266 if (passout != NULL) in ec_main()
269 (const unsigned char *)passout, in ec_main()
270 strlen(passout)); in ec_main()
291 if (passout != NULL) in ec_main()
292 OPENSSL_clear_free(passout, strlen(passout)); in ec_main()
A Ddsa.c84 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; in dsa_main() local
176 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { in dsa_main()
277 if (passout != NULL) in dsa_main()
280 (const unsigned char *)passout, in dsa_main()
281 strlen(passout)); in dsa_main()
309 OPENSSL_free(passout); in dsa_main()
A Dgendsa.c61 char *outfile = NULL, *passoutarg = NULL, *passout = NULL, *prog; in gendsa_main() local
119 if (!app_passwd(NULL, passoutarg, NULL, &passout)) { in gendsa_main()
151 if (!PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, passout)) { in gendsa_main()
166 OPENSSL_free(passout); in gendsa_main()
A Dgenrsa.c88 char *outfile = NULL, *passoutarg = NULL, *passout = NULL; in genrsa_main() local
173 if (!app_passwd(NULL, passoutarg, NULL, &passout)) { in genrsa_main()
226 NULL, passout)) in genrsa_main()
229 if (!PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, passout)) in genrsa_main()
242 OPENSSL_free(passout); in genrsa_main()
A Dpkcs8.c83 char *passin = NULL, *passout = NULL, *p8pass = NULL; in pkcs8_main() local
209 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { in pkcs8_main()
263 if (passout != NULL) { in pkcs8_main()
264 p8pass = passout; in pkcs8_main()
358 NULL, passout); in pkcs8_main()
360 PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout); in pkcs8_main()
378 OPENSSL_free(passout); in pkcs8_main()
A Dpkey.c75 char *infile = NULL, *outfile = NULL, *passin = NULL, *passout = NULL; in pkey_main() local
208 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { in pkey_main()
281 passout)) in pkey_main()
285 NULL, 0, NULL, passout)) in pkey_main()
329 OPENSSL_free(passout); in pkey_main()
A Drsa.c130 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; in rsa_main() local
230 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { in rsa_main()
382 if (passout != NULL) in rsa_main()
385 (const unsigned char *)passout, in rsa_main()
386 strlen(passout)); in rsa_main()
413 OPENSSL_free(passout); in rsa_main()
A Dsrp.c161 char *passout, int verbose) in srp_create_user() argument
169 cb_tmp.password = passout; in srp_create_user()
240 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; in srp_main() local
338 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { in srp_main()
458 passout, verbose))) { in srp_main()
541 passout, verbose))) { in srp_main()
624 OPENSSL_free(passout); in srp_main()
A Dreq.c251 char *passin = NULL, *passout = NULL; in req_main() local
497 if (!app_passwd(passargin, passargout, &passin, &passout)) { in req_main()
588 if (passout == NULL) { in req_main()
589 passout = nofree_passout = in req_main()
591 if (passout == NULL) in req_main()
711 NULL, 0, NULL, passout)) { in req_main()
1057 if (passout != nofree_passout) in req_main()
1058 OPENSSL_free(passout); in req_main()
A Dpkcs12.c173 char *passin = NULL, *passout = NULL, *macalg = NULL; in pkcs12_main() local
472 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { in pkcs12_main()
479 cpass = passout; in pkcs12_main()
817 if (!dump_certs_keys_p12(out, p12, cpass, -1, options, passout, enc)) { in pkcs12_main()
832 OPENSSL_free(passout); in pkcs12_main()
/openssl-master/doc/man1/
A Dopenssl-genrsa.pod.in13 [B<-passout> I<arg>]
56 =item B<-passout> I<arg>
66 for if it is not supplied via the B<-passout> argument.
A Dopenssl-passphrase-options.pod17 and B<-passout> for input and output passwords respectively. These allow
50 argument is supplied to B<-passin> and B<-passout> arguments then the first
A Dopenssl-gendsa.pod.in13 [B<-passout> I<arg>]
49 =item B<-passout> I<arg>
A Dopenssl-srp.pod.in22 [B<-passout> I<arg>]
87 =item B<-passin> I<arg>, B<-passout> I<arg>
A Dopenssl-pkey.pod.in26 [B<-passout> I<arg>]
104 If any cipher option is set but no B<-passout> is given
119 =item B<-passout> I<arg>
A Dopenssl-dsa.pod.in21 [B<-passout> I<arg>]
88 =item B<-passin> I<arg>, B<-passout> I<arg>
A Dopenssl-rsa.pod.in21 [B<-passout> I<arg>]
82 =item B<-passin> I<arg>, B<-passout> I<arg>
A Dopenssl-ec.pod.in21 [B<-passout> I<arg>]
78 =item B<-passin> I<arg>, B<-passout> I<arg>
A Dopenssl-pkcs12.pod.in13 [B<-passout> I<arg>]
106 =item B<-passout> I<arg>
112 With B<-export>, B<-password> is equivalent to B<-passout>,
120 B<-password>, B<-passin> if importing from PKCS#12, or B<-passout> if exporting.
A Dopenssl-pkcs8.pod.in18 [B<-passout> I<arg>]
85 =item B<-passin> I<arg>, B<-passout> I<arg>
A Dopenssl-req.pod.in17 [B<-passout> I<arg>]
111 =item B<-passout> I<arg>
421 command line options B<passin> and B<passout> override the

Completed in 27 milliseconds