Searched refs:hapProfileBlock (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/verify/ |
H A D | hap_verify_v2.h | 39 bool VerifyAppPkc7AndParseProfile(Pkcs7Context& pkcs7Context, HapByteBuffer& hapProfileBlock, 41 …ol VerifyAppSourceAndParseProfile(Pkcs7Context& pkcs7Context, const HapByteBuffer& hapProfileBlock, 57 void SetProfileBlockData(const Pkcs7Context& pkcs7Context, const HapByteBuffer& hapProfileBlock,
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/ |
H A D | hap_verify_v2.cpp | 159 …const HapByteBuffer& hapProfileBlock, HapVerifyResult& hapVerifyV1Result, bool& profileNeadWriteCr… in VerifyAppSourceAndParseProfile() argument 182 …if (!HapProfileVerifyUtils::ParseProfile(profileContext, pkcs7Context, hapProfileBlock, profile)) { in VerifyAppSourceAndParseProfile() 229 SetProfileBlockData(pkcs7Context, hapProfileBlock, provisionInfo); in VerifyAppSourceAndParseProfile() 282 …rifyV2::SetProfileBlockData(const Pkcs7Context& pkcs7Context, const HapByteBuffer& hapProfileBlock, in SetProfileBlockData() argument 290 provisionInfo.profileBlockLength = hapProfileBlock.GetCapacity(); in SetProfileBlockData() 298 …const unsigned char *originalProfile = reinterpret_cast<const unsigned char*>(hapProfileBlock.GetB… in SetProfileBlockData()
|