Home
last modified time | relevance | path

Searched refs:expected_hash (Results 1 – 9 of 9) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_hash.function13 void hash_finish( int alg_arg, data_t *input, data_t *expected_hash )
28 ASSERT_COMPARE( expected_hash->x, expected_hash->len,
38 void hash_verify( int alg_arg, data_t *input, data_t *expected_hash )
50 expected_hash->x,
51 expected_hash->len ) );
60 void hash_multi_part( int alg_arg, data_t *input, data_t *expected_hash )
87 ASSERT_COMPARE( expected_hash->x, expected_hash->len,
93 ASSERT_COMPARE( expected_hash->x, expected_hash->len,
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drun-tests.py63 fontfile, expected_hash = (fontfile.split('@') + [''])[:2] variable
67 if expected_hash:
69 if actual_hash != expected_hash:
71 (fontfile, expected_hash, actual_hash))
/third_party/harfbuzz/test/shaping/
Drun-tests.py70 fontfile, expected_hash = (fontfile.split('@') + [''])[:2] variable
74 if expected_hash:
76 if actual_hash != expected_hash:
78 (fontfile, expected_hash, actual_hash))
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drun-tests.py66 fontfile, expected_hash = fontfile.split('@') variable
71 if actual_hash != expected_hash:
73 (fontfile, expected_hash, actual_hash))
/third_party/skia/third_party/externals/harfbuzz/test/subset/
Drun-tests.py66 expected_hash = hashlib.sha224(fp.read()).hexdigest()
70 if expected_hash == actual_hash:
/third_party/python/Lib/test/
Dtest_hashlib.py875 expected_hash = hashlib.sha1(data*num_threads).hexdigest()
897 self.assertEqual(expected_hash, hasher.hexdigest())
/third_party/mbedtls/docs/
Dgetting_started.md443 unsigned char expected_hash[] = {
471 status = psa_hash_verify(&operation, expected_hash, expected_hash_len);
/third_party/chromium/patch/
D0004-3.2-Beta5.patch29090 std::string expected_hash;
29094 EXPECT_EQ(request->digests().sha256(), expected_hash);
D0001-cve.patch71854 - expected_hash = hashlib.sha224(fp.read()).hexdigest()
71860 - if expected_hash == actual_hash: