Searched refs:GetSystemSalt (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | parallel_authenticator_unittest.cc | 236 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()
|
D | google_authenticator_unittest.cc | 179 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()
|
D | google_authenticator.cc | 395 system_salt_ = CrosLibrary::Get()->GetCryptohomeLibrary()->GetSystemSalt(); in LoadSystemSalt()
|
D | parallel_authenticator.cc | 536 system_salt_ = CrosLibrary::Get()->GetCryptohomeLibrary()->GetSystemSalt(); in LoadSystemSalt()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | cryptohome_library.cc | 109 CryptohomeBlob GetSystemSalt() { in GetSystemSalt() function in chromeos::CryptohomeLibraryImpl 343 CryptohomeBlob GetSystemSalt() { in GetSystemSalt() function in chromeos::CryptohomeLibraryStubImpl
|
D | cryptohome_library.h | 105 virtual CryptohomeBlob GetSystemSalt() = 0;
|
D | mock_cryptohome_library.h | 72 MOCK_METHOD0(GetSystemSalt, CryptohomeBlob(void));
|