Home
last modified time | relevance | path

Searched defs:pairResult (Results 1 - 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dunzip_handle_param.h37 std::pair<std::string, std::string> pairResult; member in OHOS::SignatureTools::UnzipHandleParam
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dunzip_handle_param.cpp21 UnzipHandleParam::UnzipHandleParam(const CodeSignBlock& csb, const std::pair<std::string, std::string>& pairResult, in UnzipHandleParam() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
H A Dverify_code_signature_test.cpp108 std::pair<std::string, std::string> pairResult = std::make_pair("", "debug"); in HWTEST_F() local
454 std::pair<std::string, std::string> pairResult; in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DVerifyCodeSignature.java211 private static void verifyLibs(File file, CodeSignBlock csb, Pair<String, String> pairResult) in verifyLibs() argument
240 verifyHapLib(JarFile inputJar, String entryName, SignInfo signInfo, Pair<String, String> pairResult) verifyHapLib() argument
257 verifyHnpLib(JarFile inputJar, String hnpEntryName, Map<String, SignInfo> hnpLibSignInfoMap, Map<String, String> hnpTypeMap, Pair<String, String> pairResult) verifyHnpLib() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dverify_code_signature.cpp33 std::pair<std::string, std::string> pairResult = HapUtils::ParseAppIdentifier(profileContent); in VerifyHap() local
89 std::pair<std::string, std::string> pairResult = HapUtils::ParseAppIdentifier(profileContent); in VerifyElf() local
114 bool VerifyCodeSignature::VerifyCodeSign(std::string file, std::pair<std::string, std::string>& pairResult, in VerifyCodeSign() argument
101 VerifyNativeLib(CodeSignBlock& csb, std::string& file, unzFile& zFile, std::pair<std::string, std::string>& pairResult) VerifyNativeLib() argument
169 std::pair<std::vector<int8_t>, std::vector<int8_t>> pairResult VerifySingleFile() local
[all...]
H A Dcode_signing.cpp416 std::pair<std::string, std::string> pairResult = param.GetPairResult(); in DoNativeLibVerify() local

Completed in 4 milliseconds