Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c43 #define STATE_RXING_HEADERS 1 // variable size headers (min APP_HDR_SIZE, max APP_HDR_MAX_S… macro
110 [STATE_RXING_HEADERS] = APP_HDR_SIZE, in appSecSetCurState()
441 appSecSetCurState(state, STATE_RXING_HEADERS); in appSecRxData()
449 case STATE_RXING_HEADERS: in appSecRxData()