Home
last modified time | relevance | path

Searched refs:magicLow (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c93 …signHead->magicLow = HapGetInt64((unsigned char *)&signHead->magicLow, sizeof(signHead->magicLow)); in SignHeadN2H()
146 unsigned long long magicLow = HAP_SIG_BLOCK_MAGIC_LO; in GetSignHead() local
149 magicLow = HAP_SIG_BLOCK_MAGIC_LO_OLD; in GetSignHead()
152 if (signHead->magicLow != magicLow || signHead->magicHigh != magicHigh) { in GetSignHead()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_centraldirectory.h53 unsigned long long magicLow; member