Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DappSec.c190 uint32_t i, numBlocks = state->haveBytes / APP_DATA_CHUNK_SIZE; in appSecBlockRx() local
202 for (i = 0; i < numBlocks; i++, dataP += AES_BLOCK_WORDS) in appSecBlockRx()