Searched refs:bio_err (Results 1 - 25 of 188) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkcs8.c94 if (bio_err == NULL)
95 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
97 if (!load_config(bio_err, NULL))
112 BIO_printf(bio_err, "Unknown cipher %s\n", *args);
122 BIO_printf(bio_err, "Unknown PBE algorithm %s\n", *args);
132 BIO_printf(bio_err, "Unknown PRF algorithm %s\n", *args);
196 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
197 BIO_printf(bio_err, "where options are\n");
198 BIO_printf(bio_err, "-in file input file\n");
199 BIO_printf(bio_err, "
[all...]
H A Dpkeyparam.c82 if (bio_err == NULL)
83 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
85 if (!load_config(bio_err, NULL))
124 BIO_printf(bio_err, "Usage pkeyparam [options]\n");
125 BIO_printf(bio_err, "where options are\n");
126 BIO_printf(bio_err, "-in file input file\n");
127 BIO_printf(bio_err, "-out file output file\n");
128 BIO_printf(bio_err, "-text print parameters as text\n");
129 BIO_printf(bio_err,
132 BIO_printf(bio_err,
[all...]
H A Drsautl.c112 if (!bio_err)
113 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
115 if (!load_config(bio_err, NULL))
195 BIO_printf(bio_err, "A private key is needed for this operation\n");
199 e = setup_engine(bio_err, engine, 0);
201 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
202 BIO_printf(bio_err, "Error getting password\n");
207 app_RAND_load_file(NULL, bio_err, 0);
211 pkey = load_key(bio_err, keyfile, keyform, 0,
216 pkey = load_pubkey(bio_err, keyfil
[all...]
H A Ddsa.c120 if (bio_err == NULL)
121 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
122 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
124 if (!load_config(bio_err, NULL))
188 BIO_printf(bio_err, "unknown option %s\n", *argv);
198 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
199 BIO_printf(bio_err, "where options are\n");
200 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
201 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
202 BIO_printf(bio_err, "
[all...]
H A Dec.c107 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))
187 BIO_printf(bio_err, "unknown option %s\n", *argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
198 BIO_printf(bio_err, "where options are\n");
199 BIO_printf(bio_err, " -inform arg input format - "
201 BIO_printf(bio_err, " -outform arg output format - "
203 BIO_printf(bio_err, "
[all...]
H A Dgenpkey.c94 if (bio_err == NULL)
95 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
97 if (!load_config(bio_err, NULL))
121 e = setup_engine(bio_err, *(++args), 0);
130 if (!init_keygen_file(bio_err, &ctx, *args, e))
141 if (!init_gen_str(bio_err, &ctx, *(++args), e, do_param))
147 BIO_puts(bio_err, "No keytype specified\n");
150 BIO_puts(bio_err, "parameter setting error\n");
151 ERR_print_errors(bio_err);
163 BIO_printf(bio_err, "Unknow
[all...]
H A Ddgst.c137 BIO_printf(bio_err, "out of memory\n");
140 if (bio_err == NULL)
141 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
142 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
144 if (!load_config(bio_err, NULL))
202 e = setup_engine(bio_err, engine, 0);
247 BIO_printf(bio_err,
253 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
254 BIO_printf(bio_err, "options are\n");
255 BIO_printf(bio_err,
[all...]
H A Ddhparam.c169 if (bio_err == NULL)
170 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
171 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
173 if (!load_config(bio_err, NULL))
237 BIO_printf(bio_err, "%s [options] [numbits]\n", prog);
238 BIO_printf(bio_err, "where options are\n");
239 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
240 BIO_printf(bio_err,
242 BIO_printf(bio_err, " -in arg input file\n");
243 BIO_printf(bio_err, "
[all...]
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkcs8.c94 if (bio_err == NULL)
95 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
97 if (!load_config(bio_err, NULL))
112 BIO_printf(bio_err, "Unknown cipher %s\n", *args);
122 BIO_printf(bio_err, "Unknown PBE algorithm %s\n", *args);
132 BIO_printf(bio_err, "Unknown PRF algorithm %s\n", *args);
196 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
197 BIO_printf(bio_err, "where options are\n");
198 BIO_printf(bio_err, "-in file input file\n");
199 BIO_printf(bio_err, "
[all...]
H A Dpkeyparam.c82 if (bio_err == NULL)
83 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
85 if (!load_config(bio_err, NULL))
124 BIO_printf(bio_err, "Usage pkeyparam [options]\n");
125 BIO_printf(bio_err, "where options are\n");
126 BIO_printf(bio_err, "-in file input file\n");
127 BIO_printf(bio_err, "-out file output file\n");
128 BIO_printf(bio_err, "-text print parameters as text\n");
129 BIO_printf(bio_err,
132 BIO_printf(bio_err,
[all...]
H A Drsautl.c112 if (!bio_err)
113 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
115 if (!load_config(bio_err, NULL))
195 BIO_printf(bio_err, "A private key is needed for this operation\n");
199 e = setup_engine(bio_err, engine, 0);
201 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
202 BIO_printf(bio_err, "Error getting password\n");
207 app_RAND_load_file(NULL, bio_err, 0);
211 pkey = load_key(bio_err, keyfile, keyform, 0,
216 pkey = load_pubkey(bio_err, keyfil
[all...]
H A Ddsa.c120 if (bio_err == NULL)
121 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
122 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
124 if (!load_config(bio_err, NULL))
188 BIO_printf(bio_err, "unknown option %s\n", *argv);
198 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
199 BIO_printf(bio_err, "where options are\n");
200 BIO_printf(bio_err, " -inform arg input format - DER or PEM\n");
201 BIO_printf(bio_err, " -outform arg output format - DER or PEM\n");
202 BIO_printf(bio_err, "
[all...]
H A Dec.c107 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))
187 BIO_printf(bio_err, "unknown option %s\n", *argv);
197 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
198 BIO_printf(bio_err, "where options are\n");
199 BIO_printf(bio_err, " -inform arg input format - "
201 BIO_printf(bio_err, " -outform arg output format - "
203 BIO_printf(bio_err, "
[all...]
H A Dgenpkey.c94 if (bio_err == NULL)
95 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
97 if (!load_config(bio_err, NULL))
121 e = setup_engine(bio_err, *(++args), 0);
130 if (!init_keygen_file(bio_err, &ctx, *args, e))
141 if (!init_gen_str(bio_err, &ctx, *(++args), e, do_param))
147 BIO_puts(bio_err, "No keytype specified\n");
150 BIO_puts(bio_err, "parameter setting error\n");
151 ERR_print_errors(bio_err);
163 BIO_printf(bio_err, "Unknow
[all...]
H A Ddgst.c137 BIO_printf(bio_err, "out of memory\n");
140 if (bio_err == NULL)
141 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
142 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
144 if (!load_config(bio_err, NULL))
202 e = setup_engine(bio_err, engine, 0);
247 BIO_printf(bio_err,
253 BIO_printf(bio_err, "unknown option '%s'\n", *argv);
254 BIO_printf(bio_err, "options are\n");
255 BIO_printf(bio_err,
[all...]
H A Ddhparam.c169 if (bio_err == NULL)
170 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
171 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
173 if (!load_config(bio_err, NULL))
237 BIO_printf(bio_err, "%s [options] [numbits]\n", prog);
238 BIO_printf(bio_err, "where options are\n");
239 BIO_printf(bio_err, " -inform arg input format - one of DER PEM\n");
240 BIO_printf(bio_err,
242 BIO_printf(bio_err, " -in arg input file\n");
243 BIO_printf(bio_err, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs8.c92 if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
94 if (!load_config(bio_err, NULL))
113 BIO_printf(bio_err,
129 BIO_printf(bio_err,
209 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
210 BIO_printf(bio_err, "where options are\n");
211 BIO_printf(bio_err, "-in file input file\n");
212 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
213 BIO_printf(bio_err, "
[all...]
H A Dgendsa.c97 if (bio_err == NULL)
98 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
99 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
101 if (!load_config(bio_err, NULL))
172 BIO_printf(bio_err,"usage: gendsa [args] dsaparam-file\n");
173 BIO_printf(bio_err," -out file - output the key to 'file'\n");
175 BIO_printf(bio_err," -des - encrypt the generated key with DES in cbc mode\n");
176 BIO_printf(bio_err," -des3 - encrypt the generated key with DES in ede cbc mode (168 bit key)\n");
179 BIO_printf(bio_err," -idea - encrypt the generated key with IDEA in cbc mode\n");
182 BIO_printf(bio_err,"
[all...]
H A Drsa.c119 if (bio_err == NULL)
120 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
121 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
123 if (!load_config(bio_err, NULL))
189 BIO_printf(bio_err,"unknown option %s\n",*argv);
200 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
201 BIO_printf(bio_err,"where options are\n");
202 BIO_printf(bio_err," -inform arg input format - one of DER NET PEM\n");
203 BIO_printf(bio_err," -outform arg output format - one of DER NET PEM\n");
204 BIO_printf(bio_err,"
[all...]
H A Dec.c109 if (bio_err == NULL)
110 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
111 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
113 if (!load_config(bio_err, NULL))
202 BIO_printf(bio_err, "unknown option %s\n", *argv);
213 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
214 BIO_printf(bio_err, "where options are\n");
215 BIO_printf(bio_err, " -inform arg input format - "
217 BIO_printf(bio_err, " -outform arg output format - "
219 BIO_printf(bio_err, "
[all...]
H A Drsautl.c111 if(!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
113 if (!load_config(bio_err, NULL))
172 BIO_printf(bio_err, "A private key is needed for this operation\n");
177 e = setup_engine(bio_err, engine, 0);
179 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
180 BIO_printf(bio_err, "Error getting password\n");
185 app_RAND_load_file(NULL, bio_err, 0);
189 pkey = load_key(bio_err, keyfile, keyform, 0,
194 pkey = load_pubkey(bio_err, keyfil
[all...]
H A Ddsa.c118 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))
187 BIO_printf(bio_err,"unknown option %s\n",*argv);
198 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
199 BIO_printf(bio_err,"where options are\n");
200 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
201 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
202 BIO_printf(bio_err,"
[all...]
H A Ddhparam.c171 if (bio_err == NULL)
172 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
173 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
175 if (!load_config(bio_err, NULL))
245 BIO_printf(bio_err,"%s [options] [numbits]\n",prog);
246 BIO_printf(bio_err,"where options are\n");
247 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
248 BIO_printf(bio_err," -outform arg output format - one of DER PEM\n");
249 BIO_printf(bio_err," -in arg input file\n");
250 BIO_printf(bio_err,"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_sap.c94 BIO *bio_err; local
96 if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL)
98 BIO_printf(bio_err,"Auto configuration failed\n");
99 ERR_print_errors(bio_err);
100 BIO_free(bio_err);

Completed in 347 milliseconds

12345678