Searched refs:encryptedBytesOut (Results 1 – 1 of 1) sorted by relevance
88 uint32_t encryptedBytesOut; member206 if (state->encryptedBytesOut < state->haveBytes) in appSecBlockRx()207 state->haveBytes = state->encryptedBytesOut; in appSecBlockRx()208 state->encryptedBytesOut -= state->haveBytes; in appSecBlockRx()284 state->encryptedBytesOut = encrHdr->dataLen; in appSecProcessIncomingHdr()285 …state->encryptedBytesIn = ((state->encryptedBytesOut + APP_SEC_ENCR_ALIGN - 1) / APP_SEC_ENCR_ALIG… in appSecProcessIncomingHdr()