Searched refs:GenerateP7b (Results 1 - 6 of 6) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/profile/include/ |
H A D | profile_sign_tool.h | 45 static int GenerateP7b(LocalizationAdapter& adapter, const std::string& content, std::string& ret);
|
/developtools/hapsigner/hapsigntool_cpp/profile/src/ |
H A D | profile_sign_tool.cpp | 27 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 D | provision_test.cpp | 412 * @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 D | profile_test.cpp | 535 int result = ProfileSignTool::GenerateP7b(adapter, content, ret); 859 int result = ProfileSignTool::GenerateP7b(adapter, provision, ret);
|
H A D | sign_profile_test.cpp | 213 * @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 D | sign_tool_service_impl.cpp | 489 if (ProfileSignTool::GenerateP7b(adapter, provisionContent, p7b) < 0) { in SignProfile()
|
Completed in 7 milliseconds