Searched refs:dataP (Results 1 – 1 of 1) sorted by relevance
188 uint32_t *dataP = state->dataWords; in appSecBlockRx() local201 for (i = 0; i < numBlocks; i++, dataP += AES_BLOCK_WORDS) in appSecBlockRx()202 BL.blAesCbcDecr(&state->cbc, dataP, dataP); in appSecBlockRx()446 AppSecErr appSecRxData(struct AppSecState *state, const void *dataP, uint32_t len, uint32_t *lenUnu… in appSecRxData() argument448 const uint8_t *data = (const uint8_t*)dataP; in appSecRxData()