Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c87 uint32_t encryptedBytesOut; member
205 if (state->encryptedBytesOut < state->haveBytes) in appSecBlockRx()
206 state->haveBytes = state->encryptedBytesOut; in appSecBlockRx()
207 state->encryptedBytesOut -= state->haveBytes; in appSecBlockRx()
283 state->encryptedBytesOut = encrHdr->dataLen; in appSecProcessIncomingHdr()
284 …state->encryptedBytesIn = ((state->encryptedBytesOut + APP_SEC_ENCR_ALIGN - 1) / APP_SEC_ENCR_ALIG… in appSecProcessIncomingHdr()