HomeSort by relevance Sort by last modified time
    Searched full:bio_err (Results 51 - 65 of 65) sorted by null

1 23

  /external/openssl/apps/
s_time.c 241 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
279 BIO_printf(bio_err,"-www option too long\n");
299 BIO_printf(bio_err,"unknown option %s\n",*argv);
349 if (bio_err == NULL)
350 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
379 /* BIO_printf(bio_err,"error setting default verify locations\n"); */
380 ERR_print_errors(bio_err);
599 BIO_printf(bio_err,"DELAY\n");
618 BIO_printf(bio_err,"ERROR\n");
620 BIO_printf(bio_err,"verify error:%s\n"
    [all...]
apps.c 613 BIO_printf(bio_err, "User interface error\n");
614 ERR_print_errors(bio_err);
620 BIO_printf(bio_err,"aborted!\n");
979 BIO_printf(bio_err,"no engine specified\n");
    [all...]
errstr.c 81 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);
engine.c 357 if (bio_err == NULL)
358 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
360 if (!load_config(bio_err, NULL))
420 BIO_printf(bio_err,"%s",*pp);
529 ERR_print_errors(bio_err);
535 ERR_print_errors(bio_err);
version.c 147 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");
apps.h 146 BIO *bio_err=NULL; variable
149 extern BIO *bio_err;
157 extern BIO *bio_err;
  /external/openssl/ssl/
ssltest.c 295 static BIO *bio_err=NULL; variable
476 /* we cannot use bio_err here */
559 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT);
641 BIO_printf(bio_err,"Not a hex number '%s'\n",*argv);
900 ERR_print_errors(bio_err);
946 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
960 BIO_printf(bio_err, "unable to create curve\n");
985 ERR_print_errors(bio_err);
990 ERR_print_errors(bio_err);
1009 ERR_print_errors(bio_err);
    [all...]
  /external/openssl/patches/
progs.patch 8 BIO_printf(bio_err,
handshake_cutthrough.patch 12 BIO_printf(bio_err," -nextprotoneg arg - enable NPN extension, considering named protocols supported (comma-separated list)\n");
15 + BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
16 BIO_printf(bio_err," -legacy_renegotiation - enable use of legacy renegotiation (dangerous)\n");
17 BIO_printf(bio_err," -use_srtp profiles - Offer SRTP key management with a colon-separated profile list\n");
18 BIO_printf(bio_err," -keymatexport label - Export keying material using label\n");
  /external/openssl/crypto/err/
openssl.ec 21 L BIO crypto/bio/bio.h crypto/bio/bio_err.c
  /external/openssl/crypto/threads/
mttest.c 134 BIO *bio_err=NULL; variable
201 if (bio_err == NULL)
202 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
282 ERR_print_errors(bio_err);
293 ERR_print_errors(bio_err);
297 ERR_print_errors(bio_err);
315 ERR_print_errors(bio_err);
  /external/openssl/crypto/bio/
bio_err.c 1 /* crypto/bio/bio_err.c */
  /external/openssl/crypto/pkcs12/
p12_key.c 68 extern BIO *bio_err;
  /external/openssl/
Crypto-config.mk 130 crypto/bio/bio_err.c \
openssl.config 395 crypto/bio/bio_err.c \

Completed in 503 milliseconds

1 23