Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dverify_cert_openssl_utils.h45 DLL_EXPORT static bool GetCertsChain(CertChain& certsChain, CertSign& certVisitSign);
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dverify_hap_openssl_utils.cpp116 if (!VerifyCertOpensslUtils::GetCertsChain(certsChain, certVisitSign)) { in VerifyCertChain()
H A Dverify_cert_openssl_utils.cpp56 bool VerifyCertOpensslUtils::GetCertsChain(CertChain& certsChain, CertSign& certVisitSign) in GetCertsChain() function in OHOS::SignatureTools::VerifyCertOpensslUtils
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dhap_verify_test.cpp918 * @tc.desc: This function tests failure for interface GetCertsChain due to certsChain and certVisitSign are empty
930 bool ret = VerifyCertOpensslUtils::GetCertsChain(certsChain, certVisitSign); in HWTEST_F()
936 * @tc.desc: This function tests failure for interface GetCertsChain due to certVisitSign is empty
944 bool ret = VerifyCertOpensslUtils::GetCertsChain(certsChain, certVisitSign); in HWTEST_F()

Completed in 4 milliseconds