/third_party/openssl/doc/man3/ |
D | BIO_s_file.pod | 5 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);
|
D | BIO_f_base64.pod | 63 bio = BIO_new_fp(stdout, BIO_NOCLOSE); 78 bio = BIO_new_fp(stdin, BIO_NOCLOSE); 79 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
D | BIO_f_ssl.pod | 181 out = BIO_new_fp(stdout, BIO_NOCLOSE); 245 out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
D | BIO_s_connect.pod | 177 out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
D | ASN1_TIME_set.pod | 222 b = BIO_new_fp(stdout, BIO_NOCLOSE);
|
/third_party/openssl/test/testutil/ |
D | basic_output.c | 22 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/ |
D | conf_lib.c | 73 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/ |
D | err_prn.c | 58 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); in ERR_print_errors_fp()
|
/third_party/openssl/crypto/pem/ |
D | pem_pk8.c | 184 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()
|
D | pem_pkey.c | 195 if ((b = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in PEM_write_PrivateKey()
|
/third_party/openssl/demos/bio/ |
D | client-arg.c | 90 out = BIO_new_fp(stdout, BIO_NOCLOSE); in main()
|
D | client-conf.c | 98 out = BIO_new_fp(stdout, BIO_NOCLOSE); in main()
|
/third_party/curl/docs/examples/ |
D | curlx.c | 298 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/ |
D | debughelpers.c | 200 self->keylog_bio = BIO_new_fp(fp, BIO_CLOSE | BIO_FP_TEXT); in _PySSLContext_set_keylog_filename()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_prn.c | 204 if ((bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in X509V3_EXT_print_fp()
|
D | pcy_tree.c | 63 BIO *err = BIO_new_fp(stderr, BIO_NOCLOSE); in tree_print()
|
/third_party/openssl/crypto/bio/ |
D | bss_file.c | 92 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp() function
|
/third_party/openssl/crypto/asn1/ |
D | a_strex.c | 577 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
|
/third_party/openssl/apps/ |
D | apps.c | 2494 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/ |
D | http_curl.c | 770 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/ |
D | http_curl.c | 770 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/ |
D | bio.h | 547 BIO *BIO_new_fp(FILE *stream, int close_flag);
|
/third_party/openssl/test/ |
D | ssltest_old.c | 939 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/ |
D | tls_wrap.cc | 977 wrap->bio_trace_.reset(BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT)); in EnableTrace()
|
/third_party/openssl/engines/ |
D | e_capi.c | 294 out = BIO_new_fp(stdout, BIO_NOCLOSE); in capi_ctrl()
|