Searched refs:uuid_t (Results 1 – 18 of 18) sorted by relevance
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | plat_trng.h | 14 extern uuid_t plat_trng_uuid;
|
| H A D | plat_lfa.h | 15 const uuid_t uuid;
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 58 static const uuid_t uuid_null; 141 static image_desc_t *new_image_desc(const uuid_t *uuid, in new_image_desc() 148 memcpy(&desc->uuid, uuid, sizeof(uuid_t)); in new_image_desc() 236 static image_desc_t *lookup_image_desc_from_uuid(const uuid_t *uuid) in lookup_image_desc_from_uuid() 241 if (memcmp(&desc->uuid, uuid, sizeof(uuid_t)) == 0) in lookup_image_desc_from_uuid() 256 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str() 271 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str() 347 if (memcmp(&toc_entry->uuid, &uuid_null, sizeof(uuid_t)) == 0) { in parse_fip() 400 static image_t *read_image_from_file(const uuid_t *uuid, const char *filename) in read_image_from_file() 684 static void parse_blob_opt(char *arg, uuid_t *uuid, char *filename, size_t len) in parse_blob_opt() [all …]
|
| H A D | tbbr_config.h | 18 uuid_t uuid;
|
| H A D | fiptool.h | 34 uuid_t uuid;
|
| /rk3399_ARM-atf/plat/mediatek/drivers/rng/ |
| H A D | rng.c | 19 uuid_t plat_trng_uuid;
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_trng.c | 26 uuid_t plat_trng_uuid;
|
| /rk3399_ARM-atf/services/std_svc/trng/ |
| H A D | trng_main.c | 20 static const uuid_t uuid_null; 113 if (!memcmp(&plat_trng_uuid, &uuid_null, sizeof(uuid_t))) { in trng_smc_handler()
|
| /rk3399_ARM-atf/include/tools_share/ |
| H A D | uuid.h | 74 typedef struct uuid uuid_t; typedef
|
| H A D | firmware_image_package.h | 104 uuid_t uuid;
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H A D | devfip.c | 28 uuid_t uuid; 36 const uuid_t uuid; 158 &entry.uuid, sizeof(uuid_t)) == 0) { in fipgen()
|
| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_fip.c | 82 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()
|
| H A D | io_encrypted.c | 199 sizeof(uuid_t)); in enc_file_read()
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_trng.c | 47 uuid_t plat_trng_uuid;
|
| /rk3399_ARM-atf/include/drivers/io/ |
| H A D | io_storage.h | 55 uuid_t uuid;
|
| /rk3399_ARM-atf/services/std_svc/ |
| H A D | std_svc_setup.c | 31 static uuid_t arm_svc_uid = {
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | smccc.h | 193 static const uuid_t _name = { \
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2844 value: uuid_t plat_trng_uuid [mandatory]
|