Home
last modified time | relevance | path

Searched refs:ta_version (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/scripts/
A Dsign_encrypt.py381 h.update(self.ta_version)
389 def encrypt_ta(self, enc_key, key_type, sig_algo, uuid, ta_version): argument
410 self.ta_version = struct.pack('<I', ta_version)
413 def set_bootstrap_ta(self, sig_algo, uuid, ta_version): argument
419 self.ta_version = struct.pack('<I', ta_version)
501 self.ta_version = self.inf[offs:offs + 4]
582 [ta_version] = struct.unpack('<I', self.inf[offs:offs + 4])
583 print(' ta_version: {}'.format(ta_version))
816 f.write(self.ta_version)
831 args.algo, args.uuid, args.ta_version)
[all …]
/optee_os-3.20.0/core/pta/
A Dsecstor_ta_mgmt.c33 if (prop->version > bs_ta->ta_version) in check_install_conflict()
96 property.version = bs_ta.ta_version; in install_ta()
/optee_os-3.20.0/core/include/
A Dsigned_hdr.h131 uint32_t ta_version; member
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c627 handle->bs_hdr->ta_version); in ree_fs_ta_read()

Completed in 6 milliseconds