Home
last modified time | relevance | path

Searched refs:BIO_new_fp (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/tool/
Dgenrsa.cc50 bssl::UniquePtr<BIO> bio(BIO_new_fp(stdout, BIO_NOCLOSE)); in GenerateRSAKey()
/external/boringssl/src/crypto/pem/
Dpem_pk8.c228 if (!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { in do_pk8pkey_fp()
242 if (!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { in d2i_PKCS8PrivateKey_fp()
Dpem_pkey.c178 if ((b = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in PEM_write_PrivateKey()
/external/curl/docs/examples/
Dcurlx.c296 p.errorbio = BIO_new_fp (stderr, BIO_NOCLOSE); in main()
411 p.errorbio = BIO_new_fp (stderr, BIO_NOCLOSE); in main()
/external/boringssl/src/crypto/x509v3/
Dv3_prn.c223 if (!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) in X509V3_EXT_print_fp()
Dpcy_tree.c110 err = BIO_new_fp(stderr, BIO_NOCLOSE); in tree_print()
/external/boringssl/src/crypto/bio/
Dfile.c117 BIO *BIO_new_fp(FILE *stream, int close_flag) { in BIO_new_fp() function
/external/boringssl/src/include/openssl/
Dbio.h466 OPENSSL_EXPORT BIO *BIO_new_fp(FILE *stream, int close_flag);
/external/boringssl/src/crypto/x509/
Da_strex.c582 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c754 out = BIO_new_fp(stdout, BIO_NOCLOSE); in debug_print_logotypeext()
903 out = BIO_new_fp(stdout, BIO_NOCLOSE); in validate_server_cert()
938 out = BIO_new_fp(stdout, BIO_NOCLOSE); in http_parse_x509_certificate()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c708 bio = BIO_new_fp(fp, 0 /* don't take ownership */); in d2i_PKCS12_fp()