Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c85 uint32_t encryptedBytesIn; member
103 if (state->haveEncr && state->chunkSize > state->encryptedBytesIn) in limitChunkSize()
196 if (state->haveBytes > state->encryptedBytesIn) in appSecBlockRx()
198 state->encryptedBytesIn -= state->haveBytes; in appSecBlockRx()
284 …state->encryptedBytesIn = ((state->encryptedBytesOut + APP_SEC_ENCR_ALIGN - 1) / APP_SEC_ENCR_ALIG… in appSecProcessIncomingHdr()
287 __func__, state->encryptedBytesIn); in appSecProcessIncomingHdr()
292 if (state->signedBytesOut != (state->encryptedBytesIn + SHA2_HASH_SIZE)) { in appSecProcessIncomingHdr()
354 } else if (state->haveEncr && !state->encryptedBytesIn) { in appSecProcessIncomingData()
357 state->encryptedBytesIn = sizeof(state->cbcSha); in appSecProcessIncomingData()