Home
last modified time | relevance | path

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

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