Home
last modified time | relevance | path

Searched refs:auth_bytes (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/remoting/protocol/
Dssl_hmac_channel_authenticator.cc152 std::string auth_bytes = GetAuthBytes( in OnConnected() local
155 if (auth_bytes.empty()) { in OnConnected()
162 new net::StringIOBuffer(auth_bytes), auth_bytes.size()); in OnConnected()
267 std::string auth_bytes = GetAuthBytes( in VerifyAuthBytes() local
270 if (auth_bytes.empty()) in VerifyAuthBytes()
274 &(auth_bytes[0]), kAuthDigestLength); in VerifyAuthBytes()