Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dpayload_signer.h60 const std::vector<std::string>& private_key_paths,
71 const std::vector<std::string>& private_key_paths,
80 const std::vector<std::string>& private_key_paths, uint64_t* out_length);
Dpayload_signer.cc309 const vector<string>& private_key_paths, in SignHashWithKeys() argument
312 for (const string& path : private_key_paths) { in SignHashWithKeys()
323 const vector<string>& private_key_paths, in SignPayload() argument
338 SignHashWithKeys(hash_data, private_key_paths, out_serialized_signature)); in SignPayload()
342 bool PayloadSigner::SignatureBlobLength(const vector<string>& private_key_paths, in SignatureBlobLength() argument
349 SignHashWithKeys(hash_blob, private_key_paths, &sig_blob)); in SignatureBlobLength()