Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dverify_code_signature.cpp92 bool checkOwnerIDFlag = CmsUtils::CheckOwnerID(signatureStr, pairResult.first, pairResult.second); in VerifyElf() local
93 if (!checkOwnerIDFlag) { in VerifyElf()
146 bool checkOwnerIDFlag = CmsUtils::CheckOwnerID(signature_, pairResult.first, pairResult.second); in VerifyCodeSign() local
147 if (!checkOwnerIDFlag) { in VerifyCodeSign()
H A Dcode_signing.cpp417 bool checkOwnerIDFlag = CmsUtils::CheckOwnerID(entrySigStr, pairResult.first, pairResult.second); in DoNativeLibVerify() local
418 if (!checkOwnerIDFlag) { in DoNativeLibVerify()

Completed in 2 milliseconds