Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DappSec.h53 AppSecErr appSecDoSomeProcessing(struct AppSecState *state); //caleed when any appSec function retu…
/device/google/contexthub/firmware/os/core/
DappSec.c366 AppSecErr appSecDoSomeProcessing(struct AppSecState *state) in appSecDoSomeProcessing() function
DnanohubCommand.c512 mAppSecStatus = appSecDoSomeProcessing(mDownloadState->appSecState); in firmwareWrite()