Home
last modified time | relevance | path

Searched refs:strContentInfoData (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_verify_openssl_utils.cpp499 unsigned char* strContentInfoData = strContentInfo->data; in GetContentInfo() local
500 if (strContentInfoData == nullptr || strContentInfoLen <= 0) { in GetContentInfo()
506 content.PutData(0, reinterpret_cast<char*>(strContentInfoData), strContentInfoLen); in GetContentInfo()