Searched refs:ssl_bio (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/demos/bio/
H A Dsconnect.c27 BIO *ssl_bio; local
52 ssl_bio=BIO_new(BIO_f_ssl());
53 BIO_set_ssl(ssl_bio,ssl,BIO_CLOSE);
59 out=BIO_push(ssl_bio,out);
H A Dsaccept.c33 BIO *ssl_bio,*tmp; local
66 ssl_bio=BIO_new_ssl(ctx,0);
71 * The ssl_bio will be 'dupilcated' and have the new socket
74 BIO_set_accept_bios(in,ssl_bio);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_server.c2260 BIO *io,*ssl_bio,*sbio; local
2265 ssl_bio=BIO_new(BIO_f_ssl());
2266 if ((io == NULL) || (ssl_bio == NULL)) goto err;
2313 BIO_set_ssl(ssl_bio,con,BIO_CLOSE);
2314 BIO_push(io,ssl_bio);
2631 /* if (ssl_bio != NULL) BIO_free(ssl_bio);*/
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl.h1464 void BIO_ssl_shutdown(BIO *ssl_bio);
/barrelfish-master/include/openssl/
H A Dssl.h1464 void BIO_ssl_shutdown(BIO *ssl_bio);

Completed in 91 milliseconds