Lines Matching refs:ciphertext
400 self.ciphertext = out[:-TAG_SIZE]
523 self.ciphertext = self.inf[offs:]
524 if len(self.ciphertext) != img_size:
527 .format(len(self.ciphertext), img_size))
528 self.img = self.ciphertext
628 ciphertext = self.inf[offs:]
631 .format(len(ciphertext), len(ciphertext)))
632 if len(ciphertext) != img_size:
635 .format(len(ciphertext), img_size))
728 self.img = cipher.decrypt(self.nonce, self.ciphertext + self.tag, None)
825 f.write(self.ciphertext)