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

123

/external/openssl/apps/
H A Derrstr.c82 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
91 out=BIO_new(BIO_s_file());
H A Dprime.c74 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
112 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
H A Dcrl2p7.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
174 in=BIO_new(BIO_s_file());
175 out=BIO_new(BIO_s_file());
303 in=BIO_new(BIO_s_file());
H A Dgendh.c106 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
166 out=BIO_new(BIO_s_file());
H A Drand.c95 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
186 out = BIO_new(BIO_s_file());
H A Dcrl.c124 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
131 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
347 out=BIO_new(BIO_s_file());
410 in=BIO_new(BIO_s_file());
H A Dversion.c148 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
H A Ddh.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
192 in=BIO_new(BIO_s_file());
193 out=BIO_new(BIO_s_file());
H A Ddsa.c120 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
249 in=BIO_new(BIO_s_file());
250 out=BIO_new(BIO_s_file());
H A Dec.c107 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
263 in = BIO_new(BIO_s_file());
264 out = BIO_new(BIO_s_file());
H A Dgendsa.c95 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
215 in=BIO_new(BIO_s_file());
230 out=BIO_new(BIO_s_file());
H A Dpkcs7.c99 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
185 in=BIO_new(BIO_s_file());
186 out=BIO_new(BIO_s_file());
H A Dsess_id.c104 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
203 out=BIO_new(BIO_s_file());
286 in=BIO_new(BIO_s_file());
H A Dasn1pars.c107 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
219 in=BIO_new(BIO_s_file());
220 out=BIO_new(BIO_s_file());
H A Ddhparam.c169 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
344 in=BIO_new(BIO_s_file());
411 out=BIO_new(BIO_s_file());
H A Ddsaparam.c131 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
240 in=BIO_new(BIO_s_file());
241 out=BIO_new(BIO_s_file());
/external/openssl/crypto/dsa/
H A Ddsa_prn.c70 if ((b=BIO_new(BIO_s_file())) == NULL)
86 if ((b=BIO_new(BIO_s_file())) == NULL)
/external/openssl/crypto/rsa/
H A Drsa_prn.c70 if ((b=BIO_new(BIO_s_file())) == NULL)
/external/openssl/crypto/asn1/
H A Da_i2d_fp.c72 if ((b=BIO_new(BIO_s_file())) == NULL)
125 if ((b=BIO_new(BIO_s_file())) == NULL)
H A Dt_crl.c73 if ((b=BIO_new(BIO_s_file())) == NULL)
/external/openssl/crypto/err/
H A Derr_prn.c94 BIO_set(&bio,BIO_s_file());
/external/openssl/crypto/pkcs7/
H A Ddec.c92 data=BIO_new(BIO_s_file());
108 detached=BIO_new(BIO_s_file());
H A Dverify.c101 data=BIO_new(BIO_s_file());
114 detached=BIO_new(BIO_s_file());
H A Dsign.c92 data=BIO_new(BIO_s_file());
/external/openssl/crypto/lhash/
H A Dlh_stats.c146 bp=BIO_new(BIO_s_file());
158 bp=BIO_new(BIO_s_file());
170 bp=BIO_new(BIO_s_file());

Completed in 786 milliseconds

123