Searched refs:SignHash (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/payload_generator/ |
D | payload_signer.h | 52 static bool SignHash(const brillo::Blob& hash,
|
D | payload_signer.cc | 270 bool PayloadSigner::SignHash(const brillo::Blob& hash, in SignHash() function in chromeos_update_engine::PayloadSigner 314 TEST_AND_RETURN_FALSE(SignHash(hash_data, path, &signature)); in SignHashWithKeys() 431 TEST_AND_RETURN_FALSE(SignHash(metadata_hash, private_key_path, &signature)); in GetMetadataSignature()
|
/system/update_engine/payload_consumer/ |
D | delta_performer_integration_test.cc | 172 EXPECT_TRUE(PayloadSigner::SignHash(hash, private_key_path, &signature)); in GetSignatureSize() 194 ASSERT_TRUE(PayloadSigner::SignHash(hash, private_key_path, &signature)); in SignGeneratedPayload() 253 ASSERT_TRUE(PayloadSigner::SignHash(hash, private_key_path, &signature)); in SignGeneratedShellPayload() 262 ASSERT_TRUE(PayloadSigner::SignHash( in SignGeneratedShellPayload()
|