Home
last modified time | relevance | path

Searched refs:VerifyPkcs7AuthAttributes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/util/
H A Dhap_verify_openssl_utils.h82 …static bool VerifyPkcs7AuthAttributes(const PKCS7_SIGNER_INFO* signInfo, EVP_MD_CTX* mdCtx, int32_…
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_verify_openssl_utils.cpp269 if (!VerifyPkcs7AuthAttributes(signInfo, mdCtxTmp, mdType)) { in VerifyShaWithRsaPss()
310 bool HapVerifyOpensslUtils::VerifyPkcs7AuthAttributes( in VerifyPkcs7AuthAttributes() function in OHOS::Security::Verify::HapVerifyOpensslUtils