Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H A Dhap_openssl_utils_test.cpp209 * @tc.desc: This function tests success for interface GetCertChains due to Pkcs7Context not init
217 bool ret = VerifyHapOpensslUtils::GetCertChains(p7, pkcs7Context); in HWTEST_F()
223 * @tc.desc: This function tests success for interface GetCertChains due to Pkcs7Context not init complete
234 bool ret = VerifyHapOpensslUtils::GetCertChains(pkcsBak, pkcs7Context); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dverify_hap_openssl_utils.h39 DLL_EXPORT static bool GetCertChains(PKCS7* p7, Pkcs7Context& pkcs7Context);
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dverify_hap_openssl_utils.cpp66 bool VerifyHapOpensslUtils::GetCertChains(PKCS7* p7, Pkcs7Context& pkcs7Context) in GetCertChains() function in OHOS::SignatureTools::VerifyHapOpensslUtils
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_hap.cpp328 if (!VerifyHapOpensslUtils::GetCertChains(pkcs7Context.p7, pkcs7Context)) { in VerifyAppPkcs7()
329 SIGNATURE_TOOLS_LOGE("GetCertChains from pkcs7 failed"); in VerifyAppPkcs7()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dhap_signer_block_utils_test.cpp575 bool ret = VerifyHapOpensslUtils::GetCertChains(pkcs7, pkcs7Context); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H A Dgenerate_sub_ca_test.cpp796 * @tc.desc: Test function of GetCertChains() interface for get certchain in p7b FAIL.
804 bool ret = VerifyHapOpensslUtils::GetCertChains(p7, pkcs7Context); in HWTEST_F()
809 * @tc.desc: Test function of GetCertChains() interface for get certchain in p7b FAIL.
817 bool ret = VerifyHapOpensslUtils::GetCertChains(p7, pkcs7Context); in HWTEST_F()

Completed in 13 milliseconds