Searched refs:encryptedBytesIn (Results 1 – 1 of 1) sorted by relevance
85 uint32_t encryptedBytesIn; member103 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()366 } else if (state->haveEncr && !state->encryptedBytesIn) { in appSecProcessIncomingData()369 state->encryptedBytesIn = sizeof(state->cbcSha); in appSecProcessIncomingData()