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 | 230 ASSERT_TRUE(PayloadSigner::SignHash( in SignGeneratedPayload() 232 ASSERT_TRUE(PayloadSigner::SignHash( in SignGeneratedPayload() 276 ASSERT_TRUE(PayloadSigner::SignHash(hash, key_path, &signature)); in SignGeneratedShellPayloadWithKeys() 286 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 | 277 bool PayloadSigner::SignHash(const brillo::Blob& hash, in SignHash() function in chromeos_update_engine::PayloadSigner 353 TEST_AND_RETURN_FALSE(SignHash(hash_data, path, &signature)); in SignHashWithKeys() 477 TEST_AND_RETURN_FALSE(SignHash(metadata_hash, private_key_path, &signature)); in GetMetadataSignature()
|