Searched refs:BIO_NOCLOSE (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_prn.c74 BIO_set_fp(b, fp, BIO_NOCLOSE);
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_prn.c75 BIO_set_fp(b, fp, BIO_NOCLOSE);
90 BIO_set_fp(b, fp, BIO_NOCLOSE);
H A Ddsagen.c108 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-11-stable/crypto/openssl/apps/
H A Derrstr.c83 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
91 if ((out != NULL) && BIO_set_fp(out, stdout, BIO_NOCLOSE)) {
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 Dprime.c74 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
109 BIO_set_fp(bio_out, stdout, BIO_NOCLOSE);
H A Dspkac.c102 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
209 out = BIO_new_fp(stdout, BIO_NOCLOSE);
232 in = BIO_new_fp(stdin, BIO_NOCLOSE);
268 out = 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 Drand.c96 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
177 r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
H A Dciphers.c107 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
108 STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dgendh.c107 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
172 BIO_set_fp(out, stdout, BIO_NOCLOSE);
H A Dversion.c149 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
H A Dcrl2p7.c107 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
184 BIO_set_fp(in, stdin, BIO_NOCLOSE);
242 BIO_set_fp(out, stdout, BIO_NOCLOSE);
H A Dsess_id.c105 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
200 BIO_set_fp(out, stdout, BIO_NOCLOSE);
275 BIO_set_fp(in, stdin, 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 Dpkcs7.c100 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
187 BIO_set_fp(in, stdin, BIO_NOCLOSE);
211 BIO_set_fp(out, stdout, BIO_NOCLOSE);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_prn.c75 BIO_set_fp(b, fp, BIO_NOCLOSE);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_i2d_fp.c76 BIO_set_fp(b, out, BIO_NOCLOSE);
129 BIO_set_fp(b, out, BIO_NOCLOSE);
H A Dt_crl.c78 BIO_set_fp(b, fp, BIO_NOCLOSE);
/freebsd-11-stable/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-stable/crypto/openssl/crypto/err/
H A Derr_prn.c94 BIO_set_fp(&bio, fp, BIO_NOCLOSE);
/freebsd-11-stable/crypto/openssl/ssl/
H A Ddtlstest.c124 err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
H A Dfatalerrtest.c33 err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A Dlh_stats.c148 BIO_set_fp(bp, fp, BIO_NOCLOSE);
161 BIO_set_fp(bp, fp, BIO_NOCLOSE);
174 BIO_set_fp(bp, fp, BIO_NOCLOSE);

Completed in 127 milliseconds

1234