Home
last modified time | relevance | path

Searched refs:BIO_NOCLOSE (Results 1 – 25 of 70) sorted by relevance

123

/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/lhash/
Dlh_stats.c31 BIO_set_fp(bp, fp, BIO_NOCLOSE); in OPENSSL_LH_stats()
43 BIO_set_fp(bp, fp, BIO_NOCLOSE); in OPENSSL_LH_node_stats()
55 BIO_set_fp(bp, fp, BIO_NOCLOSE); in OPENSSL_LH_node_usage_stats()
/third_party/openssl/crypto/dsa/
Ddsa_prn.c25 BIO_set_fp(b, fp, BIO_NOCLOSE); in DSA_print_fp()
40 BIO_set_fp(b, fp, BIO_NOCLOSE); in DSAparams_print_fp()
/third_party/boringssl/src/crypto/pem/
Dpem_pkey.c158 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in PEM_read_PrivateKey()
172 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in PEM_write_PrivateKey()
210 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in PEM_read_DHparams()
Dpem_pk8.c229 if (!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { in do_pk8pkey_fp()
243 if (!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { in d2i_PKCS8PrivateKey_fp()
Dpem_lib.c124 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in PEM_ASN1_read()
260 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in PEM_ASN1_write()
514 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in PEM_write()
585 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in PEM_read()
/third_party/openssl/test/
Dbio_memleak_test.c30 BIO_set_mem_buf(bio, &bufmem, BIO_NOCLOSE); in test_bio_memleak()
57 if (!TEST_int_gt(BIO_set_close(bio, BIO_NOCLOSE), 0)) in test_bio_get_mem()
122 (void)BIO_set_close(bio, BIO_NOCLOSE); in test_bio_rdonly_mem_buf()
/third_party/openssl/doc/man3/
DBIO_f_base64.pod50 bio = BIO_new_fp(stdout, BIO_NOCLOSE);
65 bio = BIO_new_fp(stdin, BIO_NOCLOSE);
66 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
DBIO_s_file.pod53 BIO_CLOSE, BIO_NOCLOSE (the close flag) BIO_FP_TEXT (sets the underlying
74 normally be closed so the BIO_NOCLOSE flag should be set.
107 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE);
117 if (!BIO_set_fp(bio_out, stdout, BIO_NOCLOSE))
/third_party/openssl/crypto/asn1/
Da_i2d_fp.c27 BIO_set_fp(b, out, BIO_NOCLOSE); in ASN1_i2d_fp()
80 BIO_set_fp(b, out, BIO_NOCLOSE); in ASN1_item_i2d_fp()
Da_d2i_fp.c30 BIO_set_fp(b, in, BIO_NOCLOSE); in ASN1_d2i_fp()
85 BIO_set_fp(b, in, BIO_NOCLOSE); in ASN1_item_d2i_fp()
/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/ec/
Deck_prn.c27 BIO_set_fp(b, fp, BIO_NOCLOSE); in ECPKParameters_print_fp()
42 BIO_set_fp(b, fp, BIO_NOCLOSE); in EC_KEY_print_fp()
57 BIO_set_fp(b, fp, BIO_NOCLOSE); in ECParameters_print_fp()
/third_party/curl/docs/examples/
Dcurlx.c298 p.errorbio = BIO_new_fp(stderr, BIO_NOCLOSE); in main()
393 BIO_set_fp(in, stdin, BIO_NOCLOSE|BIO_FP_TEXT); in main()
408 BIO_set_fp(out, stdout, BIO_NOCLOSE|BIO_FP_TEXT); in main()
416 p.errorbio = BIO_new_fp(stderr, BIO_NOCLOSE); in main()
/third_party/openssl/crypto/pem/
Dpem_pkey.c182 BIO_set_fp(b, fp, BIO_NOCLOSE); in PEM_read_PrivateKey()
195 if ((b = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in PEM_write_PrivateKey()
244 BIO_set_fp(b, fp, BIO_NOCLOSE); in PEM_read_DHparams()
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()
/third_party/openssl/crypto/dh/
Ddh_prn.c25 BIO_set_fp(b, fp, BIO_NOCLOSE); in DHparams_print_fp()
/third_party/boringssl/src/crypto/asn1/
Da_i2d_fp.c66 BIO *b = BIO_new_fp(out, BIO_NOCLOSE); in ASN1_item_i2d_fp()
Da_d2i_fp.c84 BIO *b = BIO_new_fp(in, BIO_NOCLOSE); in ASN1_item_d2i_fp()
/third_party/openssl/crypto/rsa/
Drsa_prn.c25 BIO_set_fp(b, fp, BIO_NOCLOSE); in RSA_print_fp()
/third_party/boringssl/src/tool/
Dgenrsa.cc50 bssl::UniquePtr<BIO> bio(BIO_new_fp(stdout, BIO_NOCLOSE)); in GenerateRSAKey()
/third_party/openssl/crypto/err/
Derr_prn.c58 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); in ERR_print_errors_fp()
/third_party/openssl/apps/
Ds_socket.c139 BIO *tmpbio = BIO_new_dgram_sctp(*sock, BIO_NOCLOSE); in init_client()
273 BIO *tmpbio = BIO_new_dgram_sctp(asock, BIO_NOCLOSE); in do_server()
/third_party/openssl/demos/bio/
Dclient-arg.c90 out = BIO_new_fp(stdout, BIO_NOCLOSE); in main()
/third_party/boringssl/src/crypto/x509/
Dt_crl.c67 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in X509_CRL_print_fp()

123