Home
last modified time | relevance | path

Searched defs:VerifyElf (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyElf.java60 public class VerifyElf { class
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd019_fuzzer/
Dprocesscmd019_fuzzer.cpp51 bool VerifyElf(const uint8_t* data, size_t size) in VerifyElf() function
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dverify_code_signature.cpp49 bool VerifyCodeSignature::VerifyElf(std::string file, int64_t offset, int64_t length, in VerifyElf() function in OHOS::SignatureTools::VerifyCodeSignature