Home
last modified time | relevance | path

Searched refs:entrySig (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DVerifyCodeSignature.java249 byte[] entrySig = signInfo.getSignature(); in verifyHapLib()
252 verifySingleFile(entryInputStream, entry.getSize(), entrySig, 0, null); in verifyHapLib()
253 checkOwnerID(entrySig, pairResult.getFirst(), pairResult.getSecond()); in verifyHapLib()
276 byte[] entrySig = signInfo.getSignature(); in verifyHnpLib()
278 verifySingleFile(hnpInputStream, dataSize, entrySig, 0, null); in verifyHnpLib()
279 checkHnpOwnerID(entrySig, pairResult.getFirst(), pairResult.getSecond(), hnpType); in verifyHnpLib()
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dcode_signing.cpp400 std::vector<int8_t> entrySig = signInfo.GetSignature(); in DoNativeLibVerify() local
401 std::string entrySigStr(entrySig.begin(), entrySig.end()); in DoNativeLibVerify()
409 bool verifyFlag = VerifyCodeSignature::VerifySingleFile(input, readFileSize, entrySig, 0, in DoNativeLibVerify()

Completed in 3 milliseconds