Home
last modified time | relevance | path

Searched refs:BIO_new_fp (Results 1 – 25 of 37) sorted by relevance

12

/mirbsd/src/lib/libssl/src/doc/crypto/
DBIO_s_file.pod5 BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp,
15 BIO *BIO_new_fp(FILE *stream, int flags);
52 BIO_new_fp() creates a file BIO wrapping B<stream>. Flags can be:
58 meaning as in BIO_new_fp(), it is a macro.
84 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
116 BIO_new_file() and BIO_new_fp() return a file BIO or NULL if an error
DBIO_f_base64.pod48 bio = BIO_new_fp(stdout, BIO_NOCLOSE);
63 bio = BIO_new_fp(stdin, BIO_NOCLOSE);
64 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
DBIO_f_ssl.pod174 out = BIO_new_fp(stdout, BIO_NOCLOSE);
260 out = BIO_new_fp(stdout, BIO_NOCLOSE);
/mirbsd/src/lib/libssl/src/apps/
Dnseq.c79 if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); in MAIN()
114 } else in = BIO_new_fp(stdin, BIO_NOCLOSE); in MAIN()
123 out = BIO_new_fp(stdout, BIO_NOCLOSE); in MAIN()
Dspkac.c101 if (!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); in MAIN()
210 out = BIO_new_fp(stdout, BIO_NOCLOSE); in MAIN()
233 else in = BIO_new_fp(stdin, BIO_NOCLOSE); in MAIN()
268 out = BIO_new_fp(stdout, BIO_NOCLOSE); in MAIN()
Dciphers.c109 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); in MAIN()
110 STDout=BIO_new_fp(stdout,BIO_NOCLOSE); in MAIN()
Drsautl.c109 if(!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); in MAIN()
226 } else in = BIO_new_fp(stdin, BIO_NOCLOSE); in MAIN()
235 out = BIO_new_fp(stdout, BIO_NOCLOSE); in MAIN()
Dpkcs8.c92 if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); in MAIN()
254 in = BIO_new_fp (stdin, BIO_NOCLOSE); in MAIN()
267 out = BIO_new_fp (stdout, BIO_NOCLOSE); in MAIN()
Dopenssl.c242 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE)); in main()
399 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); in do_cmd()
436 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE); in do_cmd()
Dengine.c360 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); in MAIN()
364 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE); in MAIN()
Dsmime.c458 } else in = BIO_new_fp(stdin, BIO_NOCLOSE); in MAIN()
467 out = BIO_new_fp(stdout, BIO_NOCLOSE); in MAIN()
Dpkcs12.c139 if (bio_err == NULL ) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); in MAIN()
368 if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE); in MAIN()
401 out = BIO_new_fp(stdout, BIO_NOCLOSE); in MAIN()
Ds_client.c290 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); in MAIN()
495 bio_c_out=BIO_new_fp(stdout,BIO_NOCLOSE); in MAIN()
/mirbsd/src/lib/libssl/src/crypto/conf/
Dconf_lib.c117 if(!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) { in CONF_load_fp()
205 if(!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) { in CONF_dump_fp()
275 if(!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) in NCONF_load_fp()
364 if(!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) { in NCONF_dump_fp()
Dconf_sap.c98 if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL) in OPENSSL_config()
/mirbsd/src/lib/libssl/src/crypto/pkcs7/
Dverify.c86 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
87 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
Ddec.c90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
/mirbsd/src/lib/libssl/src/crypto/dsa/
Ddsagen.c103 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); in main()
Ddsatest.c140 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); in main()
/mirbsd/src/lib/libssl/src/crypto/pem/
Dpem_pk8.c217 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { in do_pk8pkey_fp()
230 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { in d2i_PKCS8PrivateKey_fp()
/mirbsd/src/lib/libssl/src/crypto/x509v3/
Dv3_prn.c230 if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0; in X509V3_EXT_print_fp()
/mirbsd/src/lib/libssl/src/crypto/bio/
Dbss_file.c119 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp() function
Dbio.h512 # define BIO_new_fp BIO_new_fp_internal macro
516 BIO *BIO_new_fp(FILE *stream, int close_flag);
/mirbsd/src/lib/libssl/src/ssl/
Dssltest.c402 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); in main()
421 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE); in main()
601 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE)); in main()
/mirbsd/src/lib/libssl/src/crypto/threads/
Dmttest.c177 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); in main()
179 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE); in main()

12