Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DappSec.h35 #define APP_SEC_KEY_NOT_FOUND 2 //we did not find the encr key macro
/device/google/contexthub/firmware/src/
DnanohubCommand.c208 return APP_SEC_KEY_NOT_FOUND; in osSecretKeyLookup()
231 return count == 0 ? APP_SEC_KEY_NOT_FOUND : good ? APP_SEC_NO_ERROR : APP_SEC_BAD; in osSecretKeyDelete()
239 if (osSecretKeyLookup(keyId, NULL) != APP_SEC_KEY_NOT_FOUND) in osSecretKeyAdd()
362 case APP_SEC_KEY_NOT_FOUND: in appSecErrToNanohubReply()