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

  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.h 76 bool HandleAuthBytesRead(int result);
ssl_hmac_channel_authenticator.cc 227 if (!HandleAuthBytesRead(result))
235 if (HandleAuthBytesRead(result))
239 bool SslHmacChannelAuthenticator::HandleAuthBytesRead(int read_result) {

Completed in 67 milliseconds