Home
last modified time | relevance | path

Searched refs:expected_hash (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Dpsa_hash.c56 const uint8_t expected_hash[] = EXPECTED_HASH_VALUE; variable
57 const size_t expected_hash_len = sizeof(expected_hash);
105 (memcmp(hash, expected_hash, expected_hash_len) != 0)) { in main()
111 psa_hash_verify(&cloned_hash_operation, expected_hash, in main()
135 (memcmp(hash, expected_hash, expected_hash_len) != 0)) { in main()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Drun-tests.py63 fontfile, expected_hash = (fontfile.split('@') + [''])[:2]
67 if expected_hash:
69 if actual_hash != expected_hash:
71 (fontfile, expected_hash, actual_hash))
/third_party/node/deps/v8/tools/
H A Dfind-commit-for-patch.py66 expected_hash = files[filename]
67 if actual_hash.startswith(expected_hash): matched_files += 1
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-tests.py66 expected_hash = hashlib.sha224(fp.read()).hexdigest()
70 if expected_hash == actual_hash:
/third_party/python/Lib/test/
H A Dtest_hashlib.py930 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
952 self.assertEqual(expected_hash, hasher.hexdigest())

Completed in 3 milliseconds