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)],
248 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()
878 next_uuid = None886 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.uuid907 if next_uuid:908 if uuid.UUID(bytes=image.ta_uuid) != next_uuid:911 next_uuid))
236 uint8_t next_uuid[sizeof(TEE_UUID)] = { }; in ree_fs_ta_open() local303 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