HomeSort by relevance Sort by last modified time
    Searched refs:TlsStream (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/streams/
tls_stream.cc 54 // Static variable to store the index of TlsStream private data in SSL context
71 // workings from the users of brillo::TlsStream.
72 class TlsStream::TlsStreamImpl {
129 TlsStream::TlsStreamImpl::TlsStreamImpl() {
138 TlsStream::TlsStreamImpl::~TlsStreamImpl() {
143 bool TlsStream::TlsStreamImpl::ReadNonBlocking(void* buffer,
181 bool TlsStream::TlsStreamImpl::WriteNonBlocking(const void* buffer,
207 bool TlsStream::TlsStreamImpl::Flush(ErrorPtr* error) {
211 bool TlsStream::TlsStreamImpl::Close(ErrorPtr* error) {
243 bool TlsStream::TlsStreamImpl::WaitForData
    [all...]
tls_stream.h 23 // destination server and passed in TlsStream::Connect() method as |socket|.
24 class BRILLO_EXPORT TlsStream : public Stream {
26 ~TlsStream() override;
29 // Calls |callback| when successful and passes the instance of TlsStream
75 // Private constructor called from TlsStream::Connect() factory method.
76 explicit TlsStream(std::unique_ptr<TlsStreamImpl> impl);
79 DISALLOW_COPY_AND_ASSIGN(TlsStream);
  /system/weaved/buffet/
socket_stream.cc 164 brillo::TlsStream::Connect(

Completed in 77 milliseconds