Searched refs:APP_SEC_ENCR_ALIGN (Results 1 – 1 of 1) sorted by relevance
40 #define APP_SEC_ENCR_ALIGN APP_DATA_CHUNK_SIZE macro284 …ptedBytesIn = ((state->encryptedBytesOut + APP_SEC_ENCR_ALIGN - 1) / APP_SEC_ENCR_ALIGN) * APP_SEC… in appSecProcessIncomingHdr()