Searched refs:custom_tlvs (Results 1 – 2 of 2) sorted by relevance
/mcuboot-latest/scripts/imgtool/ |
D | main.py | 478 custom_tlvs = {} 481 if tag in custom_tlvs: 491 custom_tlvs[tag] = bytes.fromhex(value[2:]) 493 custom_tlvs[tag] = value.encode('utf-8') 513 custom_tlvs, compression_tlvs, None, int(encrypt_keylen), clear, 553 dependencies, boot_record, custom_tlvs, compression_tlvs,
|
D | image.py | 448 sw_type=None, custom_tlvs=None, compression_tlvs=None, argument 515 if custom_tlvs is not None: 516 for value in custom_tlvs.values(): 579 if custom_tlvs is not None: 580 for tag, value in custom_tlvs.items():
|