Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dpayload_signer.h58 static bool SignHashWithKeys(
Dpayload_signer.cc308 bool PayloadSigner::SignHashWithKeys(const brillo::Blob& hash_data, in SignHashWithKeys() function in chromeos_update_engine::PayloadSigner
338 SignHashWithKeys(hash_data, private_key_paths, out_serialized_signature)); in SignPayload()
349 SignHashWithKeys(hash_blob, private_key_paths, &sig_blob)); in SignatureBlobLength()
Dpayload_signer_unittest.cc99 PayloadSigner::SignHashWithKeys(hash_blob, private_keys, out_signature)); in SignSampleData()
Dpayload_file.cc258 TEST_AND_RETURN_FALSE(PayloadSigner::SignHashWithKeys( in WritePayload()