Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c166 return V_OK; in GetSignHead()
285 return V_OK; in CalcCmpContHash()
313 return V_OK; in CalcDigest()
366 return V_OK; in VerifyRawHash()
416 return V_OK; in GetProfileCertTypeBySignInfo()
447 return V_OK; in GetAppCertTypeBySignInfo()
466 return V_OK; in GetAppSingerCertType()
484 return V_OK; in GetProfileSingerCertType()
543 return V_OK; in VerifyProfileSignGetRaw()
678 return V_OK; in ParseCertGetPk()
[all …]
H A Dapp_provision.c149 return V_OK; in GetProfValidity()
185 return V_OK; in GetProfBundleInfo()
197 return V_OK; in GetProfPermission()
205 return V_OK; in GetProfDebugInfo()
210 return V_OK; in GetProfDebugInfo()
213 return V_OK; in GetProfDebugInfo()
232 return V_OK; in GetProfIssuerInfo()
335 return V_OK; in ParseProfile()
357 return V_OK; in VerifyAppTypeAndDistribution()
376 return V_OK; in VerifyAppBundleInfo()
[all …]
H A Dapp_verify_hap.c86 return V_OK; in ComputeBlockHash()
150 rst = V_OK; in ComputeDigestsWithOptionalBlock()
184 return V_OK; in HapUpdateDigistHead()
205 return V_OK; in UpdateSmallBlock()
242 return V_OK; in ComputerFileHash()
269 return V_OK; in ComputerCoreDirHash()
292 return V_OK; in ComputerEocdHash()
H A Dapp_file.c63 return V_OK; in InitVerify()
91 return V_OK; in HapMMap()
H A Dapp_centraldirectory.c103 if (ret != V_OK) { in GetEocd()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/
H A Dhap_verify_test.cpp73 ASSERT_TRUE(resultCode == V_OK);
97 ASSERT_TRUE(resultCode != V_OK);
123 ASSERT_TRUE(resultCode != V_OK);
149 ASSERT_TRUE(resultCode != V_OK);
175 ASSERT_TRUE(resultCode != V_OK);
187 ASSERT_TRUE(resultCode == V_OK);
212 ASSERT_TRUE(resultCode == V_OK);
224 ASSERT_TRUE(resultCode != V_OK);
249 ASSERT_TRUE(resultCode != V_OK);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_common.h66 if ((v) != V_OK) { \
84 if ((v) != V_OK) { \
H A Dapp_verify_pub.h29 V_OK = 0, enumerator