HomeSort by relevance Sort by last modified time
    Searched refs:BIO_new (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/openssl/apps/
errstr.c 82 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
91 out=BIO_new(BIO_s_file());
96 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
prime.c 74 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
112 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
117 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
rand.c 98 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
189 out = BIO_new(BIO_s_file());
199 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
209 BIO *b64 = BIO_new(BIO_f_base64());
crl2p7.c 103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
174 in=BIO_new(BIO_s_file());
175 out=BIO_new(BIO_s_file());
246 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
303 in=BIO_new(BIO_s_file());
gendh.c 109 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
169 out=BIO_new(BIO_s_file());
181 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
crl.c 124 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
131 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
136 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
347 out=BIO_new(BIO_s_file());
359 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
410 in=BIO_new(BIO_s_file());
dh.c 106 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
195 in=BIO_new(BIO_s_file());
196 out=BIO_new(BIO_s_file());
218 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
dsa.c 120 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
249 in=BIO_new(BIO_s_file());
250 out=BIO_new(BIO_s_file());
298 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
ec.c 110 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
266 in = BIO_new(BIO_s_file());
267 out = BIO_new(BIO_s_file());
319 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
gendsa.c 98 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
218 in=BIO_new(BIO_s_file());
233 out=BIO_new(BIO_s_file());
241 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
pkcs7.c 102 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
188 in=BIO_new(BIO_s_file());
189 out=BIO_new(BIO_s_file());
229 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
sess_id.c 103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
201 out=BIO_new(BIO_s_file());
213 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
284 in=BIO_new(BIO_s_file());
asn1pars.c 107 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
219 in=BIO_new(BIO_s_file());
220 out=BIO_new(BIO_s_file());
229 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
284 if ((b64=BIO_new(BIO_f_base64())) == NULL)
dhparam.c 172 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
347 in=BIO_new(BIO_s_file());
414 out=BIO_new(BIO_s_file());
425 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
dsaparam.c 134 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
243 in=BIO_new(BIO_s_file());
244 out=BIO_new(BIO_s_file());
266 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
version.c 148 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
  /external/openssl/crypto/dsa/
dsa_prn.c 70 if ((b=BIO_new(BIO_s_file())) == NULL)
86 if ((b=BIO_new(BIO_s_file())) == NULL)
  /external/openssl/crypto/rsa/
rsa_prn.c 70 if ((b=BIO_new(BIO_s_file())) == NULL)
  /external/openssl/crypto/asn1/
a_i2d_fp.c 72 if ((b=BIO_new(BIO_s_file())) == NULL)
125 if ((b=BIO_new(BIO_s_file())) == NULL)
a_d2i_fp.c 74 if ((b=BIO_new(BIO_s_file())) == NULL)
128 if ((b=BIO_new(BIO_s_file())) == NULL)
t_crl.c 73 if ((b=BIO_new(BIO_s_file())) == NULL)
  /external/openssl/ssl/
ssl_task.c 217 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
220 if ((bio_stdout=BIO_new(BIO_s_file())) != NULL)
273 c_to_s=BIO_new(BIO_s_rtcp());
274 s_to_c=BIO_new(BIO_s_rtcp());
283 c_bio=BIO_new(BIO_f_ssl());
284 s_bio=BIO_new(BIO_f_ssl());
  /external/openssl/crypto/pkcs7/
dec.c 92 data=BIO_new(BIO_s_file());
108 detached=BIO_new(BIO_s_file());
verify.c 101 data=BIO_new(BIO_s_file());
114 detached=BIO_new(BIO_s_file());
sign.c 92 data=BIO_new(BIO_s_file());

Completed in 230 milliseconds

1 2 3 4