/external/boringssl/src/crypto/pem/ |
D | pem_pkey.c | 158 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()
|
D | pem_pk8.c | 229 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()
|
D | pem_lib.c | 124 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()
|
D | pem_info.c | 78 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in STACK_OF()
|
/external/boringssl/src/crypto/bio/ |
D | file.c | 110 ret = BIO_new_fp(file, BIO_CLOSE); in BIO_new_file() 119 BIO *BIO_new_fp(FILE *stream, int close_flag) { in BIO_new_fp() function
|
/external/honggfuzz/examples/openssl/ |
D | x509.c | 27 BIO* o = BIO_new_fp(stdout, BIO_NOCLOSE); in LLVMFuzzerTestOneInput()
|
/external/boringssl/src/crypto/asn1/ |
D | a_i2d_fp.c | 66 BIO *b = BIO_new_fp(out, BIO_NOCLOSE); in ASN1_item_i2d_fp()
|
D | a_d2i_fp.c | 84 BIO *b = BIO_new_fp(in, BIO_NOCLOSE); in ASN1_item_d2i_fp()
|
/external/boringssl/src/tool/ |
D | genrsa.cc | 50 bssl::UniquePtr<BIO> bio(BIO_new_fp(stdout, BIO_NOCLOSE)); in GenerateRSAKey()
|
D | server.cc | 351 bssl::UniquePtr<BIO> bio_stderr(BIO_new_fp(stderr, BIO_NOCLOSE)); in Server()
|
D | client.cc | 321 bssl::UniquePtr<BIO> bio_stderr(BIO_new_fp(stderr, BIO_NOCLOSE)); in DoConnection()
|
/external/boringssl/src/crypto/x509/ |
D | t_crl.c | 67 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in X509_CRL_print_fp()
|
D | x_all.c | 211 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); \ 222 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); \
|
D | t_req.c | 68 BIO *bio = BIO_new_fp(fp, BIO_NOCLOSE); in X509_REQ_print_fp()
|
D | t_x509.c | 75 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in X509_print_ex_fp()
|
D | a_strex.c | 602 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
|
/external/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()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_prn.c | 223 if (!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) in X509V3_EXT_print_fp()
|
D | pcy_tree.c | 110 err = BIO_new_fp(stderr, BIO_NOCLOSE); in tree_print()
|
/external/boringssl/src/crypto/bn_extra/ |
D | convert.c | 370 BIO *b = BIO_new_fp(fp, BIO_NOCLOSE); in BN_print_fp()
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 474 OPENSSL_EXPORT BIO *BIO_new_fp(FILE *stream, int close_flag);
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 829 bio = BIO_new_fp(fp, 0 /* don't take ownership */); in d2i_PKCS12_fp() 868 BIO *bio = BIO_new_fp(fp, 0 /* don't take ownership */); in i2d_PKCS12_fp()
|
/external/wpa_supplicant_8/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()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1504 BIO_new_fp
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1532 #define BIO_new_fp GRPC_SHADOW_BIO_new_fp macro
|