Searched refs:HapGetInt (Results 1 - 4 of 4) sorted by relevance
/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | app_common.c | 33 int32_t HapGetInt(const unsigned char *buf, int32_t len) in HapGetInt() function
|
H A D | app_centraldirectory.c | 109 HapGetInt((unsigned char*)fileStart + hapFile->len - sizeof(MinEocd), sizeof(int)) == HAP_EOCD_MAGIC) { in GetEocd() 128 (HapGetInt((unsigned char*)fileStart + i, sizeof(int)) == HAP_EOCD_MAGIC)) { in GetEocd() 159 signInfo->hapCoreDirOffset = HapGetInt((unsigned char*)(&(hapEocd.eocdHead.coreDirOffset)), sizeof(int)); in FindSignature()
|
H A D | app_verify.c | 91 signHead->blockNum = HapGetInt((unsigned char *)&signHead->blockNum, sizeof(signHead->blockNum)); in SignHeadN2H() 95 signHead->version = HapGetInt((unsigned char *)&signHead->version, sizeof(signHead->version)); in SignHeadN2H() 109 content->blockNum = HapGetInt((unsigned char *)&content->blockNum, sizeof(content->blockNum)); in ContentN2H() 110 content->size = HapGetInt((unsigned char *)&content->size, sizeof(content->size)); in ContentN2H() 111 content->algId = HapGetInt((unsigned char *)&content->algId, sizeof(content->algId)); in ContentN2H() 112 content->length = HapGetInt((unsigned char *)&content->length, sizeof(content->length)); in ContentN2H() 184 int32_t type = HapGetInt((unsigned char *)&block->type, sizeof(block->type)); in FindBlockHead()
|
/base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
H A D | app_common.h | 107 int32_t HapGetInt(const unsigned char *buf, int32_t len);
|
Completed in 3 milliseconds