Home
last modified time | relevance | path

Searched refs:VerifyPkcs7 (Results 1 - 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H A Dhap_openssl_utils_test.cpp150 * @tc.desc: This function tests success for interface VerifyPkcs7 due to Pkcs7Context not init
157 bool ret = VerifyHapOpensslUtils::VerifyPkcs7(pkcs7Context); in HWTEST_F()
163 * @tc.desc: This function tests success for interface VerifyPkcs7 due to Pkcs7Context not init complete
173 bool ret = VerifyHapOpensslUtils::VerifyPkcs7(pkcs7Context); in HWTEST_F()
179 * @tc.desc: This function tests success for interface VerifyPkcs7 due to Pkcs7Context not init complete
188 bool ret = VerifyHapOpensslUtils::VerifyPkcs7(pkcs7Context); in HWTEST_F()
194 * @tc.desc: This function tests success for interface VerifyPkcs7 due to Pkcs7Context not init complete
203 bool ret = VerifyHapOpensslUtils::VerifyPkcs7(pkcs7Context); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dverify_hap_openssl_utils.h42 DLL_EXPORT static bool VerifyPkcs7(Pkcs7Context& pkcs7Context);
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dverify_hap_openssl_utils.cpp145 bool VerifyHapOpensslUtils::VerifyPkcs7(Pkcs7Context& pkcs7Context) in VerifyPkcs7() function in OHOS::SignatureTools::VerifyHapOpensslUtils
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_hap.cpp332 if (!VerifyHapOpensslUtils::VerifyPkcs7(pkcs7Context)) { in VerifyAppPkcs7()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dhap_signer_block_utils_test.cpp596 * @tc.desc: This function tests failure for interface VerifyPkcs7 due to cert1 not init
619 bool ret = VerifyHapOpensslUtils::VerifyPkcs7(pkcs7Context); in HWTEST_F()

Completed in 3 milliseconds