Home
last modified time | relevance | path

Searched refs:BIO_new (Results 1 – 25 of 98) sorted by relevance

1234

/external/openssl/ssl/
Dssl_task.c217 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in main()
220 if ((bio_stdout=BIO_new(BIO_s_file())) != NULL) in main()
273 c_to_s=BIO_new(BIO_s_rtcp()); in doit()
274 s_to_c=BIO_new(BIO_s_rtcp()); in doit()
283 c_bio=BIO_new(BIO_f_ssl()); in doit()
284 s_bio=BIO_new(BIO_f_ssl()); in doit()
Dssl_rsa.c92 in=BIO_new(BIO_s_file_internal()); in SSL_use_certificate_file()
235 in=BIO_new(BIO_s_file_internal()); in SSL_use_RSAPrivateKey_file()
320 in=BIO_new(BIO_s_file_internal()); in SSL_use_PrivateKey_file()
461 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_file()
557 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_RSAPrivateKey_file()
639 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_PrivateKey_file()
749 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_chain_file()
/external/openssl/apps/
Derrstr.c82 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
91 out=BIO_new(BIO_s_file()); in MAIN()
96 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Drand.c98 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
189 out = BIO_new(BIO_s_file()); in MAIN()
199 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
209 BIO *b64 = BIO_new(BIO_f_base64()); in MAIN()
Dcrl.c124 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
131 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN()
136 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
347 out=BIO_new(BIO_s_file()); in MAIN()
359 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
410 in=BIO_new(BIO_s_file()); in load_crl()
Dcrl2p7.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
174 in=BIO_new(BIO_s_file()); in MAIN()
175 out=BIO_new(BIO_s_file()); in MAIN()
246 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
303 in=BIO_new(BIO_s_file()); in add_certs_from_file()
Dgendsa.c98 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
218 in=BIO_new(BIO_s_file()); in MAIN()
233 out=BIO_new(BIO_s_file()); in MAIN()
241 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dprime.c74 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
112 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN()
117 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dsess_id.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
201 out=BIO_new(BIO_s_file()); in MAIN()
213 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
284 in=BIO_new(BIO_s_file()); in load_sess_id()
Ddh.c106 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
195 in=BIO_new(BIO_s_file()); in MAIN()
196 out=BIO_new(BIO_s_file()); in MAIN()
218 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dpkcs7.c102 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
188 in=BIO_new(BIO_s_file()); in MAIN()
189 out=BIO_new(BIO_s_file()); in MAIN()
229 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Denc.c139 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
382 in=BIO_new(BIO_s_file()); in MAIN()
383 out=BIO_new(BIO_s_file()); in MAIN()
457 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
478 if ((bzl=BIO_new(BIO_f_zlib())) == NULL) in MAIN()
489 if ((b64=BIO_new(BIO_f_base64())) == NULL) in MAIN()
583 if ((benc=BIO_new(BIO_f_cipher())) == NULL) in MAIN()
Dasn1pars.c107 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
219 in=BIO_new(BIO_s_file()); in MAIN()
220 out=BIO_new(BIO_s_file()); in MAIN()
229 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
284 if ((b64=BIO_new(BIO_f_base64())) == NULL) in MAIN()
Dgendh.c109 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
169 out=BIO_new(BIO_s_file()); in MAIN()
181 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Ddsa.c120 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
249 in=BIO_new(BIO_s_file()); in MAIN()
250 out=BIO_new(BIO_s_file()); in MAIN()
298 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dec.c110 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
266 in = BIO_new(BIO_s_file()); in MAIN()
267 out = BIO_new(BIO_s_file()); in MAIN()
319 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Ddsaparam.c134 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
243 in=BIO_new(BIO_s_file()); in MAIN()
244 out=BIO_new(BIO_s_file()); in MAIN()
266 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Ddhparam.c172 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
347 in=BIO_new(BIO_s_file()); in MAIN()
414 out=BIO_new(BIO_s_file()); in MAIN()
425 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dgenrsa.c116 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
121 if ((out=BIO_new(BIO_s_file())) == NULL) in MAIN()
243 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dpasswd.c79 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
84 out = BIO_new(BIO_s_file()); in MAIN()
90 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
193 in = BIO_new(BIO_s_file()); in MAIN()
Drsa.c123 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
266 out=BIO_new(BIO_s_file()); in MAIN()
311 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
/external/openssl/crypto/dsa/
Ddsa_prn.c70 if ((b=BIO_new(BIO_s_file())) == NULL) in DSA_print_fp()
86 if ((b=BIO_new(BIO_s_file())) == NULL) in DSAparams_print_fp()
/external/openssl/crypto/asn1/
Da_i2d_fp.c72 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_i2d_fp()
125 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_i2d_fp()
/external/openssl/crypto/lhash/
Dlh_stats.c146 bp=BIO_new(BIO_s_file()); in lh_stats()
158 bp=BIO_new(BIO_s_file()); in lh_node_stats()
170 bp=BIO_new(BIO_s_file()); in lh_node_usage_stats()
/external/openssl/crypto/pkcs7/
Dpk7_doit.c109 if ((btmp=BIO_new(BIO_f_md())) == NULL) in PKCS7_bio_add_digest()
325 if ((btmp=BIO_new(BIO_f_cipher())) == NULL) in PKCS7_dataInit()
373 bio=BIO_new(BIO_s_null()); in PKCS7_dataInit()
378 bio=BIO_new(BIO_s_mem()); in PKCS7_dataInit()
473 if ((btmp=BIO_new(BIO_f_md())) == NULL) in PKCS7_dataDecode()
509 if ((etmp=BIO_new(BIO_f_cipher())) == NULL) in PKCS7_dataDecode()
608 bio=BIO_new(BIO_s_mem()); in PKCS7_dataDecode()
620 bio=BIO_new(BIO_s_mem()); in PKCS7_dataDecode()

1234