Searched refs:BIO_new_fp (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11.0-release/crypto/openssl/apps/
H A Dnseq.c81 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
120 in = BIO_new_fp(stdin, BIO_NOCLOSE);
128 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dpkeyparam.c82 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
144 in = BIO_new_fp(stdin, BIO_NOCLOSE);
152 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dspkac.c102 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
206 out = BIO_new_fp(stdout, BIO_NOCLOSE);
229 in = BIO_new_fp(stdin, BIO_NOCLOSE);
265 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dciphers.c107 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
108 STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dpkey.c86 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
192 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dpkcs8.c93 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
240 in = BIO_new_fp(stdin, BIO_NOCLOSE);
248 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Drsautl.c111 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
245 in = BIO_new_fp(stdin, BIO_NOCLOSE);
254 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dgenpkey.c95 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
214 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dopenssl.c315 ERR_print_errors(BIO_new_fp(stderr, BIO_NOCLOSE));
479 BIO *bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
521 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dpkeyutl.c115 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
268 in = BIO_new_fp(stdin, BIO_NOCLOSE);
278 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Docsp.c179 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
594 out = BIO_new_fp(stdout, BIO_NOCLOSE);
606 derbio = BIO_new_fp(stdin, BIO_NOCLOSE);
706 derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
749 derbio = BIO_new_fp(stdin, BIO_NOCLOSE);
772 derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dengine.c341 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
345 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dsmime.c561 in = BIO_new_fp(stdin, BIO_NOCLOSE);
594 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Ds_time.c362 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-11.0-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c121 if (!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) {
203 if (!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) {
273 if (!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) {
357 if (!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) {
/freebsd-11.0-release/crypto/openssl/crypto/dsa/
H A Ddsagen.c108 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
H A Ddsatest.c153 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-11.0-release/crypto/openssl/ssl/
H A Ddtlstest.c124 err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
H A Dclienthellotest.c108 err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
H A Dsslv2conftest.c92 err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
/freebsd-11.0-release/crypto/openssl/crypto/pem/
H A Dpem_pk8.c230 if (!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
244 if (!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
H A Dpem_pkey.c237 if ((b = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
/freebsd-11.0-release/crypto/openssl/crypto/srp/
H A Dsrptest.c127 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-11.0-release/crypto/openssl/crypto/jpake/
H A Djpaketest.c117 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c253 if (!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)))

Completed in 78 milliseconds

12