Searched defs:keyId (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 56 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/ |
D | postprocess.c | 573 …(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint64_t keyId) in handleKey() 639 uint64_t keyId = 0; in main() local
|
D | postprocess_elf.c | 834 …(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint64_t keyId) in handleKey() 900 uint64_t keyId = 0; in main() local
|
/device/google/contexthub/firmware/os/core/ |
D | nanohubCommand.c | 207 static AppSecErr osSecretKeyLookup(uint64_t keyId, void *keyBuf) in osSecretKeyLookup() 228 static AppSecErr osSecretKeyDelete(uint64_t keyId) in osSecretKeyDelete() 251 static AppSecErr osSecretKeyAdd(uint64_t keyId, void *keyBuf) in osSecretKeyAdd() 359 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id); in updateKey() local
|