Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c48 int32_t rawBufLen = blockLen; in ComputeBlockHash() local
51 LOG_INFO("alg: %d wholelen: %d", alg, rawBufLen); in ComputeBlockHash()
52 while (rawBufLen > 0) { in ComputeBlockHash()
54 int32_t readLen = (rawBufLen > HASH_BLOB_LEN) ? HASH_BLOB_LEN : rawBufLen; in ComputeBlockHash()
70 LOG_INFO("content: %d, %d", rawBufLen, pos); in ComputeBlockHash()
73 rawBufLen -= readLen; in ComputeBlockHash()
215 int32_t rawBufLen = signInfo->fullSignBlockOffset; in ComputerFileHash() local
216 while (rawBufLen > 0) { in ComputerFileHash()
218 int32_t readLen = (rawBufLen > HASH_BLOB_LE in ComputerFileHash()
[all...]

Completed in 1 milliseconds