Searched refs:BIO_new (Results 51 - 75 of 91) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_file.c130 if ((ret=BIO_new(BIO_s_file_internal())) == NULL)
142 if ((ret=BIO_new(BIO_s_file())) == NULL)
H A Dbio_lib.c66 BIO *BIO_new(BIO_METHOD *method) function
482 if ((new=BIO_new(bio->method)) == NULL) goto err;
H A Dbss_dgram.c118 ret=BIO_new(BIO_s_datagram());
H A Dbss_mem.c102 if(!(ret = BIO_new(BIO_s_mem())) ) return NULL;
H A Dbss_bio.c796 bio1 = BIO_new(BIO_s_bio());
799 bio2 = BIO_new(BIO_s_bio());
H A Dbss_acpt.c468 ret=BIO_new(BIO_s_accept());
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_smime.c266 if(!(tmpout = BIO_new(BIO_s_mem()))) {
458 if(!(tmpbuf = BIO_new(BIO_f_buffer()))) {
H A Dpk7_mime.c118 if(!(b64 = BIO_new(BIO_f_base64()))) {
134 if(!(b64 = BIO_new(BIO_f_base64()))) {
464 bpart = BIO_new(BIO_s_mem());
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dapps.c647 btmp = BIO_new(BIO_f_buffer());
753 if ((cert=BIO_new(BIO_s_file())) == NULL)
872 key=BIO_new(BIO_s_file());
949 key=BIO_new(BIO_s_file());
1052 if((certs = BIO_new(BIO_s_file())) == NULL)
1474 if ((in=BIO_new(BIO_s_file())) == NULL)
1552 out=BIO_new(BIO_s_file());
1685 BIO *in = BIO_new(BIO_s_file());
1790 BIO *out = BIO_new(BIO_s_file());
1835 out = BIO_new(BIO_s_fil
[all...]
H A Ds_server.c894 bio_s_out=BIO_new(BIO_s_null());
1226 test=BIO_new(BIO_f_nbio_test());
1589 io=BIO_new(BIO_f_buffer());
1590 ssl_bio=BIO_new(BIO_f_ssl());
1624 test=BIO_new(BIO_f_nbio_test());
1634 io = BIO_push(BIO_new(BIO_f_ebcdic_filter()),io);
H A Dpkcs8.c270 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Drsautl.c240 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dx509.c213 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
546 in=BIO_new(BIO_s_file());
646 out=BIO_new(BIO_s_file());
657 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dreq.c210 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
703 in=BIO_new(BIO_s_file());
704 out=BIO_new(BIO_s_file());
815 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
1066 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dca.c346 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
699 in=BIO_new(BIO_s_file());
700 out=BIO_new(BIO_s_file());
701 Sout=BIO_new(BIO_s_file());
702 Cout=BIO_new(BIO_s_file());
939 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
1022 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
1553 in=BIO_new(BIO_s_file());
H A Dsmime.c123 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
613 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dverify.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
H A Dengine.c368 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dt_req.c79 if ((b=BIO_new(BIO_s_file())) == NULL)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_print.c304 if ((b=BIO_new(BIO_s_file())) == NULL)
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssltest.c935 s_ssl_bio = BIO_new(BIO_f_ssl());
939 c_ssl_bio = BIO_new(BIO_f_ssl());
1334 c_to_s=BIO_new(BIO_s_mem());
1335 s_to_c=BIO_new(BIO_s_mem());
1342 c_bio=BIO_new(BIO_f_ssl());
1343 s_bio=BIO_new(BIO_f_ssl());
H A Dssl_cert.c647 in=BIO_new(BIO_s_file_internal());
719 in=BIO_new(BIO_s_file_internal());
/opensolaris-onvv-gate/usr/src/common/net/wanboot/
H A Dauxutil.c620 if ((bp = BIO_new(BIO_s_file())) == NULL) {
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ecdh/
H A Decdhtest.c315 out=BIO_new(BIO_s_file());
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_info.c79 if ((b=BIO_new(BIO_s_file())) == NULL)

Completed in 247 milliseconds

1234