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

  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op_unittest.cc 34 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
google_authenticator_unittest.cc 62 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...]
parallel_authenticator_unittest.cc 76 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, _))
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 58 hash_ascii_("0a010000000000a0" + std::string(16, '0')),
77 hash_ascii_,
195 std::string hash_ascii_; member in class:chromeos::ParallelAuthenticatorTest
295 hash_ascii_,
340 hash_ascii_,
441 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_,
492 EXPECT_CALL(*mock_caller_, AsyncMigrateKey(username_, _, hash_ascii_, _))
495 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_,
520 EXPECT_CALL(*mock_caller_, AsyncMigrateKey(username_, _, hash_ascii_, _))
580 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_,
    [all...]

Completed in 34 milliseconds