Lines Matching refs:img_size
479 [magic, img_type, img_size, algo_value, hash_size,
524 if len(self.ciphertext) != img_size:
527 .format(len(self.ciphertext), img_size))
531 if len(self.img) != img_size:
533 .format(len(self.img), img_size))
542 self.attr = self.inf[offs:offs + img_size -
568 if len(self.img) != img_size:
570 .format(len(self.img), img_size))
632 if len(ciphertext) != img_size:
635 .format(len(ciphertext), img_size))
641 if len(img) != img_size:
643 .format(len(img), img_size))
644 offs += img_size
657 [magic, img_type, img_size, algo_value, hash_size,
682 print(' img_size: {} bytes'.format(img_size))
720 offs += img_size