Searched refs:BIO_new (Results 1 - 25 of 108) sorted by relevance

12345

/freebsd-10.3-release/crypto/openssl/crypto/dh/
H A Ddh_prn.c70 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.3-release/crypto/openssl/apps/
H A Derrstr.c82 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
90 out = BIO_new(BIO_s_file());
94 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dprime.c73 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
108 if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
112 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Drand.c96 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
174 out = BIO_new(BIO_s_file());
183 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
192 BIO *b64 = BIO_new(BIO_f_base64());
H A Dcrl2p7.c106 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
175 in = BIO_new(BIO_s_file());
176 out = BIO_new(BIO_s_file());
245 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
302 in = BIO_new(BIO_s_file());
H A Dgendh.c108 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
169 out = BIO_new(BIO_s_file());
179 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dcrl.c131 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
138 if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
142 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
343 out = BIO_new(BIO_s_file());
353 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
403 in = BIO_new(BIO_s_file());
H A Ddh.c104 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
190 in = BIO_new(BIO_s_file());
191 out = BIO_new(BIO_s_file());
209 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddsa.c121 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
251 in = BIO_new(BIO_s_file());
252 out = BIO_new(BIO_s_file());
294 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dec.c108 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
247 in = BIO_new(BIO_s_file());
248 out = BIO_new(BIO_s_file());
288 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dgendsa.c95 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
218 in = BIO_new(BIO_s_file());
231 out = BIO_new(BIO_s_file());
239 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dpkcs7.c100 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
182 in = BIO_new(BIO_s_file());
183 out = BIO_new(BIO_s_file());
217 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dsess_id.c104 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
193 out = BIO_new(BIO_s_file());
203 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
268 in = BIO_new(BIO_s_file());
H A Dasn1pars.c109 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
211 in = BIO_new(BIO_s_file());
212 out = BIO_new(BIO_s_file());
220 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
269 if ((b64 = BIO_new(BIO_f_base64())) == NULL)
H A Ddhparam.c170 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
345 in = BIO_new(BIO_s_file());
402 out = BIO_new(BIO_s_file());
411 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddsaparam.c134 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
236 in = BIO_new(BIO_s_file());
237 out = BIO_new(BIO_s_file());
255 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dpkeyparam.c158 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dversion.c148 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
/freebsd-10.3-release/crypto/openssl/crypto/dsa/
H A Ddsa_prn.c71 if ((b = BIO_new(BIO_s_file())) == NULL) {
86 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.3-release/crypto/openssl/crypto/rsa/
H A Drsa_prn.c71 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_i2d_fp.c72 if ((b = BIO_new(BIO_s_file())) == NULL) {
122 if ((b = BIO_new(BIO_s_file())) == NULL) {
H A Dt_crl.c74 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssl_task.c229 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
232 if ((bio_stdout = BIO_new(BIO_s_file())) != NULL)
290 c_to_s = BIO_new(BIO_s_rtcp());
291 s_to_c = BIO_new(BIO_s_rtcp());
301 c_bio = BIO_new(BIO_f_ssl());
302 s_bio = BIO_new(BIO_f_ssl());
H A Dclienthellotest.c127 rbio = BIO_new(BIO_s_mem());
128 wbio = BIO_new(BIO_s_mem());
/freebsd-10.3-release/crypto/openssl/crypto/cms/
H A Dcms_cd.c131 return BIO_new(BIO_f_zlib());

Completed in 190 milliseconds

12345