Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dhap_cert_verify_openssl_utils_test.cpp77 * @tc.name: Test VerifyCertChainPeriodOfValidity function.
78 * @tc.desc: Verify whether the VerifyCertChainPeriodOfValidity function can verify validity
89 ASSERT_FALSE(VerifyCertOpensslUtils::VerifyCertChainPeriodOfValidity(certsChain, nullptr)); in HWTEST_F()
101 ASSERT_FALSE(VerifyCertOpensslUtils::VerifyCertChainPeriodOfValidity(certsChain, time)); in HWTEST_F()
109 ASSERT_FALSE(VerifyCertOpensslUtils::VerifyCertChainPeriodOfValidity(certsChain, time)); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dverify_cert_openssl_utils.h51 DLL_EXPORT static bool VerifyCertChainPeriodOfValidity(CertChain& certsChain,
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dverify_hap_openssl_utils.cpp121 if (!VerifyCertOpensslUtils::VerifyCertChainPeriodOfValidity(certsChain, signTime)) { in VerifyCertChain()
122 SIGNATURE_TOOLS_LOGE("VerifyCertChainPeriodOfValidity for signInfo failed"); in VerifyCertChain()
H A Dverify_cert_openssl_utils.cpp125 bool VerifyCertOpensslUtils::VerifyCertChainPeriodOfValidity(CertChain& certsChain, in VerifyCertChainPeriodOfValidity() function in OHOS::SignatureTools::VerifyCertOpensslUtils

Completed in 2 milliseconds