Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DappSec.c189 uint32_t *dataP = state->dataWords; in appSecBlockRx() local
202 for (i = 0; i < numBlocks; i++, dataP += AES_BLOCK_WORDS) in appSecBlockRx()
203 BL.blAesCbcDecr(&state->cbc, dataP, dataP); in appSecBlockRx()
435 AppSecErr appSecRxData(struct AppSecState *state, const void *dataP, uint32_t len, uint32_t *lenUnu… in appSecRxData() argument
437 const uint8_t *data = (const uint8_t*)dataP; in appSecRxData()