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

  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.cc 165 auth_read_buf_ = new net::GrowableIOBuffer();
166 auth_read_buf_->SetCapacity(kAuthDigestLength);
221 socket_->Read(auth_read_buf_.get(),
222 auth_read_buf_->RemainingCapacity(),
245 auth_read_buf_->set_offset(auth_read_buf_->offset() + read_result);
246 if (auth_read_buf_->RemainingCapacity() > 0)
250 auth_read_buf_->StartOfBuffer(),
251 auth_read_buf_->StartOfBuffer() + kAuthDigestLength))) {
257 auth_read_buf_ = NULL
    [all...]
ssl_hmac_channel_authenticator.h 97 scoped_refptr<net::GrowableIOBuffer> auth_read_buf_; member in class:remoting::protocol::SslHmacChannelAuthenticator

Completed in 45 milliseconds