Searched refs:BIO_new_stream (Results 1 – 5 of 5) sorted by relevance
23 BRILLO_EXPORT BIO* BIO_new_stream(brillo::Stream* stream);
92 BIO* BIO_new_stream(brillo::Stream* stream) { in BIO_new_stream() function
26 bio_ = BIO_new_stream(stream_.get()); in SetUp()
382 stream_bio_ = BIO_new_stream(socket_.get()); in Init()
209 static BIO* BIO_new_stream(StreamInterface* stream) { in BIO_new_stream() function764 bio = BIO_new_stream(static_cast<StreamInterface*>(stream())); in BeginSSL()