Home
last modified time | relevance | path

Searched refs:my_area (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/futility/
Dcmd_show.c94 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()
[all …]
Dcmd_sign.c86 VbPublicKey *data_key = (VbPublicKey *)state->my_area->buf; in futil_cb_sign_pubkey()
129 state->my_area->_flags |= AREA_IS_VALID; in futil_cb_sign_fw_main()
140 VbKeyBlockHeader *key_block = (VbKeyBlockHeader *)state->my_area->buf; in futil_cb_sign_fw_vblock()
141 uint32_t len = state->my_area->len; in futil_cb_sign_fw_vblock()
164 (VbFirmwarePreambleHeader *)(state->my_area->buf + more); in futil_cb_sign_fw_vblock()
193 state->my_area->_flags |= AREA_IS_VALID; in futil_cb_sign_fw_vblock()
204 vmlinuz_data = state->my_area->buf; in futil_cb_create_kernel_part()
205 vmlinuz_size = state->my_area->len; in futil_cb_create_kernel_part()
257 kpart_data = state->my_area->buf; in futil_cb_resign_kernel_part()
258 kpart_size = state->my_area->len; in futil_cb_resign_kernel_part()
[all …]
Dtraversal.h58 struct cb_area_s *my_area; member
Dtraversal.c177 state->my_area = &state->cb_area[c]; in invoke_callback()