Searched refs:signedBytesOut (Results 1 – 1 of 1) sorted by relevance
86 uint32_t signedBytesOut; member177 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()