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()
350 appSecSetCurState(state, STATE_RXING_SIG_HASH); in appSecProcessIncomingData()
395 appSecSetCurState(state, STATE_RXING_SIG_HASH); in appSecDoSomeProcessing()
405 if (appSecGetCurState(state) == STATE_RXING_SIG_HASH) { in appSecProcessIncomingSigData()
488 case STATE_RXING_SIG_HASH: in appSecRxData()