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.cc363 const vector<string>& private_key_paths, in SignHashWithKeys() argument
367 for (const string& path : private_key_paths) { in SignHashWithKeys()
383 const vector<string>& private_key_paths, in SignPayload() argument
398 SignHashWithKeys(hash_data, private_key_paths, out_serialized_signature)); in SignPayload()
402 bool PayloadSigner::SignatureBlobLength(const vector<string>& private_key_paths, in SignatureBlobLength() argument
409 SignHashWithKeys(hash_blob, private_key_paths, &sig_blob)); in SignatureBlobLength()
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc213 const vector<string>& private_key_paths, in SignGeneratedShellPayloadWithKeys() argument
217 for (const auto& key_path : private_key_paths) { in SignGeneratedShellPayloadWithKeys()
241 for (const auto& key_path : private_key_paths) { in SignGeneratedShellPayloadWithKeys()
336 vector<string> private_key_paths = {private_key_path}; in SignGeneratedShellPayload() local
339 private_key_paths.push_back( in SignGeneratedShellPayload()
354 payload_path, private_key_paths, public_key, verification_success); in SignGeneratedShellPayload()