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

  /system/update_engine/payload_consumer/
file_descriptor_utils_unittest.cc 136 brillo::Blob expected_hash; local
138 kExpectedResult, strlen(kExpectedResult), &expected_hash));
139 EXPECT_EQ(expected_hash, hash_out);
164 brillo::Blob expected_hash; local
166 kExpectedOrderedData, strlen(kExpectedOrderedData), &expected_hash));
167 EXPECT_EQ(expected_hash, hash_out);
192 brillo::Blob expected_hash; local
194 kExpectedResult, strlen(kExpectedResult), &expected_hash));
195 EXPECT_EQ(expected_hash, hash_out);
delta_performer_integration_test.cc 859 brillo::Blob expected_hash; local
    [all...]
  /external/v8/tools/
find-commit-for-patch.py 63 expected_hash = files[filename]
64 if actual_hash.startswith(expected_hash): matched_files += 1
  /external/autotest/server/site_tests/firmware_ECUpdateId/
firmware_ECUpdateId.py 65 def active_hash_checker(self, expected_hash):
68 result = ec_hash == expected_hash
71 expected_hash, ec_hash)
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_unittest.py 247 def _FakeGetLocked(bucket, expected_hash, file_path):
248 del bucket, expected_hash, file_path # unused
268 def _FakeGetLocked(bucket, expected_hash, file_path):
269 del bucket, expected_hash, file_path # unused
300 def _FakeGetLocked(bucket, expected_hash, file_path):
301 del bucket, expected_hash, file_path # unused
324 def _FakeGetLockedNewHash(bucket, expected_hash, file_path):
325 del bucket, expected_hash, file_path # unused
cloud_storage.py 421 expected_hash = ReadHash(hash_path)
443 # expected_hash or we need to fetch new binary from cloud, update the
449 if os.path.exists(file_path) and CalculateHash(file_path) == expected_hash:
451 _GetLocked(bucket, expected_hash, file_path)
452 if CalculateHash(file_path) != expected_hash:
  /external/vboot_reference/scripts/image_signing/
sign_official_build.sh 563 expected_hash=$(get_hash_from_config "${new_kernel_config}")
566 if [ -z "${expected_hash}" ] || [ -z "${got_hash}" ]; then
571 if [ ! "${got_hash}" = "${expected_hash}" ]; then
574 Expected: ${expected_hash}
579 echo "PASS: RootFS hash is correct (${expected_hash})"
  /external/avb/libavb_atx/
avb_atx_validate.c 59 /* Verifies structure and |expected_hash| of permanent |attributes|. */
62 uint8_t expected_hash[AVB_SHA256_DIGEST_SIZE]) {
70 if (0 != avb_safe_memcmp(hash, expected_hash, AVB_SHA256_DIGEST_SIZE)) {
  /external/vboot_reference/firmware/lib/
vboot_api_kernel.c 645 uint8_t expected_hash[SHA256_DIGEST_SIZE]; local
792 internal_SHA256(expected, expected_size, expected_hash);
795 VBDEBUG(("%02x", expected_hash[i]));
804 need_update = SafeMemcmp(ec_hash, expected_hash,
807 SafeMemcmp(rw_hash, expected_hash, SHA256_DIGEST_SIZE)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hashlib.py 333 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
355 self.assertEqual(expected_hash, hasher.hexdigest())
  /system/update_engine/
omaha_response_handler_action_unittest.cc 124 string expected_hash; local
126 expected_hash += package.hash + ":";
128 SetString(kPrefsUpdateCheckResponseHash, expected_hash))
  /system/update_engine/scripts/update_payload/
applier.py 34 def _VerifySha256(file_obj, expected_hash, name, length=-1):
39 expected_hash: the hash digest we expect to be getting
65 if actual_hash != expected_hash:
68 common.FormatSha256(expected_hash)))
  /external/python/cpython2/Lib/test/
test_hashlib.py 372 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
394 self.assertEqual(expected_hash, hasher.hexdigest())
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hashlib.py 371 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
393 self.assertEqual(expected_hash, hasher.hexdigest())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hashlib.py 371 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
393 self.assertEqual(expected_hash, hasher.hexdigest())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 371 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
393 self.assertEqual(expected_hash, hasher.hexdigest())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 371 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
393 self.assertEqual(expected_hash, hasher.hexdigest())
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 586 brillo::Blob expected_hash; local
587 EXPECT_TRUE(HashCalculator::RawHashOfData(src_data, &expected_hash));
590 EXPECT_EQ(expected_hash, result_hash);
  /build/make/tools/releasetools/
test_common.py 47 def _verify(self, zip_file, zip_file_name, arcname, expected_hash,
75 self.assertEqual(expected_hash, sha1_hash.hexdigest())
  /art/runtime/mirror/
object_test.cc 52 int32_t expected_hash)
74 EXPECT_EQ(expected_hash, string->GetHashCode());
  /external/python/cpython3/Lib/test/
test_hashlib.py 754 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
776 self.assertEqual(expected_hash, hasher.hexdigest())
    [all...]

Completed in 639 milliseconds