Searched refs:SignHash (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/payload_generator/ |
D | payload_signer.h | 66 static bool SignHash(const brillo::Blob& hash,
|
D | payload_signer.cc | 346 bool PayloadSigner::SignHash(const brillo::Blob& hash, in SignHash() function in chromeos_update_engine::PayloadSigner 389 TEST_AND_RETURN_FALSE(SignHash(hash_data, path, &signature)); in SignHashWithKeys() 512 TEST_AND_RETURN_FALSE(SignHash(metadata_hash, in GetMetadataSignature()
|
/system/update_engine/payload_consumer/ |
D | delta_performer_integration_test.cc | 174 EXPECT_TRUE(PayloadSigner::SignHash(hash, in GetSignatureSize() 202 ASSERT_TRUE(PayloadSigner::SignHash(hash, private_key_path, &signature)); in SignGeneratedPayload() 265 ASSERT_TRUE(PayloadSigner::SignHash(hash, private_key_path, &signature)); in SignGeneratedShellPayload() 277 ASSERT_TRUE(PayloadSigner::SignHash( in SignGeneratedShellPayload()
|