Home
last modified time | relevance | path

Searched defs:pkcs7Context (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp101 Pkcs7Context pkcs7Context; in Verify() local
139 bool HapVerifyV2::VerifyAppPkcs7(Pkcs7Context& pkcs7Context, const HapByteBuffer& hapSignatureBlock) in VerifyAppPkcs7()
158 bool HapVerifyV2::VerifyAppSourceAndParseProfile(Pkcs7Context& pkcs7Context, in VerifyAppSourceAndParseProfile()
236 bool HapVerifyV2::VerifyProfileSignature(const Pkcs7Context& pkcs7Context, Pkcs7Context& profileCon… in VerifyProfileSignature()
282 void HapVerifyV2::SetProfileBlockData(const Pkcs7Context& pkcs7Context, const HapByteBuffer& hapPro… in SetProfileBlockData()
309 bool HapVerifyV2::VerifyProfileInfo(const Pkcs7Context& pkcs7Context, const Pkcs7Context& profileCo… in VerifyProfileInfo()
369 void HapVerifyV2::WriteCrlIfNeed(const Pkcs7Context& pkcs7Context, const bool& profileNeedWriteCrl) in WriteCrlIfNeed()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_verify_openssl_utils.cpp50 uint32_t packageLen, Pkcs7Context& pkcs7Context) in ParsePkcs7Package()
70 bool HapVerifyOpensslUtils::GetCertChains(PKCS7* p7, Pkcs7Context& pkcs7Context) in GetCertChains()
119 PKCS7_SIGNER_INFO* signInfo, Pkcs7Context& pkcs7Context, CertSign& certVisitSign) in VerifyCertChain()
145 bool HapVerifyOpensslUtils::VerifyPkcs7(Pkcs7Context& pkcs7Context) in VerifyPkcs7()
159 bool HapVerifyOpensslUtils::VerifyPkcs7SignedData(Pkcs7Context& pkcs7Context) in VerifyPkcs7SignedData()
200 BIO* p7Bio, int32_t signInfoNum, Pkcs7Context& pkcs7Context) { in VerifySignInfo()
H A Dhap_profile_verify_utils.cpp48 bool HapProfileVerifyUtils::VerifyProfile(Pkcs7Context& pkcs7Context) in VerifyProfile()
H A Dhap_cert_verify_openssl_utils.cpp301 Pkcs7Context& pkcs7Context) in GetCertsChain()
434 …pensslUtils::VerifyCrl(CertChain& certsChain, STACK_OF(X509_CRL)* crls, Pkcs7Context& pkcs7Context) in VerifyCrl()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dhap_crl_manager.cpp173 bool HapCrlManager::CrlCheck(X509* cert, X509_CRL* targetCrl, Pkcs7Context& pkcs7Context) in CrlCheck()
203 X509_CRL* HapCrlManager::GetFinalCrl(X509_CRL* crlInPackage, Pkcs7Context& pkcs7Context) in GetFinalCrl()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_cert_verify_openssl_utils_test.cpp210 Pkcs7Context pkcs7Context; variable
326 Pkcs7Context pkcs7Context; variable
H A Dhap_verify_v2_test.cpp191 Pkcs7Context pkcs7Context; variable
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/ticket/
H A Dticket_verify.cpp160 bool VerifyTicketSignature(HapByteBuffer& ticketBlock, Pkcs7Context& pkcs7Context, std::string& tic… in VerifyTicketSignature()
236 Pkcs7Context pkcs7Context; in VerifyTicket() local