Home
last modified time | relevance | path

Searched refs:ki (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c576 struct KeyInfo ki = { .data = keyId }; in handleKey() local
594 good = good && fwrite(&ki, sizeof(ki), 1, out) == 1; in handleKey()
Dpostprocess_elf.c837 struct KeyInfo ki = { .data = keyId }; in handleKey() local
855 good = good && fwrite(&ki, sizeof(ki), 1, out) == 1; in handleKey()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c357 struct KeyInfo *ki = (struct KeyInfo *)(&(app->hdr) + 1); in updateKey() local
358 uint8_t *data = (uint8_t *)(ki + 1); in updateKey()
359 uint64_t keyId = KEY_ID_MAKE(APP_ID_GET_VENDOR(app->hdr.appId), ki->id); in updateKey()