Home
last modified time | relevance | path

Searched refs:SaveCertTofile (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/api/include/
H A Dcert_tools.h33 static bool SaveCertTofile(const std::string& filename, X509* cert);
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dsign_tool_service_impl.cpp184 if (!CertTools::SaveCertTofile(outFile, cert)) { in OutputModeOfCert()
H A Dcert_tools.cpp56 bool CertTools::SaveCertTofile(const std::string& filename, X509* cert) in SaveCertTofile() function in OHOS::SignatureTools::CertTools
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H A Dgenerate_sub_ca_test.cpp1107 * @tc.desc: Test function of CertTools::SaveCertTofile() interface with a empty rootfile FAIL.
1115 bool ret = CertTools::SaveCertTofile(rootoutFile, cert); in HWTEST_F()

Completed in 9 milliseconds