Searched refs:TLV (Results 1 – 9 of 9) sorted by relevance
1 - Added protected TLV size to image size check in bootutil3 - Added compressed image flags and TLV to bootutil
73 struct TLV {120 struct TLV tlv;
35 different TLV structure, so images created by `newt` have to be generated
82 --boot-record sw_type Create CBOR encoded boot record TLV. The131 which case only the hash of the public key is added to the TLV area (the full133 instead, the TLV area will contain the whole public key and thus the bootloader
14 - Enforce that TLV entries that should be protected are.86 - Make the ECDSA256 TLV curve agnostic and rename it to ECDSA_SIG.255 - imgtool: added custom TLV support.332 - TLV size change breaks compatibility with big-endian targets.339 TLV that allow these dependencies to be specified.342 of the images: specifically adding support for protected TLV entries.357 header, and TLV data.486 information about signatures out of the header and into the TLV552 - The image header and TLV formats are planned to change with release 1.0:
19 requires some rethinking of how TLV generation is implemented so
46 ## Corrupt image hash is not tested as it is in the unprotected TLV section
122 class TLV(): class548 prot_tlv = TLV(self.endian, TLV_PROT_INFO_MAGIC)586 tlv = TLV(self.endian)
521 # Estimates for trailer TLV data size, this was taken from hello world builds for nrf52840dk