Home
last modified time | relevance | path

Searched refs:ELF (Results 1 - 8 of 8) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
H A DInForm.java25 ELF("elf"), enum constant
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
H A DHapSignToolTest.java113 signAppParameters.setInForm(InForm.ELF); in testSignElf()
120 verifyAppParameters.setInForm(InForm.ELF); in testSignElf()
146 signAppParameters.setInForm(InForm.ELF); in testSignElfUnsignedProfile()
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_elf.cpp78 bool getSignBlockInfoFlag = GetSignBlockInfo(elfFile, signBlockInfo, ELF); in VerifyElfFile()
96 ELF, profileJson); in VerifyElfFile()
169 if (fileType == ELF) { in GetSignBlockInfo()
274 std::string magicStr = (fileType == ELF ? SignHead::ELF_MAGIC : SignHead::MAGIC); in CheckMagicAndVersion()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dconstant.h61 const std::string ELF = "elf"; member
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dsign_tool_service_impl.cpp515 } else if (ELF == inForm) { in SignHap()
674 } else if (inForm == ELF) { in VerifyHapSigner()
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dparams_run_tool.cpp154 if (StringUtils::CaseCompare(inForm, ELF) && FileUtils::IsEmpty(profileFile)) { in CheckProfile()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dverify_code_signature.cpp53 if (ELF != fileFormat) { in VerifyElf()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp487 if (StringUtils::CaseCompare(inForm, ELF) && FileUtils::IsEmpty(profileFile)) { in GetX509Certificates()

Completed in 7 milliseconds