Searched refs:bio_err (Results 26 - 50 of 188) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dsmime.c128 if (bio_err == NULL) {
129 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
130 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
133 if (!load_config(bio_err, NULL))
269 BIO_printf(bio_err, "Unknown digest %s\n", *args);
278 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
326 } else if (args_verify(&args, NULL, &badarg, bio_err, &vpm))
334 BIO_puts(bio_err, "Multiple signers or keys not allowed\n");
341 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
355 BIO_printf(bio_err, "N
[all...]
H A Dgendh.c106 BN_GENCB_set(&cb, dh_cb, bio_err);
107 if (bio_err == NULL)
108 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
109 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
111 if (!load_config(bio_err, NULL))
147 BIO_printf(bio_err, "usage: gendh [args] [numbits]\n");
148 BIO_printf(bio_err, " -out file - output the key to 'file\n");
149 BIO_printf(bio_err, " -2 - use 2 as the generator value\n");
151 * BIO_printf(bio_err," -3 - use 3 as the generator value\n");
153 BIO_printf(bio_err, "
[all...]
H A Dgenrsa.c116 BN_GENCB_set(&cb, genrsa_cb, bio_err);
118 if (bio_err == NULL)
119 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
120 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
122 if (!load_config(bio_err, NULL))
125 BIO_printf(bio_err, "unable to create BIO for output\n");
195 BIO_printf(bio_err, "usage: genrsa [args] [numbits]\n");
196 BIO_printf(bio_err,
198 BIO_printf(bio_err,
201 BIO_printf(bio_err,
[all...]
H A Dspkac.c103 if (!bio_err)
104 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
106 if (!load_config(bio_err, NULL))
163 BIO_printf(bio_err, "%s [options]\n", prog);
164 BIO_printf(bio_err, "where options are\n");
165 BIO_printf(bio_err, " -in arg input file\n");
166 BIO_printf(bio_err, " -out arg output file\n");
167 BIO_printf(bio_err,
169 BIO_printf(bio_err,
171 BIO_printf(bio_err, "
[all...]
H A Drsa.c123 if (bio_err == NULL)
124 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
125 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
127 if (!load_config(bio_err, NULL))
196 BIO_printf(bio_err, "unknown option %s\n", *argv);
206 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
207 BIO_printf(bio_err, "where options are\n");
208 BIO_printf(bio_err,
210 BIO_printf(bio_err,
212 BIO_printf(bio_err, "
[all...]
H A Dnseq.c80 if (bio_err == NULL)
81 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
105 BIO_printf(bio_err, "Netscape certificate sequence utility\n");
106 BIO_printf(bio_err, "Usage nseq [options]\n");
107 BIO_printf(bio_err, "where options are\n");
108 BIO_printf(bio_err, "-in file input file\n");
109 BIO_printf(bio_err, "-out file output file\n");
110 BIO_printf(bio_err, "-toseq output NS Sequence file\n");
116 BIO_printf(bio_err, "Can't open input file %s\n", infile);
124 BIO_printf(bio_err, "Ca
[all...]
H A Ddsaparam.c133 if (bio_err == NULL)
134 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
135 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
137 if (!load_config(bio_err, NULL))
199 BIO_printf(bio_err, "unknown option %s\n", *argv);
209 BIO_printf(bio_err, "%s [options] [bits] <infile >outfile\n", prog);
210 BIO_printf(bio_err, "where options are\n");
211 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
212 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
213 BIO_printf(bio_err, "
[all...]
H A Dpkey.c87 if (bio_err == NULL)
88 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
90 if (!load_config(bio_err, NULL))
156 BIO_printf(bio_err, "Unknown cipher %s\n", *args + 1);
165 BIO_printf(bio_err, "Usage pkey [options]\n");
166 BIO_printf(bio_err, "where options are\n");
167 BIO_printf(bio_err, "-in file input file\n");
168 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
169 BIO_printf(bio_err,
171 BIO_printf(bio_err, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dgendh.c106 BN_GENCB_set(&cb, dh_cb, bio_err);
107 if (bio_err == NULL)
108 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
109 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
111 if (!load_config(bio_err, NULL))
147 BIO_printf(bio_err, "usage: gendh [args] [numbits]\n");
148 BIO_printf(bio_err, " -out file - output the key to 'file\n");
149 BIO_printf(bio_err, " -2 - use 2 as the generator value\n");
151 * BIO_printf(bio_err," -3 - use 3 as the generator value\n");
153 BIO_printf(bio_err, "
[all...]
H A Dgenrsa.c116 BN_GENCB_set(&cb, genrsa_cb, bio_err);
118 if (bio_err == NULL)
119 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
120 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
122 if (!load_config(bio_err, NULL))
125 BIO_printf(bio_err, "unable to create BIO for output\n");
195 BIO_printf(bio_err, "usage: genrsa [args] [numbits]\n");
196 BIO_printf(bio_err,
198 BIO_printf(bio_err,
201 BIO_printf(bio_err,
[all...]
H A Dspkac.c103 if (!bio_err)
104 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
106 if (!load_config(bio_err, NULL))
163 BIO_printf(bio_err, "%s [options]\n", prog);
164 BIO_printf(bio_err, "where options are\n");
165 BIO_printf(bio_err, " -in arg input file\n");
166 BIO_printf(bio_err, " -out arg output file\n");
167 BIO_printf(bio_err,
169 BIO_printf(bio_err,
171 BIO_printf(bio_err, "
[all...]
H A Drsa.c123 if (bio_err == NULL)
124 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
125 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
127 if (!load_config(bio_err, NULL))
196 BIO_printf(bio_err, "unknown option %s\n", *argv);
206 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
207 BIO_printf(bio_err, "where options are\n");
208 BIO_printf(bio_err,
210 BIO_printf(bio_err,
212 BIO_printf(bio_err, "
[all...]
H A Dnseq.c80 if (bio_err == NULL)
81 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
105 BIO_printf(bio_err, "Netscape certificate sequence utility\n");
106 BIO_printf(bio_err, "Usage nseq [options]\n");
107 BIO_printf(bio_err, "where options are\n");
108 BIO_printf(bio_err, "-in file input file\n");
109 BIO_printf(bio_err, "-out file output file\n");
110 BIO_printf(bio_err, "-toseq output NS Sequence file\n");
116 BIO_printf(bio_err, "Can't open input file %s\n", infile);
124 BIO_printf(bio_err, "Ca
[all...]
H A Ddsaparam.c133 if (bio_err == NULL)
134 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
135 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
137 if (!load_config(bio_err, NULL))
199 BIO_printf(bio_err, "unknown option %s\n", *argv);
209 BIO_printf(bio_err, "%s [options] [bits] <infile >outfile\n", prog);
210 BIO_printf(bio_err, "where options are\n");
211 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
212 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
213 BIO_printf(bio_err, "
[all...]
H A Dpkey.c87 if (bio_err == NULL)
88 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
90 if (!load_config(bio_err, NULL))
156 BIO_printf(bio_err, "Unknown cipher %s\n", *args + 1);
165 BIO_printf(bio_err, "Usage pkey [options]\n");
166 BIO_printf(bio_err, "where options are\n");
167 BIO_printf(bio_err, "-in file input file\n");
168 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
169 BIO_printf(bio_err,
171 BIO_printf(bio_err, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dgendh.c107 BN_GENCB_set(&cb, dh_cb, bio_err);
108 if (bio_err == NULL)
109 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
110 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
112 if (!load_config(bio_err, NULL))
151 BIO_printf(bio_err,"usage: gendh [args] [numbits]\n");
152 BIO_printf(bio_err," -out file - output the key to 'file\n");
153 BIO_printf(bio_err," -2 - use 2 as the generator value\n");
154 /* BIO_printf(bio_err," -3 - use 3 as the generator value\n"); */
155 BIO_printf(bio_err,"
[all...]
H A Dspkac.c102 if (!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
104 if (!load_config(bio_err, NULL))
168 BIO_printf(bio_err,"%s [options]\n",prog);
169 BIO_printf(bio_err,"where options are\n");
170 BIO_printf(bio_err," -in arg input file\n");
171 BIO_printf(bio_err," -out arg output file\n");
172 BIO_printf(bio_err," -key arg create SPKAC using private key\n");
173 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
174 BIO_printf(bio_err,"
[all...]
H A Dsmime.c121 if (bio_err == NULL)
123 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
124 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
127 if (!load_config(bio_err, NULL))
376 else if (args_verify(&args, NULL, &badarg, bio_err, &vpm))
388 BIO_printf(bio_err, "No signer certificate specified\n");
397 BIO_printf(bio_err, "No recipient certificate or key specified\n");
405 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
415 BIO_printf (bio_err, "Usage smime [options] cert.pem ...\n");
416 BIO_printf (bio_err, "wher
[all...]
H A Denc.c133 if (bio_err == NULL)
134 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
135 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
137 if (!load_config(bio_err, NULL))
148 BIO_printf(bio_err,"%s is an unknown cipher\n",pname);
223 BIO_printf(bio_err,"unable to read key from '%s'\n",
239 BIO_printf(bio_err,"zero length password\n");
273 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
275 BIO_printf(bio_err,"options are\n");
276 BIO_printf(bio_err,"
[all...]
H A Dgenrsa.c113 BN_GENCB_set(&cb, genrsa_cb, bio_err);
115 if (bio_err == NULL)
116 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
117 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
119 if (!load_config(bio_err, NULL))
123 BIO_printf(bio_err,"unable to create BIO for output\n");
192 BIO_printf(bio_err,"usage: genrsa [args] [numbits]\n");
193 BIO_printf(bio_err," -des encrypt the generated key with DES in cbc mode\n");
194 BIO_printf(bio_err," -des3 encrypt the generated key with DES in ede cbc mode (168 bit key)\n");
196 BIO_printf(bio_err,"
[all...]
H A Dprime.c70 if (bio_err == NULL)
71 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
72 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
87 BIO_printf(bio_err,"Unknown option '%s'\n",*argv);
96 BIO_printf(bio_err,"No prime specified\n");
126 BIO_printf(bio_err,"options are\n");
127 BIO_printf(bio_err,"%-14s hex\n","-hex");
128 BIO_printf(bio_err,"%-14s number of checks\n","-checks <n>");
H A Dnseq.c79 if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
99 BIO_printf (bio_err, "Netscape certificate sequence utility\n");
100 BIO_printf (bio_err, "Usage nseq [options]\n");
101 BIO_printf (bio_err, "where options are\n");
102 BIO_printf (bio_err, "-in file input file\n");
103 BIO_printf (bio_err, "-out file output file\n");
104 BIO_printf (bio_err, "-toseq output NS Sequence file\n");
110 BIO_printf (bio_err,
118 BIO_printf (bio_err,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/
H A Db64.c98 if (bio_err == NULL)
99 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
100 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE);
128 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
130 BIO_printf(bio_err, "options are\n");
131 BIO_printf(bio_err, "%-14s input file\n", "-in <file>");
132 BIO_printf(bio_err, "%-14s output file\n", "-out <file>");
133 BIO_printf(bio_err, "%-14s encode\n", "-e");
134 BIO_printf(bio_err, "%-14s decode\n", "-d");
135 BIO_printf(bio_err, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Db64.c98 if (bio_err == NULL)
99 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
100 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE);
133 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
135 BIO_printf(bio_err,"options are\n");
136 BIO_printf(bio_err,"%-14s input file\n","-in <file>");
137 BIO_printf(bio_err,"%-14s output file\n","-out <file>");
138 BIO_printf(bio_err,"%-14s encode\n","-e");
139 BIO_printf(bio_err,"%-14s decode\n","-d");
140 BIO_printf(bio_err,"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/
H A Db64.c98 if (bio_err == NULL)
99 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
100 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE);
128 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
130 BIO_printf(bio_err, "options are\n");
131 BIO_printf(bio_err, "%-14s input file\n", "-in <file>");
132 BIO_printf(bio_err, "%-14s output file\n", "-out <file>");
133 BIO_printf(bio_err, "%-14s encode\n", "-e");
134 BIO_printf(bio_err, "%-14s decode\n", "-d");
135 BIO_printf(bio_err, "
[all...]

Completed in 93 milliseconds

12345678