Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_common.c35 uint32_t value = HapGetUnsignedInt(buf, len); in HapGetInt()
39 uint32_t HapGetUnsignedInt(const unsigned char *buf, int32_t len) in HapGetUnsignedInt() function
H A Dapp_verify.c101 blockHead->type = HapGetUnsignedInt((unsigned char *)&blockHead->type, sizeof(blockHead->type)); in BlockHeadN2H()
102 blockHead->length = HapGetUnsignedInt((unsigned char *)&blockHead->length, sizeof(blockHead->length)); in BlockHeadN2H()
103 blockHead->offset = HapGetUnsignedInt((unsigned char *)&blockHead->offset, sizeof(blockHead->offset)); in BlockHeadN2H()
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_common.h108 uint32_t HapGetUnsignedInt(const unsigned char *buf, int32_t len);

Completed in 3 milliseconds