Searched refs:APP_DATA_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
34 #define APP_DATA_CHUNK_SIZE (AES_BLOCK_WORDS * sizeof(uint32_t)) //data blocks are this si… macro40 #define APP_SEC_SIG_ALIGN APP_DATA_CHUNK_SIZE41 #define APP_SEC_ENCR_ALIGN APP_DATA_CHUNK_SIZE77 uint8_t placeholderDataChunk[APP_DATA_CHUNK_SIZE];112 [STATE_RXING_DATA] = APP_DATA_CHUNK_SIZE, in appSecSetCurState()190 uint32_t i, numBlocks = state->haveBytes / APP_DATA_CHUNK_SIZE; in appSecBlockRx()193 if (state->haveBytes % APP_DATA_CHUNK_SIZE) in appSecBlockRx()