Home
last modified time | relevance | path

Searched refs:GetSystemSalt (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dparallel_authenticator_unittest.cc236 ON_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
238 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
411 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
432 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
544 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
582 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
696 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
714 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
Dgoogle_authenticator_unittest.cc179 ON_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
181 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
266 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
291 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
549 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
586 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
627 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
676 EXPECT_CALL(*mock_library_, GetSystemSalt()) in TEST_F()
Dgoogle_authenticator.cc395 system_salt_ = CrosLibrary::Get()->GetCryptohomeLibrary()->GetSystemSalt(); in LoadSystemSalt()
Dparallel_authenticator.cc536 system_salt_ = CrosLibrary::Get()->GetCryptohomeLibrary()->GetSystemSalt(); in LoadSystemSalt()
/external/chromium/chrome/browser/chromeos/cros/
Dcryptohome_library.cc109 CryptohomeBlob GetSystemSalt() { in GetSystemSalt() function in chromeos::CryptohomeLibraryImpl
343 CryptohomeBlob GetSystemSalt() { in GetSystemSalt() function in chromeos::CryptohomeLibraryStubImpl
Dcryptohome_library.h105 virtual CryptohomeBlob GetSystemSalt() = 0;
Dmock_cryptohome_library.h72 MOCK_METHOD0(GetSystemSalt, CryptohomeBlob(void));