Home
last modified time | relevance | path

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

/mcuboot-latest/scripts/imgtool/
Dimage.py100 TLV_SIZE = 4 variable
492 protected_tlv_size += TLV_SIZE + 4
518 protected_tlv_size += TLV_SIZE + len(boot_record)
531 protected_tlv_size += TLV_SIZE + len(value)
534 protected_tlv_size += TLV_SIZE + len(value)
838 tlv = b[tlv_off:tlv_off + TLV_SIZE]
843 tlv_off += TLV_SIZE + tlv_len
850 tlv = b[tlv_off:tlv_off + TLV_SIZE]
855 off = tlv_off + TLV_SIZE
863 off = tlv_off + TLV_SIZE
[all …]