Searched refs:client_bio (Results 1 – 2 of 2) sorted by relevance
229 BIO *client_bio; in main() local246 client_bio = BIO_pop(acceptor_bio); in main()253 BIO_free(client_bio); in main()256 SSL_set_bio(ssl, client_bio, client_bio); in main()
252 client_bio = BIO_pop(acceptor_bio);258 ownership of the BIO or BIOs involved (our B<client_bio>) to the SSL handle.264 BIO_free(client_bio);267 SSL_set_bio(ssl, client_bio, client_bio);295 B<stderr> and free the SSL handle, which also frees the B<client_bio> and
Completed in 15 milliseconds