Home
last modified time | relevance | path

Searched defs:PROFILE_NOSIGNED_BLOCK (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
Dsignature_block_types.h26 static const char PROFILE_NOSIGNED_BLOCK = 1; variable
/developtools/hapsigner/hapsigntool_cpp/hap/verify/include/
Dverify_elf.h33 static const int8_t PROFILE_NOSIGNED_BLOCK; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignatureBlockTypes.java32 public static final char PROFILE_NOSIGNED_BLOCK = 1; field in SignatureBlockTypes
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_elf.cpp34 const int8_t VerifyElf::PROFILE_NOSIGNED_BLOCK = 1; member in OHOS::SignatureTools::VerifyElf