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/os/inc/
DappSec.h35 #define APP_SEC_KEY_NOT_FOUND 2 //we did not find the encr key macro
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c216 return APP_SEC_KEY_NOT_FOUND; in osSecretKeyLookup()
239 return count == 0 ? APP_SEC_KEY_NOT_FOUND : good ? APP_SEC_NO_ERROR : APP_SEC_BAD; in osSecretKeyDelete()
247 if (osSecretKeyLookup(keyId, NULL) != APP_SEC_KEY_NOT_FOUND) in osSecretKeyAdd()
373 case APP_SEC_KEY_NOT_FOUND: in appSecErrToNanohubReply()