Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DappSec.c88 uint32_t encryptedBytesOut; member
206 if (state->encryptedBytesOut < state->haveBytes) in appSecBlockRx()
207 state->haveBytes = state->encryptedBytesOut; in appSecBlockRx()
208 state->encryptedBytesOut -= state->haveBytes; in appSecBlockRx()
284 state->encryptedBytesOut = encrHdr->dataLen; in appSecProcessIncomingHdr()
285 …state->encryptedBytesIn = ((state->encryptedBytesOut + APP_SEC_ENCR_ALIGN - 1) / APP_SEC_ENCR_ALIG… in appSecProcessIncomingHdr()