Searched refs:encoded_bytes (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/scripts/imgtool/keys/ |
D | general.py | 33 def _emit(self, header, trailer, encoded_bytes, indent, file=sys.stdout, argument 36 self._emit_to_output(header, trailer, encoded_bytes, indent, 39 def _emit_to_output(self, header, trailer, encoded_bytes, indent, file, argument 43 for count, b in enumerate(encoded_bytes): 51 print(len_format.format(len(encoded_bytes)), file=file) 53 def _emit_raw(self, encoded_bytes, file): argument 58 file.buffer.write(encoded_bytes) 61 file.write(encoded_bytes) 68 encoded_bytes=self.get_public_bytes(), 81 encoded_bytes=digest.finalize(), [all …]
|