| /trusted-services/components/service/block_storage/factory/ref_ram_gpt/ |
| A D | block_store_factory.c | 49 struct uuid_octets disk_guid; in ref_ram_gpt_block_store_factory_create() local 50 memset(&disk_guid, 0, sizeof(disk_guid)); in ref_ram_gpt_block_store_factory_create() 62 &disk_guid, in ref_ram_gpt_block_store_factory_create() 75 secure_flash, &disk_guid, &volume) && in ref_ram_gpt_block_store_factory_create() 85 &disk_guid, in ref_ram_gpt_block_store_factory_create()
|
| /trusted-services/components/service/block_storage/factory/semihosting/ |
| A D | block_store_factory.c | 50 struct uuid_octets disk_guid; in semihosting_block_store_factory_create() local 51 memset(&disk_guid, 0, sizeof(disk_guid)); in semihosting_block_store_factory_create() 70 secure_flash, &disk_guid, in semihosting_block_store_factory_create() 81 &disk_guid, in semihosting_block_store_factory_create()
|
| /trusted-services/components/service/block_storage/factory/file/ |
| A D | block_store_factory.c | 56 struct uuid_octets disk_guid; in file_block_store_factory_create() local 57 memset(&disk_guid, 0, sizeof(disk_guid)); in file_block_store_factory_create() 76 int result = block_volume_init(&assembly->volume, secure_flash, &disk_guid, in file_block_store_factory_create() 84 &assembly->partitioned_block_store, 0, &disk_guid, in file_block_store_factory_create()
|
| /trusted-services/components/service/block_storage/block_store/device/ |
| A D | block_device.c | 81 const struct uuid_octets *disk_guid, in block_device_init() argument 89 disk_guid, num_blocks, block_size); in block_device_init() 103 const struct uuid_octets *disk_guid, in block_device_configure() argument 109 disk_guid, num_blocks, block_size); in block_device_configure()
|
| A D | block_device.h | 52 const struct uuid_octets *disk_guid, 77 const struct uuid_octets *disk_guid,
|
| /trusted-services/components/service/block_storage/block_store/device/null/ |
| A D | null_block_store.h | 42 const struct uuid_octets *disk_guid,
|
| A D | null_block_store.c | 140 const struct uuid_octets *disk_guid, in null_block_store_init() argument 160 &null_block_store->base_block_device, disk_guid, num_blocks, block_size); in null_block_store_init()
|
| /trusted-services/components/service/block_storage/block_store/device/rpmb/ |
| A D | rpmb_block_store.h | 40 const struct uuid_octets *disk_guid,
|
| A D | rpmb_block_store.c | 150 const struct uuid_octets *disk_guid, in rpmb_block_store_init() argument 177 return block_device_init(&block_store->base_block_device, disk_guid, num_blocks, in rpmb_block_store_init()
|
| /trusted-services/components/service/block_storage/factory/rpmb/ |
| A D | block_store_factory.c | 48 struct uuid_octets disk_guid = { 0 }; in rpmb_block_store_factory_create() local 87 if (block_volume_init(&assembly->volume, rpmb_store, &disk_guid, &volume) || in rpmb_block_store_factory_create() 96 &disk_guid, rpmb_store, NULL); in rpmb_block_store_factory_create()
|
| /trusted-services/components/service/block_storage/block_store/device/file/ |
| A D | file_block_store.h | 64 const struct uuid_octets *disk_guid, size_t num_blocks,
|
| A D | file_block_store.c | 340 const struct uuid_octets *disk_guid, size_t num_blocks, in file_block_store_configure() argument 345 block_device_configure(&this_instance->base_block_device, disk_guid, num_blocks, in file_block_store_configure()
|
| /trusted-services/components/service/block_storage/block_store/device/ram/ |
| A D | ram_block_store.h | 43 const struct uuid_octets *disk_guid,
|
| A D | ram_block_store.c | 197 const struct uuid_octets *disk_guid, in ram_block_store_init() argument 227 &ram_block_store->base_block_device, disk_guid, num_blocks, block_size); in ram_block_store_init()
|
| /trusted-services/components/service/block_storage/block_store/device/semihosting/ |
| A D | semihosting_block_store.h | 68 const struct uuid_octets *disk_guid,
|
| A D | semihosting_block_store.c | 406 const struct uuid_octets *disk_guid, in semihosting_block_store_configure() argument 411 disk_guid, num_blocks, block_size); in semihosting_block_store_configure()
|
| /trusted-services/components/service/block_storage/block_store/device/semihosting/test/ |
| A D | sh_block_store_tests.c | 38 struct uuid_octets disk_guid; in setup() local 39 uuid_guid_octets_from_canonical(&disk_guid, in setup() 43 &disk_guid, in setup() 49 &disk_guid, in setup()
|
| /trusted-services/components/service/fwu/test/fwu_dut/sim/ |
| A D | sim_fwu_dut.h | 81 void disk_guid(struct uuid_octets *uuid) const;
|
| A D | sim_fwu_dut.cpp | 188 void sim_fwu_dut::disk_guid(struct uuid_octets *uuid) const in disk_guid() function in sim_fwu_dut 201 disk_guid(&flash_store_guid); in construct_storage()
|