HomeSort by relevance Sort by last modified time
    Searched refs:private_key_path (Results 1 - 9 of 9) sorted by null

  /system/update_engine/payload_generator/
delta_diff_generator.h 34 // |private_key_path| points to a private key used to sign the update.
41 const std::string& private_key_path,
payload_file.h 54 const std::string& private_key_path,
payload_signer.h 64 // Given a raw |hash| and a private key in |private_key_path| calculates the
67 const std::string& private_key_path,
78 // |private_key_path|, metadata size in |metadata_size|, metadata signature
129 // and signs the hash with the given private_key_path and writes the signed
134 const std::string& private_key_path,
delta_diff_generator.cc 56 const string& private_key_path,
132 private_key_path, metadata_size));
payload_file.cc 102 const string& private_key_path,
173 if (!private_key_path.empty()) {
175 PayloadSigner::SignatureBlobLength(vector<string>(1, private_key_path),
227 !private_key_path.empty()) {
234 vector<string>(1, private_key_path),
257 if (!private_key_path.empty()) {
262 vector<string>(1, private_key_path),
payload_signer.cc 347 const string& private_key_path,
349 LOG(INFO) << "Signing hash with private key: " << private_key_path;
357 // openssl rsautl -raw -sign -inkey |private_key_path|
360 FILE* fprikey = fopen(private_key_path.c_str(), "rb");
502 const string& private_key_path,
513 private_key_path,
  /system/extras/verity/
generate_verity_key.c 87 static int write_public_keyfile(RSA *private_key, const char *private_key_path)
94 if (asprintf(&path, "%s.pub", private_key_path) < 0)
  /system/core/adb/
adb_auth_host.cpp 147 static int write_public_keyfile(RSA *private_key, const char *private_key_path)
156 if (snprintf(path, sizeof(path), "%s.pub", private_key_path) >=
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 159 static size_t GetSignatureSize(const string& private_key_path) {
165 private_key_path,
210 string private_key_path = kUnittestPrivateKeyPath; local
213 &private_key_path,
220 ScopedPathUnlinker key_unlinker(private_key_path);
227 "openssl genrsa -out %s 2048", private_key_path.c_str())));
229 int signature_size = GetSignatureSize(private_key_path);
260 private_key_path.c_str(),
    [all...]

Completed in 177 milliseconds