Searched refs:next_uuid (Results 1 – 4 of 4) sorted by relevance
201 uint8_t next_uuid[sizeof(TEE_UUID)]; member212 const uint8_t next_uuid[sizeof(TEE_UUID)],
263 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()
882 next_uuid = None890 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.uuid911 if next_uuid:912 if uuid.UUID(bytes=image.ta_uuid) != next_uuid:915 next_uuid))
244 uint8_t next_uuid[sizeof(TEE_UUID)] = { }; in ree_fs_ta_open() local311 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()