Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c45 #define STATE_RXING_SIG_HASH 3 // each is RSA_BYTES bytes macro
113 [STATE_RXING_SIG_HASH] = APP_SIG_SIZE, in appSecSetCurState()
362 appSecSetCurState(state, STATE_RXING_SIG_HASH); in appSecProcessIncomingData()
407 appSecSetCurState(state, STATE_RXING_SIG_HASH); in appSecDoSomeProcessing()
417 if (appSecGetCurState(state) == STATE_RXING_SIG_HASH) { in appSecProcessIncomingSigData()
500 case STATE_RXING_SIG_HASH: in appSecRxData()