Home | History | Annotate | Download | only in futility

Lines Matching refs:my_area

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;
258 kpart_size = state->my_area->len;
340 body_sig = CalculateSignature(state->my_area->buf, state->my_area->len,