Home
last modified time | relevance | path

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

/external/chromium_org/remoting/host/it2me/
Dit2me_host.cc164 host_key_pair_ = RsaKeyPair::Generate(); in FinishConnect()
175 signal_strategy.get(), host_key_pair_, directory_bot_jid_, in FinishConnect()
443 std::string local_certificate = host_key_pair_->GenerateCertificate(); in OnReceivedSupportID()
453 local_certificate, host_key_pair_, access_code)); in OnReceivedSupportID()
Dit2me_host.h140 scoped_refptr<RsaKeyPair> host_key_pair_; variable