Lines Matching refs:ta_version
382 h.update(self.ta_version)
390 def encrypt_ta(self, enc_key, key_type, sig_algo, uuid, ta_version): argument
411 self.ta_version = struct.pack('<I', ta_version)
414 def set_bootstrap_ta(self, sig_algo, uuid, ta_version): argument
420 self.ta_version = struct.pack('<I', ta_version)
502 self.ta_version = self.inf[offs:offs + 4]
585 [ta_version] = struct.unpack('<I', self.inf[offs:offs + 4])
586 print(' ta_version: {}'.format(ta_version))
820 f.write(self.ta_version)
835 args.algo, args.uuid, args.ta_version)
837 ta_image.set_bootstrap_ta(args.algo, args.uuid, args.ta_version)