Home
last modified time | relevance | path

Searched refs:SignHashWithKeys (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_signer.h72 static bool SignHashWithKeys(
Dpayload_signer.cc383 bool PayloadSigner::SignHashWithKeys(const brillo::Blob& hash_data, in SignHashWithKeys() function in chromeos_update_engine::PayloadSigner
412 TEST_AND_RETURN_FALSE(SignHashWithKeys(hash_data, in SignPayload()
426 SignHashWithKeys(hash_blob, private_key_paths, &sig_blob)); in SignatureBlobLength()
Dpayload_signer_unittest.cc113 EXPECT_TRUE(PayloadSigner::SignHashWithKeys( in SignSampleData()
Dpayload_file.cc234 PayloadSigner::SignHashWithKeys(metadata_hash, in WritePayload()