Home
last modified time | relevance | path

Searched refs:HapGetInt64 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_common.c18 long long HapGetInt64(const unsigned char *buf, int32_t len) in HapGetInt64() function
H A Dapp_verify.c92 signHead->size = HapGetInt64((unsigned char *)&signHead->size, sizeof(signHead->size)); in SignHeadN2H()
93 …signHead->magicLow = HapGetInt64((unsigned char *)&signHead->magicLow, sizeof(signHead->magicLow)); in SignHeadN2H()
94 …signHead->magicHigh = HapGetInt64((unsigned char *)&signHead->magicHigh, sizeof(signHead->magicHig… in SignHeadN2H()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_common.h106 long long HapGetInt64(const unsigned char *buf, int32_t len);