Searched refs:APP_DATA_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
33 #define APP_DATA_CHUNK_SIZE (AES_BLOCK_WORDS * sizeof(uint32_t)) //data blocks are this si… macro39 #define APP_SEC_SIG_ALIGN APP_DATA_CHUNK_SIZE40 #define APP_SEC_ENCR_ALIGN APP_DATA_CHUNK_SIZE76 uint8_t placeholderDataChunk[APP_DATA_CHUNK_SIZE];111 [STATE_RXING_DATA] = APP_DATA_CHUNK_SIZE, in appSecSetCurState()189 uint32_t i, numBlocks = state->haveBytes / APP_DATA_CHUNK_SIZE; in appSecBlockRx()192 if (state->haveBytes % APP_DATA_CHUNK_SIZE) in appSecBlockRx()