Searched refs:SignHash (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/payload_consumer/ |
D | certificate_parser_android_unittest.cc | 50 ASSERT_TRUE(PayloadSigner::SignHash( in TEST()
|
D | delta_performer_integration_test.cc | 238 ASSERT_TRUE(PayloadSigner::SignHash( in SignGeneratedPayload() 240 ASSERT_TRUE(PayloadSigner::SignHash( in SignGeneratedPayload() 284 ASSERT_TRUE(PayloadSigner::SignHash(hash, key_path, &signature)); in SignGeneratedShellPayloadWithKeys() 294 PayloadSigner::SignHash(metadata_hash, key_path, &metadata_signature)); in SignGeneratedShellPayloadWithKeys()
|
/system/update_engine/payload_generator/ |
D | payload_signer.h | 49 static bool SignHash(const brillo::Blob& hash,
|
D | payload_signer.cc | 290 bool PayloadSigner::SignHash(const brillo::Blob& hash, in SignHash() function in chromeos_update_engine::PayloadSigner 366 TEST_AND_RETURN_FALSE(SignHash(hash_data, path, &signature)); in SignHashWithKeys() 490 TEST_AND_RETURN_FALSE(SignHash(metadata_hash, private_key_path, &signature)); in GetMetadataSignature()
|