Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/
A Dsigned_hdr.h201 uint8_t next_uuid[sizeof(TEE_UUID)]; member
212 const uint8_t next_uuid[sizeof(TEE_UUID)],
/optee_os-3.20.0/core/crypto/
A Dsigned_hdr.c248 const uint8_t next_uuid[sizeof(TEE_UUID)], in shdr_load_pub_key()
296 if (next_uuid && memcmp(next_uuid, subkey->uuid, sizeof(TEE_UUID))) { in shdr_load_pub_key()
309 res = calc_next_uuid(key->next_uuid, key->uuid, in shdr_load_pub_key()
/optee_os-3.20.0/scripts/
A Dsign_encrypt.py878 next_uuid = None
886 if next_uuid:
887 if uuid.UUID(bytes=image.uuid) != next_uuid:
890 next_uuid))
900 next_uuid = uuid_v5_sha512(image.uuid,
903 next_uuid = image.uuid
907 if next_uuid:
908 if uuid.UUID(bytes=image.ta_uuid) != next_uuid:
911 next_uuid))
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c236 uint8_t next_uuid[sizeof(TEE_UUID)] = { }; in ree_fs_ta_open() local
303 memcpy(next_uuid, pub_key.next_uuid, sizeof(TEE_UUID)); in ree_fs_ta_open()
304 next_uuid_ptr = next_uuid; in ree_fs_ta_open()

Completed in 7 milliseconds