Home
last modified time | relevance | path

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

/mcuboot-latest/ci/fih_test_docker/
Ddamage_image.py95 self.it_type = 0
101 (tlv.it_type, _, tlv.it_len) = struct.unpack('<BBH', in_file.read(4))
136 return tlv.it_type == TLV_VALUES['RSA2048'] or tlv.it_type == TLV_VALUES['RSA3072']
178 …" tlv {:24s} len = {:4d}, len = {:4d}".format(get_tlv_type_string(tlv.it_type), tlv.it_len, len…
182 elif tlv.it_type == TLV_VALUES['SHA256'] and args.image_hash:
/mcuboot-latest/boot/bootutil/src/
Dtlv.c120 if (it->type == IMAGE_TLV_ANY || tlv.it_type == it->type) { in bootutil_tlv_iter_next()
122 *type = tlv.it_type; in bootutil_tlv_iter_next()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dimage.h176 uint16_t it_type; /* IMAGE_TLV_[...]. */ member