Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dverify_hap_openssl_utils.cpp229 ASN1_OCTET_STRING* strContentInfo = p7ContentInfo->d.data; in GetContentInfo() local
230 if (strContentInfo == nullptr) { in GetContentInfo()
231 SIGNATURE_TOOLS_LOGE("strContentInfo is invalid"); in GetContentInfo()
234 int32_t strContentInfoLen = strContentInfo->length; in GetContentInfo()
235 unsigned char* strContentInfoData = strContentInfo->data; in GetContentInfo()

Completed in 2 milliseconds