Home
last modified time | relevance | path

Searched defs:verifyElf (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
Dverify_elf_test.cpp74 VerifyElf verifyElf; variable
90 VerifyElf verifyElf; variable
110 VerifyElf verifyElf; variable
130 VerifyElf verifyElf; variable
150 VerifyElf verifyElf; variable
171 VerifyElf verifyElf; variable
192 VerifyElf verifyElf; variable
213 VerifyElf verifyElf; variable
234 VerifyElf verifyElf; variable
255 VerifyElf verifyElf; variable
[all …]
/developtools/hapsigner/binary_sign_tool/api/src/
Dsign_tool_service_impl.cpp80 VerifyElf verifyElf; in Verify() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java198 public VerifyResult verifyElf(String binFile) { in verifyElf() method in VerifyElf
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DSignToolServiceImpl.java334 VerifyElf verifyElf = new VerifyElf(); in verifyHap() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DVerifyCodeSignature.java137 …public static boolean verifyElf(File file, long offset, long length, String fileFormat, String pro… in verifyElf() method in VerifyCodeSignature
/developtools/hapsigner/hapsigntool_cpp/api/src/
Dsign_tool_service_impl.cpp686 VerifyElf verifyElf; in VerifyHapSigner() local