HomeSort by relevance Sort by last modified time
    Searched refs:my_area (Results 1 - 4 of 4) sorted by null

  /external/vboot_reference/futility/
cmd_show.c 94 VbPublicKey *pubkey = (VbPublicKey *)state->my_area->buf;
96 if (!PublicKeyLooksOkay(pubkey, state->my_area->len)) {
104 state->my_area->_flags |= AREA_IS_VALID;
113 key.algorithm = *(typeof(key.algorithm) *)state->my_area->buf;
121 state->my_area->_flags |= AREA_IS_VALID;
128 uint8_t *buf = state->my_area->buf;
129 uint32_t len = state->my_area->len;
176 state->rootkey.offset = state->my_area->offset +
190 state->recovery_key.offset = state->my_area->offset +
220 state->my_area->_flags |= AREA_IS_VALID
    [all...]
traversal.h 58 struct cb_area_s *my_area; member in struct:futil_traverse_state_s
cmd_sign.c 86 VbPublicKey *data_key = (VbPublicKey *)state->my_area->buf;
123 * The data in state->my_area is just the RW firmware blob, so there's nothing
129 state->my_area->_flags |= AREA_IS_VALID;
140 VbKeyBlockHeader *key_block = (VbKeyBlockHeader *)state->my_area->buf;
141 uint32_t len = state->my_area->len;
164 (VbFirmwarePreambleHeader *)(state->my_area->buf + more);
193 state->my_area->_flags |= AREA_IS_VALID;
204 vmlinuz_data = state->my_area->buf;
205 vmlinuz_size = state->my_area->len;
257 kpart_data = state->my_area->buf
    [all...]
traversal.c 177 state->my_area = &state->cb_area[c];

Completed in 169 milliseconds