Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_verify.c166 return V_OK; in GetSignHead()
188 return V_OK; in FindBlockHead()
202 if (ret != V_OK) { in GetSignBlockByType()
273 if (rc != V_OK) { in CalcCmpContHash()
285 return V_OK; in CalcCmpContHash()
295 if (rc != V_OK) { in CalcDigest()
303 if (rc != V_OK) { in CalcDigest()
308 if (rc != V_OK) { in CalcDigest()
313 return V_OK; in CalcDigest()
323 if (ret != V_OK) { in VerifyRawHash()
[all …]
Dapp_provision.c147 return V_OK; in GetProfValidity()
183 return V_OK; in GetProfBundleInfo()
195 return V_OK; in GetProfPermission()
203 return V_OK; in GetProfDebugInfo()
208 return V_OK; in GetProfDebugInfo()
211 return V_OK; in GetProfDebugInfo()
230 return V_OK; in GetProfIssuerInfo()
333 return V_OK; in ParseProfile()
355 return V_OK; in VerifyAppTypeAndDistribution()
374 return V_OK; in VerifyAppBundleInfo()
[all …]
Dapp_verify_hap.c87 return V_OK; in ComputeBlockHash()
152 rst = V_OK; in ComputeDigestsWithOptionalBlock()
186 return V_OK; in HapUpdateDigistHead()
207 return V_OK; in UpdateSmallBlock()
244 return V_OK; in ComputerFileHash()
271 return V_OK; in ComputerCoreDirHash()
294 return V_OK; in ComputerEocdHash()
Dapp_file.c63 return V_OK; in InitVerify()
91 return V_OK; in HapMMap()
Dapp_centraldirectory.c103 if (ret != V_OK) { in GetEocd()
/base/security/appverify/interfaces/innerkits/appverify_lite/unittest/src/
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);
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
Dapp_common.h66 if ((v) != V_OK) { \
84 if ((v) != V_OK) { \
Dapp_verify_pub.h29 V_OK = 0, enumerator