Searched refs:it_type (Results 1 – 3 of 3) sorted by relevance
95 self.it_type = 0101 (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:
120 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()
176 uint16_t it_type; /* IMAGE_TLV_[...]. */ member