Home
last modified time | relevance | path

Searched refs:BIO_new (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd-9-stable/crypto/openssl/doc/crypto/
DBIO_new.pod5 BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions
11 BIO * BIO_new(BIO_METHOD *type);
19 The BIO_new() function returns a new BIO using method B<type>.
34 BIO_new() returns a newly created BIO or NULL if the call fails.
43 BIO_new(). Others (such as file BIOs) need some additional initialization,
61 BIO *mem = BIO_new(BIO_s_mem());
DBIO_f_md.pod76 bio = BIO_new(BIO_s_null());
77 mdtmp = BIO_new(BIO_f_md());
83 mdtmp = BIO_new(BIO_f_md());
95 mdtmp = BIO_new(BIO_f_md());
98 mdtmp = BIO_new(BIO_f_md());
/freebsd-9-stable/crypto/openssl/ssl/
Dssl_task.c229 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in main()
232 if ((bio_stdout = BIO_new(BIO_s_file())) != NULL) in main()
290 c_to_s = BIO_new(BIO_s_rtcp()); in doit()
291 s_to_c = BIO_new(BIO_s_rtcp()); in doit()
301 c_bio = BIO_new(BIO_f_ssl()); in doit()
302 s_bio = BIO_new(BIO_f_ssl()); in doit()
Dssl_rsa.c90 in = BIO_new(BIO_s_file_internal()); in SSL_use_certificate_file()
222 in = BIO_new(BIO_s_file_internal()); in SSL_use_RSAPrivateKey_file()
299 in = BIO_new(BIO_s_file_internal()); in SSL_use_PrivateKey_file()
431 in = BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_file()
519 in = BIO_new(BIO_s_file_internal()); in SSL_CTX_use_RSAPrivateKey_file()
593 in = BIO_new(BIO_s_file_internal()); in SSL_CTX_use_PrivateKey_file()
661 in = BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_chain_file()
/freebsd-9-stable/crypto/openssl/apps/
Derrstr.c82 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
90 out = BIO_new(BIO_s_file()); in MAIN()
94 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dprime.c70 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
96 if ((bio_out = BIO_new(BIO_s_file())) != NULL) { in MAIN()
100 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Drand.c96 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
174 out = BIO_new(BIO_s_file()); in MAIN()
183 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
192 BIO *b64 = BIO_new(BIO_f_base64()); in MAIN()
Dcrl.c125 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
132 if ((bio_out = BIO_new(BIO_s_file())) != NULL) { in MAIN()
136 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
327 out = BIO_new(BIO_s_file()); in MAIN()
337 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
387 in = BIO_new(BIO_s_file()); in load_crl()
Dcrl2p7.c107 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
176 in = BIO_new(BIO_s_file()); in MAIN()
177 out = BIO_new(BIO_s_file()); in MAIN()
246 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
309 in = BIO_new(BIO_s_file()); in add_certs_from_file()
Dgendsa.c95 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
218 in = BIO_new(BIO_s_file()); in MAIN()
231 out = BIO_new(BIO_s_file()); in MAIN()
239 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dpkcs7.c100 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
180 in = BIO_new(BIO_s_file()); in MAIN()
181 out = BIO_new(BIO_s_file()); in MAIN()
215 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dsess_id.c103 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
191 out = BIO_new(BIO_s_file()); in MAIN()
201 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
266 in = BIO_new(BIO_s_file()); in load_sess_id()
Ddh.c104 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
190 in = BIO_new(BIO_s_file()); in MAIN()
191 out = BIO_new(BIO_s_file()); in MAIN()
209 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dasn1pars.c109 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
211 in = BIO_new(BIO_s_file()); in MAIN()
212 out = BIO_new(BIO_s_file()); in MAIN()
220 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
269 if ((b64 = BIO_new(BIO_f_base64())) == NULL) in MAIN()
Dgendh.c108 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
169 out = BIO_new(BIO_s_file()); in MAIN()
179 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dec.c108 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
247 in = BIO_new(BIO_s_file()); in MAIN()
248 out = BIO_new(BIO_s_file()); in MAIN()
288 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Denc.c131 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
351 in = BIO_new(BIO_s_file()); in MAIN()
352 out = BIO_new(BIO_s_file()); in MAIN()
413 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
428 if ((b64 = BIO_new(BIO_f_base64())) == NULL) in MAIN()
520 if ((benc = BIO_new(BIO_f_cipher())) == NULL) in MAIN()
Ddsaparam.c134 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
236 in = BIO_new(BIO_s_file()); in MAIN()
237 out = BIO_new(BIO_s_file()); in MAIN()
255 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Ddhparam.c170 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
345 in = BIO_new(BIO_s_file()); in MAIN()
402 out = BIO_new(BIO_s_file()); in MAIN()
411 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Ddsa.c119 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
243 out = BIO_new(BIO_s_file()); in MAIN()
273 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
Dgenrsa.c117 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()
122 if ((out = BIO_new(BIO_s_file())) == NULL) { in MAIN()
251 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
/freebsd-9-stable/crypto/openssl/demos/
Db64.c99 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
178 in = BIO_new(BIO_s_file());
179 out = BIO_new(BIO_s_file());
213 if ((b64 = BIO_new(BIO_f_base64())) == NULL)
/freebsd-9-stable/crypto/openssl/demos/bio/
Dsconnect.c53 ssl_bio = BIO_new(BIO_f_ssl());
57 out = BIO_new(BIO_s_connect());
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Da_i2d_fp.c72 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp()
122 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_i2d_fp()
Dt_pkey.c95 if ((b = BIO_new(BIO_s_file())) == NULL) { in RSA_print_fp()
191 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSA_print_fp()
262 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECPKParameters_print_fp()
277 if ((b = BIO_new(BIO_s_file())) == NULL) { in EC_KEY_print_fp()
632 if ((b = BIO_new(BIO_s_file())) == NULL) { in DHparams_print_fp()
694 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSAparams_print_fp()
753 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECParameters_print_fp()

12345