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

  /external/chromium_org/remoting/client/
client_config.h 27 std::string authentication_tag; member in struct:remoting::ClientConfig
  /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...]

Completed in 57 milliseconds