Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd023_fuzzer/
H A Dprocesscmd023_fuzzer.cpp49 certRet = certTool.GenerateRootCertificate(nullptr, nullptr, &options); in DoSomethingInterestingWithMyAPI()
/developtools/hapsigner/hapsigntool_cpp/api/include/
H A Dcert_tools.h30 static X509* GenerateRootCertificate(EVP_PKEY* keyPair, X509_REQ* certReq, Options* options);
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H A Dgenerate_general_ca_test.cpp835 * @tc.desc: Test function of :GenerateRootCertificate() interface for SUCCESS.
863 X509* cert = CertTools::GenerateRootCertificate(keyPair, csr, params.get()); in HWTEST_F()
868 * @tc.desc: Test function of :GenerateRootCertificate() interface for SUCCESS.
898 X509* cert = CertTools::GenerateRootCertificate(keyPair, csr, params.get()); in HWTEST_F()
904 * @tc.desc: Test function of :GenerateRootCertificate() interface for SUCCESS.
932 X509* cert = CertTools::GenerateRootCertificate(keyPair, csr, params.get()); in HWTEST_F()
1727 X509* cert = CertTools::GenerateRootCertificate(keyPair, csr, params.get()); in HWTEST_F()
1769 X509* cert = CertTools::GenerateRootCertificate(keyPair, csr, params.get()); in HWTEST_F()
H A Dgenerate_sub_ca_test.cpp85 X509* cert = CertTools::GenerateRootCertificate(keyPair, csr, params.get()); in HWTEST_F()
128 X509* cert = CertTools::GenerateRootCertificate(keyPair, csr, params.get()); in HWTEST_F()
274 X509* cert = CertTools::GenerateRootCertificate(keyPair, csr, params.get()); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dsign_tool_service_impl.cpp85 certPtr = CertTools::GenerateRootCertificate(rootKey, csr, options); in GenerateRootCertToFile()
H A Dcert_tools.cpp257 X509* CertTools::GenerateRootCertificate(EVP_PKEY* keyPair, X509_REQ* certReq, Options* options) in GenerateRootCertificate() function in OHOS::SignatureTools::CertTools

Completed in 11 milliseconds