Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DappSec.c47 #define STATE_VERIFY 5 // decryption of ciphertext done; now decrypting and verifyin… macro
112 [STATE_VERIFY] = APP_VERIFY_BLOCK_SIZE, in appSecSetCurState()
358 appSecSetCurState(state, STATE_VERIFY); in appSecProcessIncomingData()
480 case STATE_VERIFY: in appSecRxData()