Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dverify_hap_openssl_utils.cpp74 Pkcs7SignerInfoStack* signerInfoStack = PKCS7_get_signer_info(p7); in GetCertChains() local
173 Pkcs7SignerInfoStack* signerInfoStack = PKCS7_get_signer_info(pkcs7Context.p7); in VerifyPkcs7SignedData() local
198 bool VerifyHapOpensslUtils::VerifySignInfo(STACK_OF(PKCS7_SIGNER_INFO)* signerInfoStack, in VerifySignInfo()