Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dverify_hap_openssl_utils.cpp223 bool VerifyHapOpensslUtils::GetContentInfo(const PKCS7* p7ContentInfo, ByteBuffer& content) in GetContentInfo() argument
225 if ((p7ContentInfo == nullptr) || !PKCS7_type_is_data(p7ContentInfo)) { in GetContentInfo()
226 SIGNATURE_TOOLS_LOGE("p7ContentInfo is invalid"); in GetContentInfo()
229 ASN1_OCTET_STRING* strContentInfo = p7ContentInfo->d.data; in GetContentInfo()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dverify_hap_openssl_utils.h52 static bool GetContentInfo(const PKCS7* p7ContentInfo, ByteBuffer& content);

Completed in 1 milliseconds