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

  /external/chromium_org/remoting/client/
client_config.h 27 std::string authentication_tag; member in struct:remoting::ClientConfig
chromoting_client.cc 61 config_.authentication_tag,
  /external/chromium_org/remoting/protocol/
pairing_client_authenticator.h 20 const std::string& authentication_tag);
pairing_client_authenticator.cc 23 const std::string& authentication_tag)
28 authentication_tag_(authentication_tag),
negotiating_client_authenticator.h 30 const std::string& authentication_tag,
negotiating_client_authenticator.cc 25 const std::string& authentication_tag,
32 authentication_tag_(authentication_tag),
  /external/chromium_org/remoting/ios/bridge/
client_instance.cc 77 client_config_.authentication_tag = host_id_;
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 69 client_config_.authentication_tag = host_id_;
  /external/chromium_org/content/child/webcrypto/
shared_crypto_unittest.cc 519 std::vector<uint8>* authentication_tag) {
544 authentication_tag->assign(output.begin() + cipher_text->size(),
555 const std::vector<uint8>& authentication_tag,
563 cipher_text_with_tag.reserve(cipher_text.size() + authentication_tag.size());
567 authentication_tag.begin(),
568 authentication_tag.end());
3281 std::vector<uint8> authentication_tag; local
    [all...]
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 657 !data.GetString("authenticationTag", &config.authentication_tag)) {
    [all...]

Completed in 836 milliseconds