Home
last modified time | relevance | path

Searched refs:p7Bio (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dverify_hap_openssl_utils.cpp161 BIO* p7Bio = PKCS7_dataDecode(pkcs7Context.p7, nullptr, nullptr, nullptr); in VerifyPkcs7SignedData() local
162 if (p7Bio == nullptr) { in VerifyPkcs7SignedData()
168 int32_t readLen = BIO_read(p7Bio, buf, sizeof(buf)); in VerifyPkcs7SignedData()
171 readLen = BIO_read(p7Bio, buf, sizeof(buf)); in VerifyPkcs7SignedData()
176 BIO_free_all(p7Bio); in VerifyPkcs7SignedData()
184 BIO_free_all(p7Bio); in VerifyPkcs7SignedData()
188 if (!VerifySignInfo(signerInfoStack, p7Bio, i, pkcs7Context)) { in VerifyPkcs7SignedData()
190 BIO_free_all(p7Bio); in VerifyPkcs7SignedData()
194 BIO_free_all(p7Bio); in VerifyPkcs7SignedData()
199 BIO* p7Bio, int32_ member
[all...]
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dverify_hap_openssl_utils.h49 BIO* p7Bio, int32_t signInfoNum, Pkcs7Context& pkcs7Context); member in OHOS::SignatureTools::VerifyHapOpensslUtils

Completed in 1 milliseconds