Home
last modified time | relevance | path

Searched refs:uuid_t (Results 1 – 19 of 19) sorted by relevance

/trusted-firmware-a-latest/include/drivers/fwu/
Dfwu_metadata.h21 uuid_t img_uuid;
38 uuid_t img_type_uuid;
41 uuid_t location_uuid;
/trusted-firmware-a-latest/include/drivers/partition/
Dpartition.h49 const partition_entry_t *get_partition_entry_by_type(const uuid_t *type_guid);
50 const partition_entry_t *get_partition_entry_by_uuid(const uuid_t *part_uuid);
/trusted-firmware-a-latest/include/plat/common/
Dplat_trng.h14 extern uuid_t plat_trng_uuid;
/trusted-firmware-a-latest/tools/fiptool/
Dtbbr_config.h18 uuid_t uuid;
Dfiptool.c57 static const uuid_t uuid_null;
140 static image_desc_t *new_image_desc(const uuid_t *uuid, in new_image_desc()
147 memcpy(&desc->uuid, uuid, sizeof(uuid_t)); in new_image_desc()
235 static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid) in lookup_image_desc_from_uuid()
240 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid()
255 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str()
270 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str()
346 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip()
399 static image_t *read_image_from_file(const uuid_t *uuid, const char *filename) in read_image_from_file()
683 static void parse_blob_opt(char *arg, uuid_t *uuid, char *filename, size_t len) in parse_blob_opt()
[all …]
Dfiptool.h34 uuid_t uuid;
/trusted-firmware-a-latest/include/tools_share/
Duuid.h74 typedef struct uuid uuid_t; typedef
Dfirmware_image_package.h104 uuid_t uuid;
/trusted-firmware-a-latest/services/std_svc/trng/
Dtrng_main.c20 static const uuid_t uuid_null;
113 if (!memcmp(&plat_trng_uuid, &uuid_null, sizeof(uuid_t))) { in trng_smc_handler()
/trusted-firmware-a-latest/lib/debugfs/
Ddevfip.c28 uuid_t uuid;
36 const uuid_t uuid;
158 &entry.uuid, sizeof(uuid_t)) == 0) { in fipgen()
/trusted-firmware-a-latest/drivers/io/
Dio_fip.c82 static inline int compare_uuids(const uuid_t *uuid1, const uuid_t *uuid2) in compare_uuids()
84 return memcmp(uuid1, uuid2, sizeof(uuid_t)); in compare_uuids()
290 static const uuid_t uuid_null = { {0} }; /* Double braces for clang */ in fip_file_open()
Dio_encrypted.c199 sizeof(uuid_t)); in enc_file_read()
/trusted-firmware-a-latest/plat/arm/board/juno/
Djuno_trng.c47 uuid_t plat_trng_uuid;
/trusted-firmware-a-latest/include/drivers/io/
Dio_storage.h55 uuid_t uuid;
/trusted-firmware-a-latest/plat/st/common/
Dbl2_io_storage.c497 uuid_t img_type_uuid; in bl2_plat_handle_pre_image_load()
645 static void *stm32_get_image_spec(const uuid_t *img_type_uuid) in stm32_get_image_spec()
663 const uuid_t *img_type_uuid; in plat_fwu_set_images_source()
664 const uuid_t *img_uuid __maybe_unused; in plat_fwu_set_images_source()
/trusted-firmware-a-latest/services/std_svc/
Dstd_svc_setup.c30 static uuid_t arm_svc_uid = {
/trusted-firmware-a-latest/drivers/partition/
Dpartition.c421 const partition_entry_t *get_partition_entry_by_type(const uuid_t *type_uuid) in get_partition_entry_by_type()
437 const partition_entry_t *get_partition_entry_by_uuid(const uuid_t *part_uuid) in get_partition_entry_by_uuid()
/trusted-firmware-a-latest/include/lib/
Dsmccc.h189 static const uuid_t _name = { \
/trusted-firmware-a-latest/docs/
Dporting-guide.rst2452 value: uuid_t plat_trng_uuid [mandatory]