Home
last modified time | relevance | path

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

12

/third_party/openssl/doc/man3/
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.
87 BIO_new_file() and BIO_new_fp() return a file BIO or NULL if an error
107 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
DBIO_f_base64.pod63 bio = BIO_new_fp(stdout, BIO_NOCLOSE);
78 bio = BIO_new_fp(stdin, BIO_NOCLOSE);
79 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
DBIO_f_ssl.pod181 out = BIO_new_fp(stdout, BIO_NOCLOSE);
245 out = BIO_new_fp(stdout, BIO_NOCLOSE);
DBIO_s_connect.pod177 out = BIO_new_fp(stdout, BIO_NOCLOSE);
DASN1_TIME_set.pod222 b = BIO_new_fp(stdout, BIO_NOCLOSE);
/third_party/openssl/test/testutil/
Dbasic_output.c22 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT); in test_open_streams()
23 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in test_open_streams()
/third_party/openssl/crypto/conf/
Dconf_lib.c73 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in LHASH_OF()
152 if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) { in CONF_dump_fp()
222 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in NCONF_load_fp()
331 if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) { in NCONF_dump_fp()
/third_party/openssl/crypto/err/
Derr_prn.c58 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); in ERR_print_errors_fp()
/third_party/openssl/crypto/pem/
Dpem_pk8.c184 if ((bp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in do_pk8pkey_fp()
199 if ((bp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in d2i_PKCS8PrivateKey_fp()
Dpem_pkey.c195 if ((b = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in PEM_write_PrivateKey()
/third_party/openssl/demos/bio/
Dclient-arg.c90 out = BIO_new_fp(stdout, BIO_NOCLOSE); in main()
Dclient-conf.c98 out = BIO_new_fp(stdout, BIO_NOCLOSE); in main()
/third_party/curl/docs/examples/
Dcurlx.c298 p.errorbio = BIO_new_fp(stderr, BIO_NOCLOSE); in main()
416 p.errorbio = BIO_new_fp(stderr, BIO_NOCLOSE); in main()
/third_party/python/Modules/_ssl/
Ddebughelpers.c200 self->keylog_bio = BIO_new_fp(fp, BIO_CLOSE | BIO_FP_TEXT); in _PySSLContext_set_keylog_filename()
/third_party/openssl/crypto/x509v3/
Dv3_prn.c204 if ((bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in X509V3_EXT_print_fp()
Dpcy_tree.c63 BIO *err = BIO_new_fp(stderr, BIO_NOCLOSE); in tree_print()
/third_party/openssl/crypto/bio/
Dbss_file.c92 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp() function
/third_party/openssl/crypto/asn1/
Da_strex.c577 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
/third_party/openssl/apps/
Dapps.c2494 return BIO_new_fp(stdin, in dup_bio_in()
2502 BIO *b = BIO_new_fp(stdout, in dup_bio_out()
2523 BIO *b = BIO_new_fp(stderr, in dup_bio_err()
2633 b = BIO_new_fp(fp, bflags); in bio_open_owner()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c770 out = BIO_new_fp(stdout, BIO_NOCLOSE); in debug_print_logotypeext()
919 out = BIO_new_fp(stdout, BIO_NOCLOSE); in validate_server_cert()
954 out = BIO_new_fp(stdout, BIO_NOCLOSE); in http_parse_x509_certificate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c770 out = BIO_new_fp(stdout, BIO_NOCLOSE); in debug_print_logotypeext()
919 out = BIO_new_fp(stdout, BIO_NOCLOSE); in validate_server_cert()
954 out = BIO_new_fp(stdout, BIO_NOCLOSE); in http_parse_x509_certificate()
/third_party/openssl/include/openssl/
Dbio.h547 BIO *BIO_new_fp(FILE *stream, int close_flag);
/third_party/openssl/test/
Dssltest_old.c939 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in main()
946 bio_stdout = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT); in main()
/third_party/node/src/
Dtls_wrap.cc977 wrap->bio_trace_.reset(BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT)); in EnableTrace()
/third_party/openssl/engines/
De_capi.c294 out = BIO_new_fp(stdout, BIO_NOCLOSE); in capi_ctrl()

12