Searched refs:BIO_new (Results 26 - 50 of 108) sorted by relevance

12345

/freebsd-10.3-release/crypto/openssl/crypto/lhash/
H A Dlh_stats.c145 bp = BIO_new(BIO_s_file());
158 bp = BIO_new(BIO_s_file());
171 bp = BIO_new(BIO_s_file());
/freebsd-10.3-release/crypto/openssl/apps/
H A Dgenrsa.c119 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
124 if ((out = BIO_new(BIO_s_file())) == NULL) {
251 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Denc.c138 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
385 in = BIO_new(BIO_s_file());
386 out = BIO_new(BIO_s_file());
451 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
468 if ((bzl = BIO_new(BIO_f_zlib())) == NULL)
478 if ((b64 = BIO_new(BIO_f_base64())) == NULL)
575 if ((benc = BIO_new(BIO_f_cipher())) == NULL)
H A Drsa.c124 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
271 out = BIO_new(BIO_s_file());
310 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddgst.c140 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
288 in = BIO_new(BIO_s_file());
289 bmd = BIO_new(BIO_f_md());
325 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Decparam.c142 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
284 in = BIO_new(BIO_s_file());
285 out = BIO_new(BIO_s_file());
303 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dnseq.c131 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dpasswd.c79 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
84 out = BIO_new(BIO_s_file());
90 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
183 in = BIO_new(BIO_s_file());
H A Dspkac.c213 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
272 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dopenssl.c288 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
482 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
524 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dciphers.c108 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dpkey.c199 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssl_rsa.c90 in = BIO_new(BIO_s_file_internal());
234 in = BIO_new(BIO_s_file_internal());
311 in = BIO_new(BIO_s_file_internal());
447 in = BIO_new(BIO_s_file_internal());
538 in = BIO_new(BIO_s_file_internal());
612 in = BIO_new(BIO_s_file_internal());
680 in = BIO_new(BIO_s_file_internal());
H A Dbio_ssl.c511 if ((buf = BIO_new(BIO_f_buffer())) == NULL)
532 if ((con = BIO_new(BIO_s_connect())) == NULL)
551 if ((ret = BIO_new(BIO_f_ssl())) == NULL)
H A Dssl_txt.c95 if ((b = BIO_new(BIO_s_file_internal())) == NULL) {
/freebsd-10.3-release/crypto/openssl/crypto/ec/
H A Deck_prn.c76 if ((b = BIO_new(BIO_s_file())) == NULL) {
91 if ((b = BIO_new(BIO_s_file())) == NULL) {
106 if ((b = BIO_new(BIO_s_file())) == NULL) {
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c75 if ((b = BIO_new(BIO_s_file())) == NULL) {
132 if ((b = BIO_new(BIO_s_file())) == NULL) {
H A Dbio_ndef.c110 asn_bio = BIO_new(BIO_f_asn1());
/freebsd-10.3-release/crypto/openssl/crypto/x509/
H A Dby_file.c134 in = BIO_new(BIO_s_file_internal());
193 in = BIO_new(BIO_s_file_internal());
/freebsd-10.3-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c96 return BIO_new(BIO_s_null());
101 return BIO_new(BIO_s_mem());
365 mdbio = BIO_new(BIO_f_md());
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbss_fd.c113 ret = BIO_new(BIO_s_fd());
H A Dbss_sock.c104 ret = BIO_new(BIO_s_socket());
H A Dbss_file.c183 if ((ret = BIO_new(BIO_s_file())) == NULL) {
198 if ((ret = BIO_new(BIO_s_file())) == NULL)
/freebsd-10.3-release/crypto/openssl/crypto/dh/
H A Ddhtest.c119 out = BIO_new(BIO_s_file());
/freebsd-10.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c108 if ((btmp = BIO_new(BIO_f_md())) == NULL) {
334 if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
379 bio = BIO_new(BIO_s_null());
383 bio = BIO_new(BIO_s_mem());
502 if ((btmp = BIO_new(BIO_f_md())) == NULL) {
534 if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
644 bio = BIO_new(BIO_s_mem());
658 bio = BIO_new(BIO_s_mem());

Completed in 277 milliseconds

12345