Home
last modified time | relevance | path

Searched defs:profileFile (Results 1 - 15 of 15) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DSignBin.java94 writeBlockDataToFile( String inputFile, String outputFile, String profileFile, String profileSigned) writeBlockDataToFile() argument
129 writeSignedBin(String inputFile, byte[] proBlockByte, byte[] signBlockByte, String profileFile, String outputFile) writeSignedBin() argument
H A DSignElf.java232 private static SignBlockData generateProfileSignByte(String profileFile, String profileSigned) throws IOException { in generateProfileSignByte() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H A Dsign_provider_test.cpp75 std::string profileFile = "./hapSign/signed-profile.p7b"; in HWTEST_F() local
116 std::string profileFile = "./hapSign/signed-profile.p7b"; in HWTEST_F() local
159 std::string profileFile = "./hapSign/signed-profile.p7b"; in HWTEST_F() local
199 std::string profileFile in HWTEST_F() local
241 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
285 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
329 std::string profileFile = "./hapSign/signed-nohaveprofile.p7b"; HWTEST_F() local
373 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
417 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
457 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
497 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
537 std::string profileFile = "./hapSign/signed-nohava-profile.p7b"; HWTEST_F() local
577 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
619 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
659 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
699 std::string profileFile = "./hapSign/signed-profile-nohave.p7b"; HWTEST_F() local
741 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
783 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
823 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
863 std::string profileFile = ""; HWTEST_F() local
903 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
944 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1025 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1068 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1110 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1151 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
[all...]
H A Dsign_bin_test.cpp162 std::string profileFile = "./hapSign/app1-profile1.p7b"; in HWTEST_F() local
234 std::string profileFile = "./hapSign/app1-profile1.p7b"; in HWTEST_F() local
278 std::string profileFile in HWTEST_F() local
[all...]
H A Dsign_elf_test.cpp88 std::string profileFile = "./hapSign/signed-profile.p7b"; in SetElfOptions() local
H A Dhap_sign_test.cpp74 std::string profileFile = "./hapSign/signed-profile.p7b"; in HWTEST_F() local
113 std::string profileFile = "./hapSign/signed-profile.p7b"; in HWTEST_F() local
152 std::string profileFile = "./hapSign/signed-profile.p7b"; in HWTEST_F() local
193 std::string profileFile in HWTEST_F() local
234 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
281 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
321 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
366 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
411 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
458 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
570 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
612 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
660 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
706 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
754 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
802 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
847 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
887 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
927 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
967 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1007 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1047 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1087 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1175 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1215 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1255 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1347 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1450 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1603 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1646 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1899 std::string profileFile = "./hapSign/signed-profile.p7b"; HWTEST_F() local
1955 std::string profileFile = "/mnt/d/testcpuls/signed-profile.p7b"; HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
H A Dcode_signing_test.cpp478 std::string profileFile = "./codeSigning/signed-profile.p7b"; HWTEST_F() local
550 std::string profileFile = "./hapSign/signed-profile.p7b"; SetOptions() local
[all...]
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dparams_run_tool.cpp151 std::string profileFile = params.GetString(Options::PROFILE_FILE); in CheckProfile() local
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/hapsign/hapsign001_fuzzer/
H A 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 in HapSignTest007() local
[all...]
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dsign_elf.cpp232 SignBlockData SignElf::GenerateProfileSignByte(std::string profileFile, std::string profileSigned) in GenerateProfileSignByte() argument
H A Dsign_bin.cpp40 std::string profileFile = signParams.at(ParamConstants::PARAM_BASIC_PROFILE); in Sign() local
66 WriteBlockDataToFile(const std::string& inputFile, const std::string& outputFile, const std::string& profileFile, const std::string& profileSigned) WriteBlockDataToFile() argument
186 WriteSignedBin(const std::string& inputFile, const std::string& proBlockByte, const std::string& signBlockByte, const std::string& profileFile, const std::string& outputFile) WriteSignedBin() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
H A DSignAppParameters.java51 private String profileFile; field in SignAppParameters
274 public void setProfileFile(String profileFile) { in setProfileFile() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
H A Dhap_sign_tool_test.cpp345 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; in HWTEST_F() local
1031 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; in HWTEST_F() local
1066 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; in HWTEST_F() local
1105 std::string profileFile = "./generateKeyPair/signed-profile.txt"; HWTEST_F() local
1144 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
1220 std::string profileFile = "./generateKeyPair/signed-profile.txt"; HWTEST_F() local
1259 std::string profileFile = "./generateKeyPair/signed-profile.txt"; HWTEST_F() local
1817 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
1858 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
[all...]
H A Doptions_test.cpp454 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; in HWTEST_F() local
493 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; in HWTEST_F() local
534 std::string profileFile = ""; in HWTEST_F() local
575 std::string profileFile in HWTEST_F() local
616 std::string profileFile = "./generateKeyPair/signed-profile.txt"; HWTEST_F() local
657 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
694 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
730 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
768 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
807 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
846 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
929 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
967 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
1002 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
1038 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
1071 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
1104 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
1143 std::string profileFile = "./generateKeyPair/signed-profile.p7b"; HWTEST_F() local
1186 std::string profileFile = "./generateKeyPair/profile.json"; HWTEST_F() local
1398 std::string profileFile = "./generateKeyPair/profile.json"; HWTEST_F() local
1466 std::string profileFile = "./generateKeyPair/OpenHarmonyDamage.p12"; HWTEST_F() local
1501 std::string profileFile = "./generateKeyPair/OpenHarmonyDamage.p12"; HWTEST_F() local
1536 std::string profileFile = "./generateKeyPair/app-profile.p7b"; HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp486 std::string profileFile = options->GetString(Options::PROFILE_FILE); in GetX509Certificates() local

Completed in 18 milliseconds