Searched refs:encryptedBytesIn (Results 1 – 1 of 1) sorted by relevance
86 uint32_t encryptedBytesIn; member104 if (state->haveEncr && state->chunkSize > state->encryptedBytesIn) in limitChunkSize()197 if (state->haveBytes > state->encryptedBytesIn) in appSecBlockRx()199 state->encryptedBytesIn -= state->haveBytes; in appSecBlockRx()285 …state->encryptedBytesIn = ((state->encryptedBytesOut + APP_SEC_ENCR_ALIGN - 1) / APP_SEC_ENCR_ALIG… in appSecProcessIncomingHdr()288 __func__, state->encryptedBytesIn); in appSecProcessIncomingHdr()293 if (state->signedBytesOut != (state->encryptedBytesIn + SHA2_HASH_SIZE)) { in appSecProcessIncomingHdr()355 } else if (state->haveEncr && !state->encryptedBytesIn) { in appSecProcessIncomingData()358 state->encryptedBytesIn = sizeof(state->cbcSha); in appSecProcessIncomingData()