Searched refs:dataP (Results 1 – 1 of 1) sorted by relevance
189 uint32_t *dataP = state->dataWords; in appSecBlockRx() local202 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() argument437 const uint8_t *data = (const uint8_t*)dataP; in appSecRxData()