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

1 2 3 4 5 6

  /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)
180 in=BIO_new(BIO_s_file());
181 out=BIO_new(BIO_s_file());
252 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
309 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 130 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
137 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
142 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
365 out=BIO_new(BIO_s_file());
377 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
428 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());
  /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/chromium_org/third_party/boringssl/src/crypto/asn1/
a_i2d_fp.c 68 if ((b=BIO_new(BIO_s_file())) == NULL)
117 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)
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.cc 41 BIO* bio = BIO_new(BIO_s_mem());
65 BIO* bio = BIO_new(BIO_s_mem());
  /external/chromium_org/crypto/
openssl_bio_string.cc 69 BIO* bio = BIO_new(&bio_string_methods);
  /external/openssl/crypto/cms/
cms_cd.c 133 return BIO_new(BIO_f_zlib());
  /external/chromium_org/third_party/boringssl/src/ssl/test/
async_bio.cc 151 return BIO_new(&async_bio_method);
155 BIO *ret = BIO_new(&async_bio_method);
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
socket.c 174 ret = BIO_new(BIO_s_socket());
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
t_crl.c 71 if ((b=BIO_new(BIO_s_file())) == NULL)

Completed in 2833 milliseconds

1 2 3 4 5 6