Home
last modified time | relevance | path

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

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