Home
last modified time | relevance | path

Searched defs:keyId (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c56 static int handleEncrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint64_t keyId, uint32_t *key) in handleEncrypt()
255 uint64_t keyId = 0; in main() local
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c485 …(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint64_t keyId) in handleKey()
551 uint64_t keyId = 0; in main() local
/device/google/contexthub/firmware/src/
DnanohubCommand.c190 static AppSecErr osSecretKeyLookup(uint64_t keyId, void *keyBuf) in osSecretKeyLookup()
211 static AppSecErr osSecretKeyDelete(uint64_t keyId) in osSecretKeyDelete()
234 static AppSecErr osSecretKeyAdd(uint64_t keyId, void *keyBuf) in osSecretKeyAdd()
336 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id); in updateKey() local