/external/chromium/chrome/browser/chromeos/cros/ |
cryptohome_library.h | 45 // change from using |old_hash| to lock the key to using |new_hash|. 47 const std::string& old_hash, 51 // |user_email| and then change from using |old_hash| to lock the 56 const std::string& old_hash,
|
cryptohome_library.cc | 39 const std::string& old_hash, 42 old_hash.c_str(), 47 const std::string& old_hash, 52 old_hash.c_str(), 274 const std::string& old_hash, 280 const std::string& old_hash,
|
mock_cryptohome_library.h | 53 const std::string& old_hash, 56 const std::string& old_hash,
|
/external/chromium_org/chromeos/cryptohome/ |
mock_async_method_caller.h | 34 const std::string& old_hash,
|
async_method_caller.cc | 50 const std::string& old_hash, 54 AsyncMigrateKey(user_email, old_hash, new_hash, base::Bind(
|
async_method_caller.h | 51 // |user_email| and then change from using |old_hash| to lock the 55 const std::string& old_hash,
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash.h | 139 uint32_t UpdateHash(uint32_t old_hash, 142 uint32_t partial_hash = RemoveFirstByteFromHash(old_hash, old_first_byte);
|
/external/chromium_org/sdch/open-vcdiff/src/ |
rolling_hash.h | 138 uint32_t UpdateHash(uint32_t old_hash, 141 uint32_t partial_hash = RemoveFirstByteFromHash(old_hash, old_first_byte);
|
/external/open-vcdiff/src/ |
rolling_hash.h | 138 uint32_t UpdateHash(uint32_t old_hash, 141 uint32_t partial_hash = RemoveFirstByteFromHash(old_hash, old_first_byte);
|
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator.cc | 363 std::string old_hash = HashPassword(old_password); local 365 old_hash,
|
parallel_authenticator.cc | 215 std::string old_hash = HashPassword(old_password); local 219 old_hash);
|
/external/elfutils/src/ |
unstrip.c | 447 const Hash_Word *const old_hash = data->d_buf; \ 448 const size_t nbucket = old_hash[0]; \ 449 const size_t nchain = old_hash[1]; \ 450 const Hash_Word *const old_bucket = &old_hash[2]; \ [all...] |