Home
last modified time | relevance | path

Searched refs:SetCertVersion (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dcert_tools.cpp212 result = (!SetCertVersion(cert, DEFAULT_CERT_VERSION) || in SignCsrGenerateCert()
263 result = (!SetCertVersion(cert, DEFAULT_CERT_VERSION) || in GenerateRootCertificate()
435 result = (!SetCertVersion(cert, DEFAULT_CERT_VERSION) || in GenerateCert()
549 bool CertTools::SetCertVersion(X509* cert, int versionNum) in SetCertVersion() function in OHOS::SignatureTools::CertTools
824 result = (!SetCertVersion(cert, DEFAULT_CERT_VERSION) || !SetCertSerialNum(cert)); in GenerateEndCert()
/developtools/hapsigner/hapsigntool_cpp/api/include/
H A Dcert_tools.h51 static bool SetCertVersion(X509* cert, int versionNum);
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H A Dgenerate_sub_ca_test.cpp220 * @tc.desc: Test function of SetCertVersion() interface for set cert version FAILED.
227 bool res = CertTools::SetCertVersion(cert, 1); in HWTEST_F()

Completed in 6 milliseconds