| /developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/ |
| D | sign_provider_test.cpp | 75 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 …]
|
| D | hap_sign_test.cpp | 74 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 …]
|
| D | sign_bin_test.cpp | 162 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
|
| D | sign_elf_test.cpp | 88 std::string profileFile = "./hapSign/signed-profile.p7b"; in SetElfOptions() local
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/ |
| D | options_test.cpp | 450 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 …]
|
| D | hap_sign_tool_test.cpp | 345 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/ |
| D | SignBin.java | 66 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()
|
| D | SignElf.java | 142 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/ |
| D | hapsign001_fuzzer.cpp | 44 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/ |
| D | sign_bin.cpp | 40 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()
|
| D | sign_elf.cpp | 232 SignBlockData SignElf::GenerateProfileSignByte(std::string profileFile, std::string profileSigned) in GenerateProfileSignByte()
|
| /developtools/hapsigner/binary_sign_tool/cmd/src/ |
| D | params_run_tool.cpp | 107 std::string profileFile = params.GetString(Options::PROFILE_FILE); in CheckProfile() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/ |
| D | SignAppParameters.java | 51 private String profileFile; field in SignAppParameters 274 public void setProfileFile(String profileFile) { in setProfileFile()
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| D | code_signing_test.cpp | 478 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/ |
| D | sign_provider.cpp | 120 std::string profileFile = options->GetString(Options::PROFILE_FILE); in GetX509Certificates() local
|
| /developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
| D | params_run_tool.cpp | 151 std::string profileFile = params.GetString(Options::PROFILE_FILE); in CheckProfile() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntool/ |
| D | HapSignTool.java | 310 String profileFile = params.getString(Options.PROFILE_FILE); in checkProfile() local
|
| /developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
| D | sign_provider.cpp | 487 std::string profileFile = options->GetString(Options::PROFILE_FILE); in GetX509Certificates() local
|