Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_i2d_fp.c73 BIO_set_fp(b,out,BIO_NOCLOSE); in ASN1_i2d_fp()
122 BIO_set_fp(b,out,BIO_NOCLOSE); in ASN1_item_i2d_fp()
Da_d2i_fp.c81 BIO_set_fp(b,in,BIO_NOCLOSE); in ASN1_d2i_fp()
135 BIO_set_fp(b,in,BIO_NOCLOSE); in ASN1_item_d2i_fp()
/external/curl/docs/examples/
Dcurlx.c286 p.errorbio = BIO_new_fp (stderr, BIO_NOCLOSE); in main()
354 BIO_set_fp(in,stdin,BIO_NOCLOSE|BIO_FP_TEXT); in main()
367 BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT); in main()
375 p.errorbio = BIO_new_fp (stderr, BIO_NOCLOSE); in main()
/external/boringssl/src/crypto/pem/
Dpem_pkey.c242 BIO_set_fp(b,fp,BIO_NOCLOSE); in PEM_read_PrivateKey()
255 if ((b=BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in PEM_write_PrivateKey()
303 BIO_set_fp(b,fp,BIO_NOCLOSE); in PEM_read_DHparams()
Dpem_pk8.c218 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { in do_pk8pkey_fp()
231 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { in d2i_PKCS8PrivateKey_fp()
Dpem_lib.c134 BIO_set_fp(b,fp,BIO_NOCLOSE); in PEM_ASN1_read()
277 BIO_set_fp(b,fp,BIO_NOCLOSE); in PEM_ASN1_write()
545 BIO_set_fp(b,fp,BIO_NOCLOSE); in PEM_write()
625 BIO_set_fp(b,fp,BIO_NOCLOSE); in PEM_read()
Dpem_info.c86 BIO_set_fp(b,fp,BIO_NOCLOSE); in STACK_OF()
/external/boringssl/src/tool/
Dgenrsa.cc56 ScopedBIO bio(BIO_new_fp(stdout, BIO_NOCLOSE)); in GenerateRSAKey()
/external/boringssl/src/crypto/x509/
Dt_crl.c76 BIO_set_fp(b,fp,BIO_NOCLOSE); in X509_CRL_print_fp()
Dt_req.c74 BIO_set_fp(bio, fp, BIO_NOCLOSE); in X509_REQ_print_fp()
Da_strex.c521 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
Dt_x509.c80 BIO_set_fp(b,fp,BIO_NOCLOSE); in X509_print_ex_fp()
/external/boringssl/src/crypto/x509v3/
Dv3_prn.c202 if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0; in X509V3_EXT_print_fp()
Dpcy_tree.c108 err = BIO_new_fp(stderr, BIO_NOCLOSE); in tree_print()
/external/boringssl/src/include/openssl/
Dbio.h689 #define BIO_NOCLOSE 0 macro
/external/boringssl/src/crypto/bn/
Dconvert.c509 BIO_set_fp(b, fp, BIO_NOCLOSE); in BN_print_fp()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c754 out = BIO_new_fp(stdout, BIO_NOCLOSE); in debug_print_logotypeext()
905 out = BIO_new_fp(stdout, BIO_NOCLOSE); in validate_server_cert()
940 out = BIO_new_fp(stdout, BIO_NOCLOSE); in http_parse_x509_certificate()
/external/boringssl/src/ssl/
Dssl_lib.c1005 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_fd()
1019 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_wfd()
1036 BIO_set_fd(bio, fd, BIO_NOCLOSE); in SSL_set_rfd()
/external/tlsdate/src/
Dtlsdate-helper-plan9.c1040 if (NULL == BIO_new_fp(stdout, BIO_NOCLOSE)) in run_ssl()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1270 ScopedBIO bio(BIO_new_socket(sock, BIO_NOCLOSE)); in DoExchange()