Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DappSec.h39 #define APP_SEC_SIG_VERIFY_FAIL 6 //some signature verification failed macro
/device/google/contexthub/firmware/src/
DappSec.c303 return APP_SEC_SIG_VERIFY_FAIL; in appSecProcessIncomingHdr()
390 return APP_SEC_SIG_VERIFY_FAIL; in appSecDoSomeProcessing()
DnanohubCommand.c374 case APP_SEC_SIG_VERIFY_FAIL: in appSecErrToNanohubReply()