Lines Matching refs:ciphertext
399 self.ciphertext = out[:-TAG_SIZE]
520 self.ciphertext = self.inf[offs:-tag_len]
521 if len(self.ciphertext) != img_size:
524 .format(len(self.ciphertext), img_size))
525 self.img = self.ciphertext
623 ciphertext = self.inf[offs:-tag_len]
626 .format(len(ciphertext), len(ciphertext)))
627 if len(ciphertext) != img_size:
630 .format(len(ciphertext), img_size))
724 self.img = cipher.decrypt(self.nonce, self.ciphertext, None)
821 f.write(self.ciphertext)