Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_pub.h119 typedef int32_t (*GetSignPk)(struct VfyRst *verifyRst, AppSignPk *pk);
128 int32_t APPVERI_AppVerify(const char *filePath, VerifyResult *verifyRst);
131 void APPVERI_FreeVerifyRst(VerifyResult *verifyRst);
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c1174 int32_t APPVERI_AppVerify(const char *filePath, VerifyResult *verifyRst) in APPVERI_AppVerify() argument
1176 if (filePath == NULL || verifyRst == NULL) { in APPVERI_AppVerify()
1193 ret = VerifyIntegrity(&signInfo, handle, &verifyRst->profile); in APPVERI_AppVerify()
1205 ProfFreeData(&verifyRst->profile); in APPVERI_AppVerify()
1213 ProfFreeData(&verifyRst->profile); in APPVERI_AppVerify()
1251 void APPVERI_FreeVerifyRst(VerifyResult *verifyRst) in APPVERI_FreeVerifyRst() argument
1253 if (verifyRst == NULL) { in APPVERI_FreeVerifyRst()
1257 ProfFreeData(&verifyRst->profile); in APPVERI_FreeVerifyRst()

Completed in 2 milliseconds