Home
last modified time | relevance | path

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

123

/external/openssl/apps/
Dcrl2p7.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
174 in=BIO_new(BIO_s_file()); in MAIN()
175 out=BIO_new(BIO_s_file()); in MAIN()
303 in=BIO_new(BIO_s_file()); in add_certs_from_file()
Derrstr.c82 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
91 out=BIO_new(BIO_s_file()); in MAIN()
Dgendsa.c95 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
215 in=BIO_new(BIO_s_file()); in MAIN()
230 out=BIO_new(BIO_s_file()); in MAIN()
Dprime.c74 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
112 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN()
Dsess_id.c104 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
203 out=BIO_new(BIO_s_file()); in MAIN()
286 in=BIO_new(BIO_s_file()); in load_sess_id()
Dcrl.c124 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
131 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN()
347 out=BIO_new(BIO_s_file()); in MAIN()
410 in=BIO_new(BIO_s_file()); in load_crl()
Dpkcs7.c99 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
185 in=BIO_new(BIO_s_file()); in MAIN()
186 out=BIO_new(BIO_s_file()); in MAIN()
Ddh.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
192 in=BIO_new(BIO_s_file()); in MAIN()
193 out=BIO_new(BIO_s_file()); in MAIN()
Dec.c107 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
263 in = BIO_new(BIO_s_file()); in MAIN()
264 out = BIO_new(BIO_s_file()); in MAIN()
Ddsa.c120 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
249 in=BIO_new(BIO_s_file()); in MAIN()
250 out=BIO_new(BIO_s_file()); in MAIN()
Dgendh.c106 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
166 out=BIO_new(BIO_s_file()); in MAIN()
Drand.c95 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
186 out = BIO_new(BIO_s_file()); in MAIN()
Ddsaparam.c131 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
240 in=BIO_new(BIO_s_file()); in MAIN()
241 out=BIO_new(BIO_s_file()); in MAIN()
Dasn1pars.c107 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
219 in=BIO_new(BIO_s_file()); in MAIN()
220 out=BIO_new(BIO_s_file()); in MAIN()
Ddhparam.c169 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
344 in=BIO_new(BIO_s_file()); in MAIN()
411 out=BIO_new(BIO_s_file()); in MAIN()
/external/openssl/crypto/dsa/
Ddsa_prn.c70 if ((b=BIO_new(BIO_s_file())) == NULL) in DSA_print_fp()
86 if ((b=BIO_new(BIO_s_file())) == NULL) in DSAparams_print_fp()
/external/openssl/crypto/asn1/
Da_i2d_fp.c72 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_i2d_fp()
125 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_i2d_fp()
Da_d2i_fp.c75 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_d2i_fp()
129 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_d2i_fp()
/external/openssl/crypto/lhash/
Dlh_stats.c146 bp=BIO_new(BIO_s_file()); in lh_stats()
158 bp=BIO_new(BIO_s_file()); in lh_node_stats()
170 bp=BIO_new(BIO_s_file()); in lh_node_usage_stats()
/external/openssl/crypto/pkcs7/
Ddec.c92 data=BIO_new(BIO_s_file());
108 detached=BIO_new(BIO_s_file());
Dverify.c101 data=BIO_new(BIO_s_file());
114 detached=BIO_new(BIO_s_file());
/external/openssl/crypto/ec/
Deck_prn.c76 if ((b=BIO_new(BIO_s_file())) == NULL) in ECPKParameters_print_fp()
92 if ((b=BIO_new(BIO_s_file())) == NULL) in EC_KEY_print_fp()
108 if ((b=BIO_new(BIO_s_file())) == NULL) in ECParameters_print_fp()
/external/chromium/net/test/
Dopenssl_helper.cc129 BIO* key = BIO_new(BIO_s_file()); in main()
143 BIO* cert = BIO_new(BIO_s_file()); in main()
/external/openssl/crypto/rsa/
Drsa_prn.c70 if ((b=BIO_new(BIO_s_file())) == NULL) in RSA_print_fp()
/external/openssl/crypto/bio/
Dbss_file.c177 if ((ret=BIO_new(BIO_s_file())) == NULL) in BIO_new_file()
192 if ((ret=BIO_new(BIO_s_file())) == NULL) in BIO_new_fp()
200 BIO_METHOD *BIO_s_file(void) in BIO_s_file() function

123