HomeSort by relevance Sort by last modified time
    Searched full:bio_new_stream (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/brillo/streams/
openssl_stream_bio.h 23 BRILLO_EXPORT BIO* BIO_new_stream(brillo::Stream* stream);
openssl_stream_bio.cc 92 BIO* BIO_new_stream(brillo::Stream* stream) {
openssl_stream_bio_unittests.cc 26 bio_ = BIO_new_stream(stream_.get());
tls_stream.cc 382 stream_bio_ = BIO_new_stream(socket_.get());
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 209 static BIO* BIO_new_stream(StreamInterface* stream) {
764 bio = BIO_new_stream(static_cast<StreamInterface*>(stream()));
    [all...]

Completed in 1166 milliseconds