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

  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 507 std::string local_certificate = key_pair_->GenerateCertificate();
508 if (local_certificate.empty()) {
523 local_certificate, key_pair_, host_secret_hash_, pairing_registry);
531 local_certificate, key_pair_, token_validator_factory.Pass());
    [all...]
  /external/chromium_org/remoting/host/plugin/
host_script_object.cc 632 std::string local_certificate = host_key_pair_->GenerateCertificate(); local
633 if (local_certificate.empty()) {
642 local_certificate, host_key_pair_, access_code));
    [all...]

Completed in 107 milliseconds