Searched refs:passout (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Dgendsa.c35 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
51 char *outfile = NULL, *passoutarg = NULL, *passout = NULL, *prog; local
95 if (!app_passwd(NULL, passoutarg, NULL, &passout)) {
128 if (!PEM_write_bio_DSAPrivateKey(out, dsa, enc, NULL, 0, NULL, passout))
139 OPENSSL_free(passout);
H A Dpkey.c30 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
56 char *infile = NULL, *outfile = NULL, *passin = NULL, *passout = NULL; local
135 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) {
196 passout))
200 NULL, 0, NULL, passout))
240 OPENSSL_free(passout);
H A Dgenrsa.c45 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
66 char *outfile = NULL, *passoutarg = NULL, *passout = NULL; local
133 if (!app_passwd(NULL, passoutarg, NULL, &passout)) {
160 cb_data.password = passout;
175 OPENSSL_free(passout);
H A Dpkcs8.c47 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
74 char *passin = NULL, *passout = NULL, *p8pass = NULL; local
189 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) {
242 if (passout != NULL) {
243 p8pass = passout;
337 NULL, passout);
339 PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout);
356 OPENSSL_free(passout);
H A Ddsa.c46 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
66 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local
147 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) {
211 NULL, 0, NULL, passout);
233 i = i2b_PVK_bio(out, pk, pvk_encr, 0, passout);
258 OPENSSL_free(passout);
H A Drsa.c43 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
70 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local
157 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) {
262 enc, NULL, 0, NULL, passout);
284 i = i2b_PVK_bio(out, pk, pvk_encr, 0, passout);
309 OPENSSL_free(passout);
H A Dec.c56 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
76 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local
165 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) {
260 NULL, 0, NULL, passout);
276 OPENSSL_free(passout);
H A Dsrp.c157 char *passout, int verbose)
165 cb_tmp.password = passout;
209 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
225 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; local
310 "-passin, -passout arguments only valid with one user.\n");
314 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) {
435 passout, verbose))) {
518 passout, verbose))) {
601 OPENSSL_free(passout);
155 srp_create_user(char *user, char **srp_verifier, char **srp_usersalt, char *g, char *N, char *passout, int verbose) argument
H A Dreq.c110 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
232 char *passin = NULL, *passout = NULL; local
434 if (!app_passwd(passargin, passargout, &passin, &passout)) {
520 if (passout == NULL) {
521 passout = nofree_passout =
523 if (passout == NULL)
674 NULL, 0, NULL, passout)) {
984 if (passout != nofree_passout)
985 OPENSSL_free(passout);
H A Dpkcs12.c103 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
134 char *passin = NULL, *passout = NULL, *macalg = NULL; local
296 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) {
303 cpass = passout;
313 BIO_printf(bio_err, "Option -twopass cannot be used with -passout or -password\n");
578 if (!dump_certs_keys_p12(out, p12, cpass, -1, options, passout, enc)) {
592 OPENSSL_free(passout);
/freebsd-13-stable/sys/netinet6/
H A Dip6_fastfwd.c211 goto passout;
272 passout:
H A Dip6_output.c1022 goto passout;
1104 passout:
/freebsd-13-stable/sys/netinet/
H A Dip_fastfwd.c372 goto passout;
417 passout:
/freebsd-13-stable/libexec/rc/rc.d/
H A Dsendmail130 openssl req -batch -passout pass:"$certpass" -new -x509 \

Completed in 86 milliseconds