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

  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 236 ON_CALL(*mock_library_, GetSystemSalt())
238 EXPECT_CALL(*mock_library_, GetSystemSalt())
411 EXPECT_CALL(*mock_library_, GetSystemSalt())
432 EXPECT_CALL(*mock_library_, GetSystemSalt())
544 EXPECT_CALL(*mock_library_, GetSystemSalt())
582 EXPECT_CALL(*mock_library_, GetSystemSalt())
696 EXPECT_CALL(*mock_library_, GetSystemSalt())
714 EXPECT_CALL(*mock_library_, GetSystemSalt())
google_authenticator_unittest.cc 179 ON_CALL(*mock_library_, GetSystemSalt())
181 EXPECT_CALL(*mock_library_, GetSystemSalt())
266 EXPECT_CALL(*mock_library_, GetSystemSalt())
291 EXPECT_CALL(*mock_library_, GetSystemSalt())
549 EXPECT_CALL(*mock_library_, GetSystemSalt())
586 EXPECT_CALL(*mock_library_, GetSystemSalt())
627 EXPECT_CALL(*mock_library_, GetSystemSalt())
676 EXPECT_CALL(*mock_library_, GetSystemSalt())
google_authenticator.cc 395 system_salt_ = CrosLibrary::Get()->GetCryptohomeLibrary()->GetSystemSalt();
parallel_authenticator.cc 536 system_salt_ = CrosLibrary::Get()->GetCryptohomeLibrary()->GetSystemSalt();
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 105 virtual CryptohomeBlob GetSystemSalt() = 0;
mock_cryptohome_library.h 72 MOCK_METHOD0(GetSystemSalt, CryptohomeBlob(void));
cryptohome_library.cc 109 CryptohomeBlob GetSystemSalt() {
343 CryptohomeBlob GetSystemSalt() {

Completed in 272 milliseconds