• Home
  • Raw
  • Download

Lines Matching refs:my_area

94 	VbPublicKey *pubkey = (VbPublicKey *)state->my_area->buf;  in futil_cb_show_pubkey()
96 if (!PublicKeyLooksOkay(pubkey, state->my_area->len)) { in futil_cb_show_pubkey()
104 state->my_area->_flags |= AREA_IS_VALID; in futil_cb_show_pubkey()
113 key.algorithm = *(typeof(key.algorithm) *)state->my_area->buf; in futil_cb_show_privkey()
121 state->my_area->_flags |= AREA_IS_VALID; in futil_cb_show_privkey()
128 uint8_t *buf = state->my_area->buf; in futil_cb_show_gbb()
129 uint32_t len = state->my_area->len; in futil_cb_show_gbb()
176 state->rootkey.offset = state->my_area->offset + in futil_cb_show_gbb()
190 state->recovery_key.offset = state->my_area->offset + in futil_cb_show_gbb()
220 state->my_area->_flags |= AREA_IS_VALID; in futil_cb_show_gbb()
227 VbKeyBlockHeader *block = (VbKeyBlockHeader *)state->my_area->buf; in futil_cb_show_keyblock()
233 if (0 != KeyBlockVerify(block, state->my_area->len, NULL, 1)) { in futil_cb_show_keyblock()
240 KeyBlockVerify(block, state->my_area->len, sign_key, 0)) in futil_cb_show_keyblock()
248 state->my_area->_flags |= AREA_IS_VALID; in futil_cb_show_keyblock()
262 if (!state->my_area->len) { in futil_cb_show_fw_main()
268 printf(" Offset: 0x%08x\n", state->my_area->offset); in futil_cb_show_fw_main()
269 printf(" Size: 0x%08x\n", state->my_area->len); in futil_cb_show_fw_main()
271 state->my_area->_flags |= AREA_IS_VALID; in futil_cb_show_fw_main()
278 VbKeyBlockHeader *key_block = (VbKeyBlockHeader *)state->my_area->buf; in futil_cb_show_fw_preamble()
279 uint32_t len = state->my_area->len; in futil_cb_show_fw_preamble()
335 (VbFirmwarePreambleHeader *)(state->my_area->buf + more); in futil_cb_show_fw_preamble()
400 state->my_area->_flags |= AREA_IS_VALID; in futil_cb_show_fw_preamble()
413 VbKeyBlockHeader *key_block = (VbKeyBlockHeader *)state->my_area->buf; in futil_cb_show_kernel_preamble()
414 uint32_t len = state->my_area->len; in futil_cb_show_kernel_preamble()
448 (VbKernelPreambleHeader *)(state->my_area->buf + more); in futil_cb_show_kernel_preamble()
496 } else if (state->my_area->len > option.padding) { in futil_cb_show_kernel_preamble()
498 kernel_blob = state->my_area->buf + option.padding; in futil_cb_show_kernel_preamble()
499 kernel_size = state->my_area->len - option.padding; in futil_cb_show_kernel_preamble()