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

1234

/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Derrstr.c82 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
91 out=BIO_new(BIO_s_file());
96 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dprime.c71 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
100 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
105 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dgendsa.c98 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
198 in=BIO_new(BIO_s_file());
213 out=BIO_new(BIO_s_file());
221 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Drand.c96 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
176 out = BIO_new(BIO_s_file());
186 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
196 BIO *b64 = BIO_new(BIO_f_base64());
H A Dcrl2p7.c104 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
175 in=BIO_new(BIO_s_file());
176 out=BIO_new(BIO_s_file());
247 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
311 in=BIO_new(BIO_s_file());
H A Dgendh.c109 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
169 out=BIO_new(BIO_s_file());
181 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dcrl.c123 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
130 if ((bio_out=BIO_new(BIO_s_file())) != NULL)
135 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
330 out=BIO_new(BIO_s_file());
342 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
393 in=BIO_new(BIO_s_file());
H A Ddh.c106 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
195 in=BIO_new(BIO_s_file());
196 out=BIO_new(BIO_s_file());
218 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddsa.c116 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
232 in=BIO_new(BIO_s_file());
233 out=BIO_new(BIO_s_file());
275 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dec.c110 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
266 in = BIO_new(BIO_s_file());
267 out = BIO_new(BIO_s_file());
319 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dpkcs7.c102 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
186 in=BIO_new(BIO_s_file());
187 out=BIO_new(BIO_s_file());
227 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dsess_id.c103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
201 out=BIO_new(BIO_s_file());
213 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
284 in=BIO_new(BIO_s_file());
H A Dasn1pars.c107 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
219 in=BIO_new(BIO_s_file());
220 out=BIO_new(BIO_s_file());
229 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
284 if ((b64=BIO_new(BIO_f_base64())) == NULL)
H A Denc.c134 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
357 in=BIO_new(BIO_s_file());
358 out=BIO_new(BIO_s_file());
426 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
445 if ((b64=BIO_new(BIO_f_base64())) == NULL)
538 if ((benc=BIO_new(BIO_f_cipher())) == NULL)
H A Ddgst.c116 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
258 in=BIO_new(BIO_s_file());
259 bmd=BIO_new(BIO_f_md());
295 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddhparam.c172 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
347 in=BIO_new(BIO_s_file());
414 out=BIO_new(BIO_s_file());
425 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Ddsaparam.c134 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
243 in=BIO_new(BIO_s_file());
244 out=BIO_new(BIO_s_file());
266 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dversion.c148 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
/opensolaris-onvv-gate/usr/src/common/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 Da_d2i_fp.c74 if ((b=BIO_new(BIO_s_file())) == NULL)
128 if ((b=BIO_new(BIO_s_file())) == NULL)
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssl_task.c217 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
220 if ((bio_stdout=BIO_new(BIO_s_file())) != NULL)
273 c_to_s=BIO_new(BIO_s_rtcp());
274 s_to_c=BIO_new(BIO_s_rtcp());
283 c_bio=BIO_new(BIO_f_ssl());
284 s_bio=BIO_new(BIO_f_ssl());
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentPKICertOpenSSL.cpp63 pMemBio = BIO_new(BIO_s_mem());
213 pFileBio=BIO_new(BIO_s_file());
279 pMemBio = BIO_new(BIO_s_mem());
H A DKMSAgentPKICert.cpp158 pFileBio = BIO_new(BIO_s_file());
225 pMemBio = BIO_new(BIO_s_mem());
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Ddec.c92 data=BIO_new(BIO_s_file());
108 detached=BIO_new(BIO_s_file());
H A Dverify.c101 data=BIO_new(BIO_s_file());
114 detached=BIO_new(BIO_s_file());

Completed in 121 milliseconds

1234