Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DappSec.c46 #define STATE_RXING_SIG_HASH 3 // each is RSA_BYTES bytes macro
114 [STATE_RXING_SIG_HASH] = APP_SIG_SIZE, in appSecSetCurState()
351 appSecSetCurState(state, STATE_RXING_SIG_HASH); in appSecProcessIncomingData()
396 appSecSetCurState(state, STATE_RXING_SIG_HASH); in appSecDoSomeProcessing()
406 if (appSecGetCurState(state) == STATE_RXING_SIG_HASH) { in appSecProcessIncomingSigData()
489 case STATE_RXING_SIG_HASH: in appSecRxData()