Searched refs:BIO_new_fp (Results 1 – 14 of 14) sorted by relevance
/external/honggfuzz/examples/openssl/ |
D | x509.c | 27 BIO* o = BIO_new_fp(stdout, BIO_NOCLOSE); in LLVMFuzzerTestOneInput()
|
/external/boringssl/src/crypto/pem/ |
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_pkey.c | 178 if ((b = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in PEM_write_PrivateKey()
|
/external/boringssl/src/tool/ |
D | genrsa.cc | 50 bssl::UniquePtr<BIO> bio(BIO_new_fp(stdout, BIO_NOCLOSE)); in GenerateRSAKey()
|
D | server.cc | 352 bssl::UniquePtr<BIO> bio_stderr(BIO_new_fp(stderr, BIO_NOCLOSE)); in Server()
|
D | client.cc | 328 bssl::UniquePtr<BIO> bio_stderr(BIO_new_fp(stderr, BIO_NOCLOSE)); in DoConnection()
|
/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/bio/ |
D | file.c | 118 BIO *BIO_new_fp(FILE *stream, int close_flag) { in BIO_new_fp() function
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 470 OPENSSL_EXPORT BIO *BIO_new_fp(FILE *stream, int close_flag);
|
/external/boringssl/src/crypto/x509/ |
D | a_strex.c | 582 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 753 out = BIO_new_fp(stdout, BIO_NOCLOSE); in debug_print_logotypeext() 902 out = BIO_new_fp(stdout, BIO_NOCLOSE); in validate_server_cert() 937 out = BIO_new_fp(stdout, BIO_NOCLOSE); in http_parse_x509_certificate()
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 707 bio = BIO_new_fp(fp, 0 /* don't take ownership */); in d2i_PKCS12_fp()
|