Searched refs:ki (Results 1 – 3 of 3) sorted by relevance
576 struct KeyInfo ki = { .data = keyId }; in handleKey() local594 good = good && fwrite(&ki, sizeof(ki), 1, out) == 1; in handleKey()
837 struct KeyInfo ki = { .data = keyId }; in handleKey() local855 good = good && fwrite(&ki, sizeof(ki), 1, out) == 1; in handleKey()
357 struct KeyInfo *ki = (struct KeyInfo *)(&(app->hdr) + 1); in updateKey() local358 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()