Searched refs:tlv_len (Results 1 – 6 of 6) sorted by relevance
168 tlv_type, tlv_len = struct.unpack(172 tlv_data = b[tlv_off:(tlv_off + tlv_len)]174 {"type": tlv_type, "len": tlv_len, "data": tlv_data})175 tlv_off += tlv_len186 tlv_type, tlv_len = struct.unpack(190 tlv_data = b[tlv_off:(tlv_off + tlv_len)]192 {"type": tlv_type, "len": tlv_len, "data": tlv_data})193 tlv_off += tlv_len
676 tlv_type, _, tlv_len = struct.unpack('BBH', tlv)682 if digest == b[off:off + tlv_len]:689 tlv_sig = b[off:off + tlv_len]700 tlv_off += TLV_SIZE + tlv_len
80 offset += SHARED_DATA_ENTRY_SIZE(tlv_entry.tlv_len); in boot_add_data_to_shared_area()85 tlv_entry.tlv_len = size; in boot_add_data_to_shared_area()
167 uint16_t tlv_len; /* TLV data length (not including this header). */ member
89 offset += SHARED_DATA_ENTRY_SIZE(tlv_entry.tlv_len); in boot_add_data_to_shared_area()94 tlv_entry.tlv_len = size; in boot_add_data_to_shared_area()
1793 let tlv_len = tlv.estimate_size(); in install_image() localVariable1796 slot_len - HDR_SIZE - trailer - tlv_len in install_image()1800 let tlv_len = tlv.estimate_size(); in install_image() localVariable1805 slot_len - HDR_SIZE - trailer - tlv_len + dev.align()*4 in install_image()