Home
last modified time | relevance | path

Searched refs:SignHash (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_signer.h66 static bool SignHash(const brillo::Blob& hash,
Dpayload_signer.cc346 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/
Ddelta_performer_integration_test.cc174 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()