Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c127 int32_t rawLen = 0; in ComputeDigestsWithOptionalBlock() local
138 rawBuf = GetSignBlockByType(signInfo, fp, PROFILE_BLOCK_WITHSIGN_TYPE, &rawLen, &blockHead); in ComputeDigestsWithOptionalBlock()
140 readLen = rawLen; in ComputeDigestsWithOptionalBlock()
H A Dapp_verify.c760 int32_t rawLen = 0; in VerifyProfGetContent() local
761 char *rawBuf = GetSignBlockByType(signInfo, fp, PROFILE_BLOCK_WITHSIGN_TYPE, &rawLen, &blockHead); in VerifyProfGetContent()
767 len = rawLen; in VerifyProfGetContent()
770 ret = VerifyProfileSignGetRaw(rawBuf, rawLen, &profBuf, &len); in VerifyProfGetContent()

Completed in 3 milliseconds