Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c86 uint32_t signedBytesOut; member
177 if (state->signedBytesOut < state->haveBytes) in appSecBlockRx()
178 state->haveBytes = state->signedBytesOut; in appSecBlockRx()
179 state->signedBytesOut -= state->haveBytes; in appSecBlockRx()
259 state->signedBytesIn = state->signedBytesOut = signHdr->appDataLen; in appSecProcessIncomingHdr()
290 state->signedBytesIn = state->signedBytesOut = signHdr->appDataLen - sizeof(*encrHdr); in appSecProcessIncomingHdr()
292 if (state->signedBytesOut != (state->encryptedBytesIn + SHA2_HASH_SIZE)) { in appSecProcessIncomingHdr()