Searched refs:client_pairing_id (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dnegotiating_client_authenticator.h28 const std::string& client_pairing_id,
H A Dnegotiating_client_authenticator.cc23 const std::string& client_pairing_id,
30 client_pairing_id_(client_pairing_id),
22 NegotiatingClientAuthenticator( const std::string& client_pairing_id, const std::string& shared_secret, const std::string& authentication_tag, const FetchSecretCallback& fetch_secret_callback, scoped_ptr<ThirdPartyClientAuthenticator::TokenFetcher> token_fetcher, const std::vector<AuthenticationMethod>& methods) argument
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc664 std::string client_pairing_id; local
665 data.GetString("clientPairingId", &client_pairing_id);
775 client_pairing_id, client_paired_secret, authentication_tag,

Completed in 76 milliseconds