Home
last modified time | relevance | path

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

/optee_os/core/include/
H A Dsigned_hdr.h201 uint8_t next_uuid[sizeof(TEE_UUID)]; member
212 const uint8_t next_uuid[sizeof(TEE_UUID)],
/optee_os/core/crypto/
H A Dsigned_hdr.c263 const uint8_t next_uuid[sizeof(TEE_UUID)], in shdr_load_pub_key()
311 if (next_uuid && memcmp(next_uuid, subkey->uuid, sizeof(TEE_UUID))) { in shdr_load_pub_key()
324 res = calc_next_uuid(key->next_uuid, key->uuid, in shdr_load_pub_key()
/optee_os/scripts/
H A Dsign_encrypt.py882 next_uuid = None
890 if next_uuid:
891 if uuid.UUID(bytes=image.uuid) != next_uuid:
894 next_uuid))
904 next_uuid = uuid_v5_sha512(image.uuid,
907 next_uuid = image.uuid
911 if next_uuid:
912 if uuid.UUID(bytes=image.ta_uuid) != next_uuid:
915 next_uuid))
/optee_os/core/kernel/
H A Dree_fs_ta.c244 uint8_t next_uuid[sizeof(TEE_UUID)] = { }; in ree_fs_ta_open() local
311 memcpy(next_uuid, pub_key.next_uuid, sizeof(TEE_UUID)); in ree_fs_ta_open()
312 next_uuid_ptr = next_uuid; in ree_fs_ta_open()