Home
last modified time | relevance | path

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

/base/tee/tee_client/services/authentication/
H A Dtee_auth_system.cpp21 #define BASE_NUM_TWO 2 macro
76 sizeof(uint32_t) + sizeof(uint32_t) * BASE_NUM_TWO + pubKeyLen; in FillEccHapCaInfo()
90 *((uint32_t *)(caInfo->certs + offset)) = pubKeyLen + sizeof(uint32_t) * BASE_NUM_TWO; in FillEccHapCaInfo()
94 *((uint32_t *)(caInfo->certs + offset)) = pubKeyLen / BASE_NUM_TWO; in FillEccHapCaInfo()
98 pubKey, pubKeyLen / BASE_NUM_TWO) != EOK) { in FillEccHapCaInfo()
102 offset += pubKeyLen / BASE_NUM_TWO; in FillEccHapCaInfo()
105 *((uint32_t *)(caInfo->certs + offset)) = pubKeyLen / BASE_NUM_TWO; in FillEccHapCaInfo()
109 pubKey + pubKeyLen / BASE_NUM_TWO, pubKeyLen / BASE_NUM_TWO) != EOK) { in FillEccHapCaInfo()
113 offset += pubKeyLen / BASE_NUM_TWO; in FillEccHapCaInfo()
[all...]

Completed in 1 milliseconds