Searched refs:APP_SEC_KEY_NOT_FOUND (Results 1 – 2 of 2) sorted by relevance
35 #define APP_SEC_KEY_NOT_FOUND 2 //we did not find the encr key macro
208 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()