Searched refs:hash_ascii_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dcryptohome_op_unittest.cc34 hash_ascii_("0a010000000000a0"),
35 state_(username_, "", hash_ascii_, "", "", false),
71 hash_ascii_,
77 hash_ascii_,
87 AsyncMount(username_, hash_ascii_, true, _))
106 AsyncCheckKey(username_, hash_ascii_, _))
130 std::string hash_ascii_; member in class:chromeos::CryptohomeOpTest
H A Dgoogle_authenticator_unittest.cc62 hash_ascii_.assign("0a010000000000a0");
63 hash_ascii_.append(std::string(16, '0'));
130 auth->set_password_hash(hash_ascii_);
156 std::string hash_ascii_; member in class:chromeos::GoogleAuthenticatorTest
223 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
228 auth->set_password_hash(hash_ascii_);
240 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
258 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
269 EXPECT_CALL(*mock_library_, MigrateKey(username_, _, hash_ascii_))
285 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_,
[all...]
H A Dparallel_authenticator_unittest.cc76 hash_ascii_.assign("0a010000000000a0");
77 hash_ascii_.append(std::string(16, '0'));
102 hash_ascii_,
217 std::string hash_ascii_; member in class:chromeos::ParallelAuthenticatorTest
360 EXPECT_CALL(*mock_library_, AsyncMount(username_, hash_ascii_, true, _))
405 EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_, _, hash_ascii_, _))
408 EXPECT_CALL(*mock_library_, AsyncMount(username_, hash_ascii_, false, _))
429 EXPECT_CALL(*mock_library_, AsyncMigrateKey(username_, _, hash_ascii_, _))
478 EXPECT_CALL(*mock_library_, AsyncMount(username_, hash_ascii_, true, _))

Completed in 66 milliseconds