Searched refs:bio_err (Results 51 - 62 of 62) sorted by relevance

123

/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_time.c296 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
338 BIO_printf(bio_err, "-www option too long\n");
357 BIO_printf(bio_err, "unknown option %s\n", *argv);
457 if (bio_err == NULL)
458 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
489 * BIO_printf(bio_err,"error setting default verify locations\n");
491 ERR_print_errors(bio_err);
712 BIO_printf(bio_err, "DELAY\n");
730 BIO_printf(bio_err, "ERROR\n");
732 BIO_printf(bio_err, "verif
[all...]
H A Dengine.c348 if (bio_err == NULL)
349 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
351 if (!load_config(bio_err, NULL))
403 BIO_printf(bio_err, "%s", *pp);
489 ERR_print_errors(bio_err);
495 ERR_print_errors(bio_err);
H A Dapps.h152 BIO *bio_err = NULL; variable
156 extern BIO *bio_err;
165 extern BIO *bio_err;
/freebsd-9.3-release/crypto/openssl/crypto/jpake/
H A Djpaketest.c115 BIO *bio_err; local
117 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
180 CRYPTO_mem_leaks(bio_err);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssltest.c216 static BIO *bio_err = NULL; variable
386 /* we cannot use bio_err here */
442 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
709 ERR_print_errors(bio_err);
743 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
751 BIO_printf(bio_err, "unable to create curve\n");
768 ERR_print_errors(bio_err);
773 ERR_print_errors(bio_err);
789 ERR_print_errors(bio_err);
794 BIO_printf(bio_err, "clien
[all...]
H A Dssl_task.c136 BIO *bio_err = NULL; variable
228 if (bio_err == NULL)
229 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
230 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE);
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A DMakefile20 LIBSRC= bio_lib.c bio_cb.c bio_err.c \
27 LIBOBJ= bio_lib.o bio_cb.o bio_err.o \
139 bio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
140 bio_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
141 bio_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
142 bio_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
143 bio_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
144 bio_err.o: ../../include/openssl/symhacks.h bio_err.c
/freebsd-9.3-release/crypto/openssl/crypto/threads/
H A Dmttest.c132 BIO *bio_err = NULL; variable
200 if (bio_err == NULL)
201 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
273 ERR_print_errors(bio_err);
285 ERR_print_errors(bio_err);
288 ERR_print_errors(bio_err);
302 ERR_print_errors(bio_err);
/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_key.c71 extern BIO *bio_err;
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsatest.c235 CRYPTO_mem_leaks(bio_err);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dtls.c1578 BIO *bio_err = NULL; local
1586 if (bio_err == NULL)
1587 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile66 bf_null.c bio_cb.c bio_err.c bio_lib.c bss_acpt.c bss_bio.c \

Completed in 203 milliseconds

123