Home
last modified time | relevance | path

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

12345

/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.c95 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
186 out = BIO_new(BIO_s_file()); in MAIN()
196 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
206 BIO *b64 = BIO_new(BIO_f_base64()); 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()
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()
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()
Dgendsa.c95 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
215 in=BIO_new(BIO_s_file()); in MAIN()
230 out=BIO_new(BIO_s_file()); in MAIN()
238 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dsess_id.c104 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
203 out=BIO_new(BIO_s_file()); in MAIN()
215 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
286 in=BIO_new(BIO_s_file()); in load_sess_id()
Dpkcs7.c99 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
185 in=BIO_new(BIO_s_file()); in MAIN()
186 out=BIO_new(BIO_s_file()); in MAIN()
226 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Ddh.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
192 in=BIO_new(BIO_s_file()); in MAIN()
193 out=BIO_new(BIO_s_file()); in MAIN()
215 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dgendh.c106 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
166 out=BIO_new(BIO_s_file()); in MAIN()
178 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); 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()
Dec.c107 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
263 in = BIO_new(BIO_s_file()); in MAIN()
264 out = BIO_new(BIO_s_file()); in MAIN()
316 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()
Denc.c137 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()
461 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
482 if ((bzl=BIO_new(BIO_f_zlib())) == NULL) in MAIN()
493 if ((b64=BIO_new(BIO_f_base64())) == NULL) in MAIN()
587 if ((benc=BIO_new(BIO_f_cipher())) == NULL) in MAIN()
Ddsaparam.c131 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
240 in=BIO_new(BIO_s_file()); in MAIN()
241 out=BIO_new(BIO_s_file()); in MAIN()
263 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Ddhparam.c169 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()
344 in=BIO_new(BIO_s_file()); in MAIN()
411 out=BIO_new(BIO_s_file()); in MAIN()
422 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/ssl/
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/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/ec/
Deck_prn.c76 if ((b=BIO_new(BIO_s_file())) == NULL) in ECPKParameters_print_fp()
92 if ((b=BIO_new(BIO_s_file())) == NULL) in EC_KEY_print_fp()
108 if ((b=BIO_new(BIO_s_file())) == NULL) in ECParameters_print_fp()
/external/openssl/crypto/pkcs7/
Ddec.c92 data=BIO_new(BIO_s_file());
108 detached=BIO_new(BIO_s_file());

12345