/external/boringssl/src/crypto/asn1/ |
D | a_i2d_fp.c | 73 BIO_set_fp(b,out,BIO_NOCLOSE); in ASN1_i2d_fp() 122 BIO_set_fp(b,out,BIO_NOCLOSE); in ASN1_item_i2d_fp()
|
D | a_d2i_fp.c | 81 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/ |
D | curlx.c | 286 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/ |
D | pem_pkey.c | 242 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()
|
D | pem_pk8.c | 218 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()
|
D | pem_lib.c | 134 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()
|
D | pem_info.c | 86 BIO_set_fp(b,fp,BIO_NOCLOSE); in STACK_OF()
|
/external/boringssl/src/tool/ |
D | genrsa.cc | 56 ScopedBIO bio(BIO_new_fp(stdout, BIO_NOCLOSE)); in GenerateRSAKey()
|
/external/boringssl/src/crypto/x509/ |
D | t_crl.c | 76 BIO_set_fp(b,fp,BIO_NOCLOSE); in X509_CRL_print_fp()
|
D | t_req.c | 74 BIO_set_fp(bio, fp, BIO_NOCLOSE); in X509_REQ_print_fp()
|
D | a_strex.c | 521 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
|
D | t_x509.c | 80 BIO_set_fp(b,fp,BIO_NOCLOSE); in X509_print_ex_fp()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_prn.c | 202 if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0; in X509V3_EXT_print_fp()
|
D | pcy_tree.c | 108 err = BIO_new_fp(stderr, BIO_NOCLOSE); in tree_print()
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 689 #define BIO_NOCLOSE 0 macro
|
/external/boringssl/src/crypto/bn/ |
D | convert.c | 509 BIO_set_fp(b, fp, BIO_NOCLOSE); in BN_print_fp()
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 754 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/ |
D | ssl_lib.c | 1005 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/ |
D | tlsdate-helper-plan9.c | 1040 if (NULL == BIO_new_fp(stdout, BIO_NOCLOSE)) in run_ssl()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1270 ScopedBIO bio(BIO_new_socket(sock, BIO_NOCLOSE)); in DoExchange()
|