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

  /external/chromium/chrome/browser/sync/util/
nigori.h 41 bool InitByImport(const std::string& user_key,
cryptographer.cc 235 if (!nigori->InitByImport(key.user_key(), key.encryption_key(),
252 if (!new_nigori->InitByImport(key.user_key(),
nigori_unittest.cc 149 EXPECT_TRUE(nigori2.InitByImport(user_key, encryption_key, mac_key));
nigori.cc 109 bool Nigori::InitByImport(const std::string& user_key,
  /external/chromium_org/sync/util/
nigori.h 44 bool InitByImport(const std::string& user_key,
nigori_unittest.cc 149 EXPECT_TRUE(nigori2.InitByImport(user_key, encryption_key, mac_key));
cryptographer.cc 295 if (!new_nigori->InitByImport(key.user_key(),
350 if (!nigori->InitByImport(key.user_key(), key.encryption_key(),
nigori.cc 104 bool Nigori::InitByImport(const std::string& user_key,

Completed in 324 milliseconds