OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_SEC_KEY_NOT_FOUND
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/
appSec.h
30
typedef AppSecErr (*AppSecGetAesKeyCbk)(uint64_t keyIdx, void *keyBuf); // return
APP_SEC_KEY_NOT_FOUND
or APP_SEC_NO_ERROR
35
#define
APP_SEC_KEY_NOT_FOUND
2 //we did not find the encr key
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
216
return
APP_SEC_KEY_NOT_FOUND
;
239
return count == 0 ?
APP_SEC_KEY_NOT_FOUND
: good ? APP_SEC_NO_ERROR : APP_SEC_BAD;
247
if (osSecretKeyLookup(keyId, NULL) !=
APP_SEC_KEY_NOT_FOUND
)
373
case
APP_SEC_KEY_NOT_FOUND
:
[
all
...]
Completed in 463 milliseconds