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

12

/freebsd-10.3-release/crypto/openssl/crypto/ecdsa/
H A Decdsatest.c516 out = BIO_new_fp(stdout, BIO_NOCLOSE);
/freebsd-10.3-release/crypto/openssl/apps/
H A Ddgst.c322 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dcms.c713 in = BIO_new_fp(stdin, BIO_NOCLOSE);
781 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Docsp.c176 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
576 out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dx509.c220 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
224 STDout = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dapps.c696 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE);
1089 bio = BIO_new_fp(stdin, BIO_NOCLOSE);
2359 out = BIO_new_fp(stderr, BIO_NOCLOSE);
H A Ds_client.c703 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
1104 bio_c_out = BIO_new_fp(stdout, BIO_NOCLOSE);
H A Dts.c489 return file == NULL ? BIO_new_fp(default_fp, BIO_NOCLOSE)
H A Ds_server.c1069 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
1538 bio_s_out = BIO_new_fp(stdout, BIO_NOCLOSE);
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssltest.c568 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
585 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT);
815 ERR_print_errors(BIO_new_fp(stderr, BIO_NOCLOSE));
/freebsd-10.3-release/crypto/openssl/crypto/x509v3/
H A Dpcy_tree.c105 err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbio.h655 BIO *BIO_new_fp(FILE *stream, int close_flag);
/freebsd-10.3-release/contrib/sendmail/src/
H A Dtls.c1806 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
/freebsd-10.3-release/crypto/openssl/engines/
H A De_capi.c315 out = BIO_new_fp(stdout, BIO_NOCLOSE);
/freebsd-10.3-release/secure/lib/libcrypto/
H A DMakefile.man295 MLINKS+= BIO_s_file.3 BIO_new_fp.3

Completed in 305 milliseconds

12