Searched refs:BIO_s_file (Results 1 - 25 of 55) 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.c71 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
100 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
H A Dcrl2p7.c104 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
175 in=BIO_new(BIO_s_file());
176 out=BIO_new(BIO_s_file());
311 in=BIO_new(BIO_s_file());
H A Dgendh.c109 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
169 out=BIO_new(BIO_s_file());
H A Drand.c98 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
189 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.c106 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
195 in=BIO_new(BIO_s_file());
196 out=BIO_new(BIO_s_file());
H A Dec.c110 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
266 in = BIO_new(BIO_s_file());
267 out = BIO_new(BIO_s_file());
H A Dgendsa.c98 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
218 in=BIO_new(BIO_s_file());
233 out=BIO_new(BIO_s_file());
H A Dpkcs7.c102 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
186 in=BIO_new(BIO_s_file());
187 out=BIO_new(BIO_s_file());
H A Dsess_id.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
201 out=BIO_new(BIO_s_file());
284 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.c172 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
347 in=BIO_new(BIO_s_file());
414 out=BIO_new(BIO_s_file());
H A Ddsaparam.c134 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
243 in=BIO_new(BIO_s_file());
244 out=BIO_new(BIO_s_file());
H A Ddsa.c118 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
241 out=BIO_new(BIO_s_file());
/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 Da_d2i_fp.c74 if ((b=BIO_new(BIO_s_file())) == NULL)
128 if ((b=BIO_new(BIO_s_file())) == NULL)
H A Dt_crl.c73 if ((b=BIO_new(BIO_s_file())) == NULL)
/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());
H A Denc.c82 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());
/external/openssl/crypto/pem/
H A Dpem_pkey.c139 if ((b=BIO_new(BIO_s_file())) == NULL)

Completed in 348 milliseconds

123