Home
last modified time | relevance | path

Searched refs:BIO_s_file (Results 1 – 25 of 39) sorted by relevance

12

/third_party/openssl/doc/man3/
DBIO_s_file.pod5 BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp,
13 const BIO_METHOD *BIO_s_file(void);
27 BIO_s_file() returns the BIO file method. As its name implies it
85 BIO_s_file() returns the file BIO method.
114 bio_out = BIO_new(BIO_s_file());
135 out = BIO_new(BIO_s_file());
DPEM_bytes_read_bio.pod55 use of BIO_s_file() indicates the use of the operating system stdio
/third_party/openssl/crypto/lhash/
Dlh_stats.c28 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_stats()
40 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_stats()
52 bp = BIO_new(BIO_s_file()); in OPENSSL_LH_node_usage_stats()
/third_party/openssl/crypto/dsa/
Ddsa_prn.c21 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSA_print_fp()
36 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSAparams_print_fp()
/third_party/openssl/crypto/asn1/
Da_i2d_fp.c23 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp()
76 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_i2d_fp()
Da_d2i_fp.c26 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_d2i_fp()
81 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_d2i_fp()
/third_party/openssl/crypto/bio/
Dbss_file.c81 if ((ret = BIO_new(BIO_s_file())) == NULL) { in BIO_new_file()
96 if ((ret = BIO_new(BIO_s_file())) == NULL) in BIO_new_fp()
105 const BIO_METHOD *BIO_s_file(void) in BIO_s_file() function
412 const BIO_METHOD *BIO_s_file(void) in BIO_s_file() function
/third_party/openssl/crypto/ec/
Deck_prn.c23 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECPKParameters_print_fp()
38 if ((b = BIO_new(BIO_s_file())) == NULL) { in EC_KEY_print_fp()
53 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECParameters_print_fp()
/third_party/openssl/ssl/
Dssl_rsa.c50 in = BIO_new(BIO_s_file()); in SSL_use_certificate_file()
172 in = BIO_new(BIO_s_file()); in SSL_use_RSAPrivateKey_file()
241 in = BIO_new(BIO_s_file()); in SSL_use_PrivateKey_file()
364 in = BIO_new(BIO_s_file()); in SSL_CTX_use_certificate_file()
447 in = BIO_new(BIO_s_file()); in SSL_CTX_use_RSAPrivateKey_file()
514 in = BIO_new(BIO_s_file()); in SSL_CTX_use_PrivateKey_file()
589 in = BIO_new(BIO_s_file()); in use_certificate_chain_file()
909 bin = BIO_new(BIO_s_file()); in SSL_CTX_use_serverinfo_file()
Dssl_txt.c21 if ((b = BIO_new(BIO_s_file())) == NULL) { in SSL_SESSION_print_fp()
Dssl_cert.c606 BIO *in = BIO_new(BIO_s_file()); in STACK_OF()
672 in = BIO_new(BIO_s_file()); in SSL_add_file_cert_subjects_to_stack()
/third_party/openssl/crypto/dh/
Ddh_prn.c21 if ((b = BIO_new(BIO_s_file())) == NULL) { in DHparams_print_fp()
/third_party/openssl/crypto/x509/
Dby_file.c81 in = BIO_new(BIO_s_file()); in X509_load_cert_file()
138 in = BIO_new(BIO_s_file()); in X509_load_crl_file()
Dt_crl.c24 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_CRL_print_fp()
Dt_req.c26 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_REQ_print_fp()
Dt_x509.c31 if ((b = BIO_new(BIO_s_file())) == NULL) { in X509_print_ex_fp()
/third_party/openssl/crypto/rsa/
Drsa_prn.c21 if ((b = BIO_new(BIO_s_file())) == NULL) { in RSA_print_fp()
/third_party/openssl/crypto/pem/
Dpem_pkey.c178 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_PrivateKey()
240 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read_DHparams()
Dpem_lib.c112 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_ASN1_read()
297 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_ASN1_write()
591 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_write()
671 if ((b = BIO_new(BIO_s_file())) == NULL) { in PEM_read()
Dpem_info.c27 if ((b = BIO_new(BIO_s_file())) == NULL) { in STACK_OF()
/third_party/curl/docs/examples/
Dcurlx.c387 in = BIO_new(BIO_s_file()); in main()
402 out = BIO_new(BIO_s_file()); in main()
/third_party/openssl/test/
Dverify_extra_test.c33 if (!TEST_ptr(bio = BIO_new(BIO_s_file()))) in load_cert_pem()
/third_party/openssl/doc/man7/
Dbio.pod72 L<BIO_s_file(3)>, L<BIO_s_mem(3)>,
/third_party/openssl/crypto/bn/
Dbn_print.c295 if ((b = BIO_new(BIO_s_file())) == NULL) in BN_print_fp()
/third_party/openssl/crypto/
Dmem_dbg.c659 b = BIO_new(BIO_s_file()); in CRYPTO_mem_leaks_fp()

12