Home | History | Annotate | Download | only in futility

Lines Matching refs:rootkey

157 	printf("    rootkey              0x%08x   0x%08x\n",
176 state->rootkey.offset = state->my_area->offset +
178 state->rootkey.buf = buf + gbb->rootkey_offset;
179 state->rootkey.len = gbb->rootkey_size;
180 state->rootkey._flags |= AREA_IS_VALID;
295 if (!sign_key && (state->rootkey._flags & AREA_IS_VALID))
296 /* BIOS should have a rootkey in the GBB */
297 sign_key = (VbPublicKey *)state->rootkey.buf;
302 if (!sign_key && (state->rootkey._flags & AREA_IS_VALID))
303 /* BIOS should have a rootkey in the GBB */
304 sign_key = (VbPublicKey *)state->rootkey.buf;