Home
last modified time | relevance | path

Searched refs:APP_DATA_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/core/
DappSec.c33 #define APP_DATA_CHUNK_SIZE (AES_BLOCK_WORDS * sizeof(uint32_t)) //data blocks are this si… macro
39 #define APP_SEC_SIG_ALIGN APP_DATA_CHUNK_SIZE
40 #define APP_SEC_ENCR_ALIGN APP_DATA_CHUNK_SIZE
76 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()