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

  /external/chromium/chrome/browser/sync/util/
nigori_unittest.cc 18 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
32 EXPECT_TRUE(nigori1.InitByDerivation("example.com", "username", "password"));
40 EXPECT_TRUE(nigori2.InitByDerivation("example.com", "username", "password"));
53 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
68 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
83 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
98 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
116 EXPECT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
141 EXPECT_TRUE(nigori1.InitByDerivation("example.com", "username", "password"));
nigori.h 35 bool InitByDerivation(const std::string& hostname,
cryptographer.cc 112 if (!nigori->InitByDerivation(params.hostname,
151 if (!nigori.InitByDerivation(params.hostname,
cryptographer_unittest.cc 151 ASSERT_TRUE(nigori.InitByDerivation("example.com", "username", "password"));
nigori.cc 72 bool Nigori::InitByDerivation(const std::string& hostname,

Completed in 31 milliseconds