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

12

/freebsd-10.3-release/crypto/openssl/apps/
H A Dpkeyparam.c83 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
147 in = BIO_new_fp(stdin, BIO_NOCLOSE);
155 out = BIO_new_fp(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 Dspkac.c104 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
210 out = BIO_new_fp(stdout, BIO_NOCLOSE);
233 in = BIO_new_fp(stdin, BIO_NOCLOSE);
269 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dciphers.c104 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
105 STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dpkey.c88 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
196 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dpkcs8.c95 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
234 in = BIO_new_fp(stdin, BIO_NOCLOSE);
242 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Drsautl.c113 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
249 in = BIO_new_fp(stdin, BIO_NOCLOSE);
258 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.c111 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
245 in = BIO_new_fp(stdin, BIO_NOCLOSE);
255 out = 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.c565 in = BIO_new_fp(stdin, BIO_NOCLOSE);
598 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Ds_time.c362 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
H A Dpkcs12.c140 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
453 in = BIO_new_fp(stdin, BIO_NOCLOSE);
468 out = BIO_new_fp(stdout, BIO_NOCLOSE);
/freebsd-10.3-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-10.3-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-10.3-release/crypto/openssl/ssl/
H A Dclienthellotest.c108 err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
/freebsd-10.3-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.c234 if ((b = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
/freebsd-10.3-release/crypto/openssl/crypto/jpake/
H A Djpaketest.c117 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-10.3-release/crypto/openssl/crypto/srp/
H A Dsrptest.c127 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-10.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c253 if (!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)))
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbss_file.c194 BIO *BIO_new_fp(FILE *stream, int close_flag) function
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_strex.c598 btmp = BIO_new_fp(fp, BIO_NOCLOSE);

Completed in 211 milliseconds

12