Searched defs:keyId (Results 1 – 3 of 3) 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/firmware/src/ |
| D | nanohubCommand.c | 189 static AppSecErr osSecretKeyLookup(uint64_t keyId, void *keyBuf) in osSecretKeyLookup() 210 static AppSecErr osSecretKeyDelete(uint64_t keyId) in osSecretKeyDelete() 233 static AppSecErr osSecretKeyAdd(uint64_t keyId, void *keyBuf) in osSecretKeyAdd() 335 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id); in updateKey() local
|
| /device/google/contexthub/util/nanoapp_postprocess/ |
| D | postprocess.c | 828 …(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint64_t keyId) in handleKey() 894 uint64_t keyId = 0; in main() local
|