Home
last modified time | relevance | path

Searched refs:GenerateP7b (Results 1 - 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dprofile_sign_tool.h45 static int GenerateP7b(LocalizationAdapter& adapter, const std::string& content, std::string& ret);
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dprofile_sign_tool.cpp27 int ProfileSignTool::GenerateP7b(LocalizationAdapter& adapter, const std::string& content, std::string& ret) in GenerateP7b() function in OHOS::SignatureTools::ProfileSignTool
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H A Dprovision_test.cpp412 * @tc.desc: Test function of ProfileSignTool::GenerateP7b() failed for invalid keyStorePassword.
436 int result = ProfileSignTool::GenerateP7b(adapter, content, ret); in HWTEST_F()
442 * @tc.desc: Test function of ProfileSignTool::GenerateP7b() failed for invalid sign algorithm.
467 int result = ProfileSignTool::GenerateP7b(adapter, content, ret); in HWTEST_F()
473 * @tc.desc: Test function of ProfileSignTool::GenerateP7b() interface for SUCCESS.
497 int result = ProfileSignTool::GenerateP7b(adapter, content, ret); in HWTEST_F()
535 * @tc.desc: Test function of ProfileSignTool::GenerateP7b() failed for invalid certchain.
559 int result = ProfileSignTool::GenerateP7b(adapter, content, ret); in HWTEST_F()
565 * @tc.desc: Test function of ProfileSignTool::GenerateP7b() failed for invalid certichain.
589 int result = ProfileSignTool::GenerateP7b(adapte in HWTEST_F()
[all...]
H A Dprofile_test.cpp535 int result = ProfileSignTool::GenerateP7b(adapter, content, ret);
859 int result = ProfileSignTool::GenerateP7b(adapter, provision, ret);
H A Dsign_profile_test.cpp213 * @tc.desc: Test function of ProfileSignTool::GenerateP7b() interface for SUCCESS.
243 int result = ProfileSignTool::GenerateP7b(adapter, content, content); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dsign_tool_service_impl.cpp489 if (ProfileSignTool::GenerateP7b(adapter, provisionContent, p7b) < 0) { in SignProfile()

Completed in 7 milliseconds