Home
last modified time | relevance | path

Searched defs:profileFile (Results 1 – 18 of 18) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
Dsign_provider_test.cpp75 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
116 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
159 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
199 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
241 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
285 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
329 std::string profileFile = "./hapSign/signed-nohaveprofile.p7b"; variable
373 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
417 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
457 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
[all …]
Dhap_sign_test.cpp74 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
113 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
152 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
193 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
234 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
281 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
321 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
366 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
411 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
458 std::string profileFile = "./hapSign/signed-profile.p7b"; variable
[all …]
Dsign_bin_test.cpp162 std::string profileFile = "./hapSign/app1-profile1.p7b"; variable
234 std::string profileFile = "./hapSign/app1-profile1.p7b"; variable
278 std::string profileFile = "./hapSign/app1-profile1.p7b"; variable
Dsign_elf_test.cpp88 std::string profileFile = "./hapSign/signed-profile.p7b"; in SetElfOptions() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
Doptions_test.cpp450 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
489 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
530 std::string profileFile = ""; variable
571 std::string profileFile = "./generateKeyPair/signed-profile.txt"; variable
612 std::string profileFile = "./generateKeyPair/signed-profile.txt"; variable
653 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
690 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
726 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
764 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
803 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
[all …]
Dhap_sign_tool_test.cpp345 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
1019 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
1054 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
1093 std::string profileFile = "./generateKeyPair/signed-profile.txt"; variable
1132 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
1208 std::string profileFile = "./generateKeyPair/signed-profile.txt"; variable
1247 std::string profileFile = "./generateKeyPair/signed-profile.txt"; variable
1805 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
1846 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignBin.java66 String profileFile = signParams.get(ParamConstants.PARAM_BASIC_PROFILE); in sign() local
93 String inputFile, String outputFile, String profileFile, String profileSigned) { in writeBlockDataToFile()
128 String profileFile, String outputFile) { in writeSignedBin()
DSignElf.java142 String profileFile = signParams.get(ParamConstants.PARAM_BASIC_PROFILE); in writeBlockDataToFile() local
230 …private static SignBlockData generateProfileSignByte(String profileFile, String profileSigned) thr… in generateProfileSignByte()
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/hapsign/hapsign001_fuzzer/
Dhapsign001_fuzzer.cpp44 std::string profileFile = "./hapSign/signed-profile.p7b"; in HapSignTest001() local
147 std::string profileFile = "./hapSign/signed-profile.p7b"; in HapSignTest004() local
199 std::string profileFile = "./hapSign/signed-profile.p7b"; in HapSignTest006() local
241 std::string profileFile = "./hapSign/signed-profile.p7b"; in HapSignTest007() local
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
Dsign_bin.cpp40 std::string profileFile = signParams.at(ParamConstants::PARAM_BASIC_PROFILE); in Sign() local
67 const std::string& profileFile, const std::string& profileSigned) in WriteBlockDataToFile()
186 const std::string& signBlockByte, const std::string& profileFile, in WriteSignedBin()
Dsign_elf.cpp232 SignBlockData SignElf::GenerateProfileSignByte(std::string profileFile, std::string profileSigned) in GenerateProfileSignByte()
/developtools/hapsigner/binary_sign_tool/cmd/src/
Dparams_run_tool.cpp107 std::string profileFile = params.GetString(Options::PROFILE_FILE); in CheckProfile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
DSignAppParameters.java51 private String profileFile; field in SignAppParameters
274 public void setProfileFile(String profileFile) { in setProfileFile()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
Dcode_signing_test.cpp478 std::string profileFile = "./codeSigning/signed-profile.p7b"; variable
550 std::string profileFile = "./hapSign/signed-profile.p7b"; in SetOptions() local
/developtools/hapsigner/binary_sign_tool/hap/provider/src/
Dsign_provider.cpp120 std::string profileFile = options->GetString(Options::PROFILE_FILE); in GetX509Certificates() local
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
Dparams_run_tool.cpp151 std::string profileFile = params.GetString(Options::PROFILE_FILE); in CheckProfile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/
DHapSignTool.java310 String profileFile = params.getString(Options.PROFILE_FILE); in checkProfile() local
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
Dsign_provider.cpp487 std::string profileFile = options->GetString(Options::PROFILE_FILE); in GetX509Certificates() local