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

12345

/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_prn.c70 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-11-stable/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.c95 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
171 out = BIO_new(BIO_s_file());
180 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
189 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.c106 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
165 out = BIO_new(BIO_s_file());
175 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 Dpkcs7.c99 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
179 in = BIO_new(BIO_s_file());
180 out = BIO_new(BIO_s_file());
214 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddsa.c119 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
245 in = BIO_new(BIO_s_file());
246 out = BIO_new(BIO_s_file());
288 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dec.c109 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
246 in = BIO_new(BIO_s_file());
247 out = BIO_new(BIO_s_file());
287 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddh.c102 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
184 in = BIO_new(BIO_s_file());
185 out = BIO_new(BIO_s_file());
203 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dgendsa.c94 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
215 in = BIO_new(BIO_s_file());
228 out = BIO_new(BIO_s_file());
236 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dcrl.c130 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
137 if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
141 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
384 out = BIO_new(BIO_s_file());
394 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
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 Dversion.c148 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
H A Ddhparam.c169 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
342 in = BIO_new(BIO_s_file());
408 out = BIO_new(BIO_s_file());
417 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddsaparam.c133 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
235 in = BIO_new(BIO_s_file());
236 out = BIO_new(BIO_s_file());
254 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_prn.c71 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_i2d_fp.c72 if ((b = BIO_new(BIO_s_file())) == NULL) {
125 if ((b = BIO_new(BIO_s_file())) == NULL) {
H A Dt_crl.c74 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-11-stable/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());
H A Ddtlstest.c66 c_to_s_fbio = BIO_new(bio_f_tls_dump_filter());
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_cd.c131 return BIO_new(BIO_f_zlib());

Completed in 136 milliseconds

12345