Home
last modified time | relevance | path

Searched refs:ta_uuid (Results 1 – 2 of 2) sorted by relevance

/optee_os/scripts/
H A Dsign_encrypt.py381 h.update(self.ta_uuid)
410 self.ta_uuid = uuid.bytes
419 self.ta_uuid = uuid.bytes
500 self.ta_uuid = self.inf[offs:offs + UUID_SIZE]
581 ta_uuid = self.inf[offs:offs + UUID_SIZE]
583 print(' uuid: {}'.format(uuid.UUID(bytes=ta_uuid)))
791 if self.ta_uuid != uuid.bytes:
819 f.write(self.ta_uuid)
910 print('TA UUID: {}'.format(uuid.UUID(bytes=image.ta_uuid)))
912 if uuid.UUID(bytes=image.ta_uuid) != next_uuid:
[all …]
/optee_os/core/pta/stm32mp/
H A Dremoteproc_pta.c354 TEE_UUID ta_uuid = TA_REMOTEPROC_UUID; in rproc_pta_open_session() local
364 if (memcmp(&ctx->uuid, &ta_uuid, sizeof(TEE_UUID))) in rproc_pta_open_session()