/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 | 615 BIO_printf(bio_err, "User interface error\n"); 616 ERR_print_errors(bio_err); 622 BIO_printf(bio_err,"aborted!\n"); 981 BIO_printf(bio_err,"no engine specified\n"); [all...] |
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);
|
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); 906 ERR_print_errors(bio_err); 952 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve); 966 BIO_printf(bio_err, "unable to create curve\n"); 991 ERR_print_errors(bio_err); 996 ERR_print_errors(bio_err); 1015 ERR_print_errors(bio_err); [all...] |
/external/openssl/crypto/jpake/ |
jpaketest.c | 121 BIO *bio_err; local 123 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); 187 CRYPTO_mem_leaks(bio_err);
|
/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/pkcs12/ |
p12_key.c | 68 extern BIO *bio_err;
|
/external/openssl/ |
Crypto-config-host.mk | 119 crypto/bio/bio_err.c \
|
Crypto-config-target.mk | 119 crypto/bio/bio_err.c \
|