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

1 2 3 4 5

  /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 95 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
186 out = BIO_new(BIO_s_file());
196 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
206 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 106 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
166 out=BIO_new(BIO_s_file());
178 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 103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
192 in=BIO_new(BIO_s_file());
193 out=BIO_new(BIO_s_file());
215 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 107 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
263 in = BIO_new(BIO_s_file());
264 out = BIO_new(BIO_s_file());
316 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
gendsa.c 95 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
215 in=BIO_new(BIO_s_file());
230 out=BIO_new(BIO_s_file());
238 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
pkcs7.c 99 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
185 in=BIO_new(BIO_s_file());
186 out=BIO_new(BIO_s_file());
226 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
sess_id.c 104 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
203 out=BIO_new(BIO_s_file());
215 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
286 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 169 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
343 in=BIO_new(BIO_s_file());
410 out=BIO_new(BIO_s_file());
421 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
dsaparam.c 131 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
240 in=BIO_new(BIO_s_file());
241 out=BIO_new(BIO_s_file());
263 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
pkeyparam.c 172 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
version.c 148 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
genrsa.c 116 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
121 if ((out=BIO_new(BIO_s_file())) == NULL)
243 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
  /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)
t_crl.c 73 if ((b=BIO_new(BIO_s_file())) == NULL)
  /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 209 milliseconds

1 2 3 4 5