Home
last modified time | relevance | path

Searched refs:VerifyPkcs7SignedData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_openssl_utils_test.cpp68 ASSERT_FALSE(HapVerifyOpensslUtils::VerifyPkcs7SignedData(digest));
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/util/
H A Dhap_verify_openssl_utils.h68 DLL_EXPORT static bool VerifyPkcs7SignedData(Pkcs7Context& pkcs7Context);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_verify_openssl_utils.cpp152 if (!VerifyPkcs7SignedData(pkcs7Context)) { in VerifyPkcs7()
159 bool HapVerifyOpensslUtils::VerifyPkcs7SignedData(Pkcs7Context& pkcs7Context) in VerifyPkcs7SignedData() function in OHOS::Security::Verify::HapVerifyOpensslUtils