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.h74 const std::vector<std::string>& private_key_paths,
85 const std::vector<std::string>& private_key_paths,
94 const std::vector<std::string>& private_key_paths,
Dpayload_signer.cc384 const vector<string>& private_key_paths, in SignHashWithKeys() argument
387 for (const string& path : private_key_paths) { in SignHashWithKeys()
398 const vector<string>& private_key_paths, in SignPayload() argument
413 private_key_paths, in SignPayload()
418 bool PayloadSigner::SignatureBlobLength(const vector<string>& private_key_paths, in SignatureBlobLength() argument
426 SignHashWithKeys(hash_blob, private_key_paths, &sig_blob)); in SignatureBlobLength()