Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/pem/
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_pkey.c255 if ((b=BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) in PEM_write_PrivateKey()
/external/boringssl/src/crypto/cmac/
Dcmac_test.cc25 ScopedBIO bio(BIO_new_fp(stderr, 0 /* don't close */)); in dump()
/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/crypto/bio/
Dfile.c153 BIO *BIO_new_fp(FILE *stream, int close_flag) { in BIO_new_fp() function
/external/boringssl/src/include/openssl/
Dbio.h481 OPENSSL_EXPORT BIO *BIO_new_fp(FILE *stream, int close_flag);
/external/boringssl/src/crypto/x509/
Da_strex.c521 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c716 out = BIO_new_fp(stdout, BIO_NOCLOSE); in debug_print_logotypeext()
865 out = BIO_new_fp(stdout, BIO_NOCLOSE); in validate_server_cert()
900 out = BIO_new_fp(stdout, BIO_NOCLOSE); in http_parse_x509_certificate()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8.c1106 bio = BIO_new_fp(fp, 0 /* don't take ownership */); in d2i_PKCS12_fp()
/external/libvncserver/x11vnc/
Denc.h1626 bio = BIO_new_fp(stdout, BIO_NOCLOSE); in show_cert()
Dsslhelper.c1098 bio = BIO_new_fp(in, BIO_CLOSE|BIO_FP_TEXT); in openssl_init()
1500 bio = BIO_new_fp(in, BIO_CLOSE|BIO_FP_TEXT); in add_anon_dh()