Searched refs:bio_err (Results 76 - 100 of 126) sorted by relevance

123456

/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_client.c254 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
262 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
279 BIO_printf(bio_err, "Error in PSK client callback\n");
286 BIO_printf(bio_err,"usage: s_client args\n");
287 BIO_printf(bio_err,"\n");
288 BIO_printf(bio_err," -host host - use -connect instead\n");
289 BIO_printf(bio_err," -port port - use -connect instead\n");
290 BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR);
292 BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n");
293 BIO_printf(bio_err,"
[all...]
H A Ds_server.c327 BIO_printf(bio_err,"Error: client did not send PSK identity\n");
349 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
356 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
374 BIO_printf(bio_err, "Error in PSK server callback\n");
401 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login);
407 BIO_printf(bio_err, "User %s doesn't exist\n", p->login);
416 BIO_printf(bio_err, "SRP parameters set: username = \"%s\" info=\"%s\" \n", p->login,p->user->info);
460 BIO_printf(bio_err,"usage: s_server [args ...]\n");
461 BIO_printf(bio_err,"\n");
462 BIO_printf(bio_err,"
[all...]
H A Dx509.c218 if (bio_err == NULL)
219 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
221 if (!load_config(bio_err, NULL))
291 BIO_printf(bio_err,"bad number of days\n");
355 BIO_printf(bio_err,
368 BIO_printf(bio_err,
470 BIO_printf(bio_err,"use -clrext instead of -crlext\n");
483 BIO_printf(bio_err,"unknown option %s\n",*argv);
495 BIO_printf(bio_err,"%s",*pp);
500 e = setup_engine(bio_err, engin
[all...]
H A Dsess_id.c103 if (bio_err == NULL)
104 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
105 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
148 BIO_printf(bio_err,"unknown option %s\n",*argv);
160 BIO_printf(bio_err,"%s",*pp);
174 BIO_printf(bio_err,"Context too long\n");
206 ERR_print_errors(bio_err);
250 BIO_printf(bio_err,"bad output format specified for outfile\n");
254 BIO_printf(bio_err,"unable to write SSL_SESSION\n");
265 BIO_printf(bio_err,"ba
[all...]
H A Dcrl.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))
219 BIO_printf(bio_err,"unknown option %s\n",*argv);
231 BIO_printf(bio_err,"%s",*pp);
253 BIO_printf(bio_err,
261 BIO_printf(bio_err,
268 BIO_printf(bio_err,
275 if(i == 0) BIO_printf(bio_err, "verif
[all...]
H A Dopenssl.c151 BIO *bio_err=NULL; variable
212 /* we cannot use bio_err here */
290 if (bio_err == NULL)
291 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
292 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
348 BIO_printf(bio_err,
357 ERR_print_errors(bio_err);
423 BIO_printf(bio_err,"error in %s\n",argv[0]);
424 (void)BIO_flush(bio_err);
426 BIO_printf(bio_err,"ba
[all...]
H A Dversion.c147 if (bio_err == NULL)
148 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
149 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
170 BIO_printf(bio_err,"usage:version -[avbofpd]\n");
H A Derrstr.c81 if (bio_err == NULL)
82 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
83 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
H A Dspeed.c326 BIO_printf(bio_err,"unable to CreateThread (%d)",ret);
654 if (bio_err == NULL)
655 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
656 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
658 if (!load_config(bio_err, NULL))
669 BIO_printf(bio_err,"out of memory\n");
674 BIO_printf(bio_err,"out of memory\n");
715 BIO_printf(bio_err,"no EVP given\n");
725 BIO_printf(bio_err,"%s is an unknown cipher or digest\n",*argv);
743 BIO_printf(bio_err,"n
[all...]
H A Dpasswd.c78 if (bio_err == NULL)
79 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
80 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
82 if (!load_config(bio_err, NULL))
171 BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
172 BIO_printf(bio_err, "where options are\n");
174 BIO_printf(bio_err, "-crypt standard Unix password algorithm (default)\n");
177 BIO_printf(bio_err, "-1 MD5-based password algorithm\n");
178 BIO_printf(bio_err, "-apr1 MD5-based password algorithm, Apache variant\n");
180 BIO_printf(bio_err, "
[all...]
H A Dciphers.c109 if (bio_err == NULL)
110 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
118 if (!load_config(bio_err, NULL))
158 BIO_printf(bio_err,"%s",*pp);
168 BIO_printf(bio_err, "Error in cipher list\n");
222 ERR_print_errors(bio_err);
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
H A Ddec.c69 BIO *bio_err=NULL; variable
90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
211 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
214 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
231 BIO_printf(bio_err,"issuer= %s\n",buf);
235 BIO_printf(bio_err,"notBefore=");
236 ASN1_UTCTIME_print(bio_err,X509_get_notBefore(ctx->current_cert));
237 BIO_printf(bio_err,"\n");
241 BIO_printf(bio_err,"notAfter=");
242 ASN1_UTCTIME_print(bio_err,X509_get_notAfte
[all...]
H A Dverify.c69 BIO *bio_err=NULL; variable
86 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
229 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
246 BIO_printf(bio_err,"issuer= %s\n",buf);
250 BIO_printf(bio_err,"notBefore=");
251 ASN1_UTCTIME_print(bio_err,X509_get_notBefore(ctx->current_cert));
252 BIO_printf(bio_err,"\n");
256 BIO_printf(bio_err,"notAfter=");
257 ASN1_UTCTIME_print(bio_err,X509_get_notAfte
[all...]
/external/openssl/crypto/pkcs7/
H A Ddec.c69 BIO *bio_err=NULL; variable
90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
211 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
214 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
231 BIO_printf(bio_err,"issuer= %s\n",buf);
235 BIO_printf(bio_err,"notBefore=");
236 ASN1_UTCTIME_print(bio_err,X509_get_notBefore(ctx->current_cert));
237 BIO_printf(bio_err,"\n");
241 BIO_printf(bio_err,"notAfter=");
242 ASN1_UTCTIME_print(bio_err,X509_get_notAfte
[all...]
H A Dverify.c69 BIO *bio_err=NULL; variable
86 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
229 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
246 BIO_printf(bio_err,"issuer= %s\n",buf);
250 BIO_printf(bio_err,"notBefore=");
251 ASN1_UTCTIME_print(bio_err,X509_get_notBefore(ctx->current_cert));
252 BIO_printf(bio_err,"\n");
256 BIO_printf(bio_err,"notAfter=");
257 ASN1_UTCTIME_print(bio_err,X509_get_notAfte
[all...]
/external/openssl/apps/
H A Ds_server.c327 BIO_printf(bio_err,"Error: client did not send PSK identity\n");
349 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
356 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
374 BIO_printf(bio_err, "Error in PSK server callback\n");
401 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login);
407 BIO_printf(bio_err, "User %s doesn't exist\n", p->login);
416 BIO_printf(bio_err, "SRP parameters set: username = \"%s\" info=\"%s\" \n", p->login,p->user->info);
460 BIO_printf(bio_err,"usage: s_server [args ...]\n");
461 BIO_printf(bio_err,"\n");
462 BIO_printf(bio_err,"
[all...]
H A Dx509.c218 if (bio_err == NULL)
219 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
221 if (!load_config(bio_err, NULL))
291 BIO_printf(bio_err,"bad number of days\n");
355 BIO_printf(bio_err,
368 BIO_printf(bio_err,
470 BIO_printf(bio_err,"use -clrext instead of -crlext\n");
483 BIO_printf(bio_err,"unknown option %s\n",*argv);
495 BIO_printf(bio_err,"%s",*pp);
500 e = setup_engine(bio_err, engin
[all...]
H A Dsess_id.c103 if (bio_err == NULL)
104 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
105 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
148 BIO_printf(bio_err,"unknown option %s\n",*argv);
160 BIO_printf(bio_err,"%s",*pp);
174 BIO_printf(bio_err,"Context too long\n");
206 ERR_print_errors(bio_err);
250 BIO_printf(bio_err,"bad output format specified for outfile\n");
254 BIO_printf(bio_err,"unable to write SSL_SESSION\n");
265 BIO_printf(bio_err,"ba
[all...]
H A Dcrl.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))
219 BIO_printf(bio_err,"unknown option %s\n",*argv);
231 BIO_printf(bio_err,"%s",*pp);
253 BIO_printf(bio_err,
261 BIO_printf(bio_err,
268 BIO_printf(bio_err,
275 if(i == 0) BIO_printf(bio_err, "verif
[all...]
H A Dopenssl.c151 BIO *bio_err=NULL; variable
212 /* we cannot use bio_err here */
290 if (bio_err == NULL)
291 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
292 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
348 BIO_printf(bio_err,
357 ERR_print_errors(bio_err);
423 BIO_printf(bio_err,"error in %s\n",argv[0]);
424 (void)BIO_flush(bio_err);
426 BIO_printf(bio_err,"ba
[all...]
H A Dversion.c147 if (bio_err == NULL)
148 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
149 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
170 BIO_printf(bio_err,"usage:version -[avbofpd]\n");
H A Derrstr.c81 if (bio_err == NULL)
82 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
83 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
H A Dspeed.c326 BIO_printf(bio_err,"unable to CreateThread (%d)",ret);
654 if (bio_err == NULL)
655 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
656 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
658 if (!load_config(bio_err, NULL))
669 BIO_printf(bio_err,"out of memory\n");
674 BIO_printf(bio_err,"out of memory\n");
715 BIO_printf(bio_err,"no EVP given\n");
725 BIO_printf(bio_err,"%s is an unknown cipher or digest\n",*argv);
743 BIO_printf(bio_err,"n
[all...]
H A Dpasswd.c78 if (bio_err == NULL)
79 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
80 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
82 if (!load_config(bio_err, NULL))
171 BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
172 BIO_printf(bio_err, "where options are\n");
174 BIO_printf(bio_err, "-crypt standard Unix password algorithm (default)\n");
177 BIO_printf(bio_err, "-1 MD5-based password algorithm\n");
178 BIO_printf(bio_err, "-apr1 MD5-based password algorithm, Apache variant\n");
180 BIO_printf(bio_err, "
[all...]
H A Dciphers.c109 if (bio_err == NULL)
110 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
118 if (!load_config(bio_err, NULL))
158 BIO_printf(bio_err,"%s",*pp);
168 BIO_printf(bio_err, "Error in cipher list\n");
222 ERR_print_errors(bio_err);

Completed in 250 milliseconds

123456