Home
last modified time | relevance | path

Searched defs:private_key_paths (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_signer.cc345 const vector<string>& private_key_paths, in SignHashWithKeys()
365 const vector<string>& private_key_paths, in SignPayload()
384 bool PayloadSigner::SignatureBlobLength(const vector<string>& private_key_paths, in SignatureBlobLength()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc243 const vector<string>& private_key_paths, in SignGeneratedShellPayloadWithKeys()
367 vector<string> private_key_paths = {private_key_path}; in SignGeneratedShellPayload() local