Home | History | Annotate | Download | only in login

Lines Matching refs:mock_library_

81     mock_library_ = new MockCryptohomeLibrary();
82 test_api->SetCryptohomeLibrary(mock_library_, true);
161 MockCryptohomeLibrary* mock_library_;
179 ON_CALL(*mock_library_, GetSystemSalt())
181 EXPECT_CALL(*mock_library_, GetSystemSalt())
223 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
240 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
258 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
266 EXPECT_CALL(*mock_library_, GetSystemSalt())
269 EXPECT_CALL(*mock_library_, MigrateKey(username_, _, hash_ascii_))
285 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
291 EXPECT_CALL(*mock_library_, GetSystemSalt())
294 EXPECT_CALL(*mock_library_, MigrateKey(username_, _, hash_ascii_))
313 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
321 EXPECT_CALL(*mock_library_, Remove(username_))
342 EXPECT_CALL(*mock_library_, CheckKey(username_, hash_ascii_))
443 EXPECT_CALL(*mock_library_, CheckKey(username_, hash_ascii_))
446 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
461 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
482 EXPECT_CALL(*mock_library_, MountForBwsi(_))
501 EXPECT_CALL(*mock_library_, MountForBwsi(_))
545 EXPECT_CALL(*mock_library_, Mount(username_, _, _))
549 EXPECT_CALL(*mock_library_, GetSystemSalt())
586 EXPECT_CALL(*mock_library_, GetSystemSalt())
627 EXPECT_CALL(*mock_library_, GetSystemSalt())
630 EXPECT_CALL(*mock_library_, CheckKey(username_, _))
676 EXPECT_CALL(*mock_library_, GetSystemSalt())
679 EXPECT_CALL(*mock_library_, CheckKey(username_, _))