Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dpayload_signer.h57 const std::vector<std::string>& private_key_paths,
68 const std::vector<std::string>& private_key_paths,
77 const std::vector<std::string>& private_key_paths, uint64_t* out_length);
Dpayload_signer.cc360 const vector<string>& private_key_paths, in SignHashWithKeys() argument
364 for (const string& path : private_key_paths) { in SignHashWithKeys()
380 const vector<string>& private_key_paths, in SignPayload() argument
395 SignHashWithKeys(hash_data, private_key_paths, out_serialized_signature)); in SignPayload()
399 bool PayloadSigner::SignatureBlobLength(const vector<string>& private_key_paths, in SignatureBlobLength() argument
406 SignHashWithKeys(hash_blob, private_key_paths, &sig_blob)); in SignatureBlobLength()
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc254 const vector<string>& private_key_paths, in SignGeneratedShellPayloadWithKeys() argument
258 for (const auto& key_path : private_key_paths) { in SignGeneratedShellPayloadWithKeys()
281 for (const auto& key_path : private_key_paths) { in SignGeneratedShellPayloadWithKeys()
374 vector<string> private_key_paths = {private_key_path}; in SignGeneratedShellPayload() local
377 private_key_paths.push_back( in SignGeneratedShellPayload()
392 payload_path, private_key_paths, public_key, verification_success); in SignGeneratedShellPayload()