Home
last modified time | relevance | path

Searched refs:CODESIGN_BLOCK_TYPE (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/sign/include/
H A Dsign_elf.h34 static const char CODESIGN_BLOCK_TYPE = 3; member in OHOS::SignatureTools::SignElf
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DSignElf.java56 public static final char CODESIGN_BLOCK_TYPE = 3; field in SignElf
255 return new SignBlockData(codesignData, CODESIGN_BLOCK_TYPE); in generateCodeSignByte()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
H A DVerifyElf.java224 if (signBlock.containsKey(SignElf.CODESIGN_BLOCK_TYPE)) { in verifyElf()
226 SigningBlock codesign = signBlock.get(SignElf.CODESIGN_BLOCK_TYPE); in verifyElf()
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dsign_elf.cpp265 *codeSign = new SignBlockData(codesignData, CODESIGN_BLOCK_TYPE); in GenerateCodeSignByte()

Completed in 2 milliseconds