Home
last modified time | relevance | path

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

/optee_os/scripts/
H A Dsign_encrypt.py382 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)
[all …]
/optee_os/core/pta/
H 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/core/include/
H A Dsigned_hdr.h131 uint32_t ta_version; member
/optee_os/core/kernel/
H A Dree_fs_ta.c641 handle->bs_hdr->ta_version); in ree_fs_ta_read()