Home | History | Annotate | Download | only in futility

Lines Matching full:vblock

87 	VbKeyBlockHeader *vblock;
92 vblock = KeyBlockCreate_external(
106 vblock = KeyBlockCreate(data_key, option.signprivate,
111 vblock = KeyBlockCreate(data_key, option.signprivate,
117 vblock, vblock->key_block_size,
125 * corresponding VBLOCK area, we'll have this to verify.
135 * We don't do any signing here. We just check to see if the VBLOCK
380 static int write_new_preamble(struct cb_area_s *vblock,
407 memcpy(vblock->buf, keyblock, more);
409 memcpy(vblock->buf + more, preamble, preamble->preamble_size);
417 static int write_loem(const char *ab, struct cb_area_s *vblock)
436 if (1 != fwrite(vblock->buf, vblock->len, 1, fp)) {
593 " -d|--loemdir DIR Local OEM output vblock directory\n"
594 " -l|--loemid STRING Local OEM vblock suffix\n"
612 " [--outfile] OUTFILE Output kernel partition or vblock\n"
618 " --pad NUM The vblock padding size in bytes\n"
620 " --vblockonly Emit just the vblock (requires a\n"
639 " --pad NUM The vblock padding size in bytes\n"
641 " [--outfile] OUTFILE Output kernel partition or vblock\n"
642 " --vblockonly Emit just the vblock (requires a\n"