| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
| D | test_log.h | 33 #define TEST_PRINT_WORD_BUFF_TRACE(buffName, size, buff) {\ argument 45 #define TEST_PRINT_BYTE_BUFF_TRACE(buffName, size, buff) {\ argument 85 #define TEST_PRINT_WORD_BUFF(buffName, size, buff) {\ argument 98 #define TEST_PRINT_BYTE_BUFF(buffName, size, buff) {\ argument 110 #define TEST_PRINT_BYTE_BUFFP(buffName, size, buff) {\ argument 123 #define TEST_FPRINT_LONG_NUM(fd, buffName, buff, size) {\ argument 133 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) {\ argument 145 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) {\ argument 162 #define TEST_PRINT_BYTE_BUFF(str, size, buff) do{ }while(0) argument 163 #define TEST_PRINT_BYTE_BUFFP(buffName, size, buff) do{ }while(0) argument [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/ |
| D | attest_hal.c | 48 tfm_attest_hal_get_verification_service(uint32_t *size, uint8_t *buf) in tfm_attest_hal_get_verification_service() 73 tfm_attest_hal_get_profile_definition(uint32_t *size, uint8_t *buf) in tfm_attest_hal_get_profile_definition() 97 enum tfm_plat_err_t tfm_plat_get_boot_seed(uint32_t size, uint8_t *buf) in tfm_plat_get_boot_seed() 102 enum tfm_plat_err_t tfm_plat_get_implementation_id(uint32_t *size, in tfm_plat_get_implementation_id() 127 enum tfm_plat_err_t tfm_plat_get_cert_ref(uint32_t *size, uint8_t *buf) in tfm_plat_get_cert_ref() 132 enum tfm_plat_err_t tfm_attest_hal_get_platform_config(uint32_t *size, in tfm_attest_hal_get_platform_config() 147 enum tfm_plat_err_t tfm_attest_hal_get_platform_hash_algo(uint32_t *size, in tfm_attest_hal_get_platform_hash_algo()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/ |
| D | attest_hal.c | 48 tfm_attest_hal_get_verification_service(uint32_t *size, uint8_t *buf) in tfm_attest_hal_get_verification_service() 73 tfm_attest_hal_get_profile_definition(uint32_t *size, uint8_t *buf) in tfm_attest_hal_get_profile_definition() 97 enum tfm_plat_err_t tfm_plat_get_boot_seed(uint32_t size, uint8_t *buf) in tfm_plat_get_boot_seed() 109 enum tfm_plat_err_t tfm_plat_get_implementation_id(uint32_t *size, in tfm_plat_get_implementation_id() 134 enum tfm_plat_err_t tfm_plat_get_cert_ref(uint32_t *size, uint8_t *buf) in tfm_plat_get_cert_ref() 162 enum tfm_plat_err_t tfm_attest_hal_get_platform_config(uint32_t *size, in tfm_attest_hal_get_platform_config() 177 enum tfm_plat_err_t tfm_attest_hal_get_platform_hash_algo(uint32_t *size, in tfm_attest_hal_get_platform_hash_algo()
|
| /trusted-firmware-m-latest/platform/ext/common/template/ |
| D | attest_hal.c | 47 tfm_attest_hal_get_verification_service(uint32_t *size, uint8_t *buf) in tfm_attest_hal_get_verification_service() 72 tfm_attest_hal_get_profile_definition(uint32_t *size, uint8_t *buf) in tfm_attest_hal_get_profile_definition() 96 enum tfm_plat_err_t tfm_plat_get_boot_seed(uint32_t size, uint8_t *buf) in tfm_plat_get_boot_seed() 108 enum tfm_plat_err_t tfm_plat_get_implementation_id(uint32_t *size, in tfm_plat_get_implementation_id() 133 enum tfm_plat_err_t tfm_plat_get_cert_ref(uint32_t *size, uint8_t *buf) in tfm_plat_get_cert_ref() 157 enum tfm_plat_err_t tfm_attest_hal_get_platform_config(uint32_t *size, in tfm_attest_hal_get_platform_config() 172 enum tfm_plat_err_t tfm_attest_hal_get_platform_hash_algo(uint32_t *size, in tfm_attest_hal_get_platform_hash_algo()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/ |
| D | test_pal_log.h | 328 #define TEST_PRINT_BYTE_BUFF(buffName, buff, size) {\ argument 347 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) {\ argument 367 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) {\ argument 386 #define TEST_PRINT_WORD_BUFF(buffName, buff, size) {\ argument 398 #define TEST_PRINT_BYTE_BUFF(buffName, buff, size) do { } while (0) argument 399 #define TEST_FPRINT_BYTE_BUFF(fd, buffName, buff, size) do { } while (0) argument 400 #define TEST_FPRINT_BYTE_BUFF_MAX(fd, buffName, buff, size, maxSize) do { } while (0) argument 401 #define TEST_PRINT_WORD_BUFF(buffName, buff, size) do { } while (0) argument
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/ |
| D | test_pal_map_addrs.c | 19 void *Test_PalIOMap(void *physAddr, size_t size) in Test_PalIOMap() 27 size_t size, uint8_t protAndFlagsBitMask) in Test_PalMapAddr() 37 void Test_PalUnmapAddr(void *virtAddr, size_t size) in Test_PalUnmapAddr()
|
| D | test_pal_log.c | 77 uint8_t *buff, uint32_t size) in Test_PalPrintByteBuff() 95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff() 106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax() 118 uint32_t *buff, uint32_t size) in Test_PalPrintWordBuff()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/ |
| D | test_pal_map_addrs.c | 19 void *Test_PalIOMap(void *physAddr, size_t size) in Test_PalIOMap() 27 size_t size, uint8_t protAndFlagsBitMask) in Test_PalMapAddr() 37 void Test_PalUnmapAddr(void *virtAddr, size_t size) in Test_PalUnmapAddr()
|
| D | test_pal_log.c | 77 uint8_t *buff, uint32_t size) in Test_PalPrintByteBuff() 95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff() 106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax() 118 uint32_t *buff, uint32_t size) in Test_PalPrintWordBuff()
|
| D | test_pal_mem_s.c | 26 void *Test_PalMalloc_s(size_t size) in Test_PalMalloc_s() 47 void *Test_PalDMAContigBufferAlloc_s(size_t size) in Test_PalDMAContigBufferAlloc_s() 102 void *Test_PalMalloc_s(size_t size) in Test_PalMalloc_s() 144 void *Test_PalDMAContigBufferAlloc_s(size_t size) in Test_PalDMAContigBufferAlloc_s()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/ |
| D | test_pal_map_addrs.c | 22 void *Test_PalIOMap(void *physAddr, size_t size) in Test_PalIOMap() 30 size_t size, uint8_t protAndFlagsBitMask) in Test_PalMapAddr() 40 void Test_PalUnmapAddr(void *virtAddr, size_t size) in Test_PalUnmapAddr()
|
| D | test_pal_log.c | 77 uint8_t *buff, uint32_t size) in Test_PalPrintByteBuff() 95 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff() 106 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax() 118 uint32_t *buff, uint32_t size) in Test_PalPrintWordBuff()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/io/ |
| D | io_flash.c | 65 static size_t flash_read(int lba, uintptr_t buf, size_t size, size_t flash_id) { in flash_read() 77 static size_t flash_write(int lba, const uintptr_t buf, size_t size, in flash_write() 95 static size_t flash0_read(int lba, uintptr_t buf, size_t size) { in flash0_read() 99 static size_t flash0_write(int lba, uintptr_t buf, size_t size) { in flash0_write() 103 static size_t flash1_read(int lba, uintptr_t buf, size_t size) { in flash1_read() 107 static size_t flash1_write(int lba, uintptr_t buf, size_t size) { in flash1_write()
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/security/policy/ |
| D | policy_multi_CM0_CM4_tfm_dev_certs.json | 30 "size" : 136 number 34 "size" : 104 number 40 "size" : 49152 number 44 "size" : 1163264 number 79 "size": 65536 number 84 "size": 65536 number 89 "size": 16384 number 94 "size": 32768 number 99 "size": 524288 number 135 "size": 327680 number [all …]
|
| D | policy_multi_CM0_CM4_tfm.json | 30 "size" : 136 number 34 "size" : 104 number 40 "size" : 49152 number 44 "size" : 1163264 number 79 "size": 65536 number 84 "size": 65536 number 89 "size": 16384 number 94 "size": 32768 number 99 "size": 524288 number 135 "size": 327680 number [all …]
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/ |
| D | driver_smpu.c | 98 static bool is_whole_power_of_two(size_t size) in is_whole_power_of_two() 103 static bool is_aligned(uint32_t base, size_t size) in is_aligned() 109 static cy_en_prot_size_t bytes_to_regionsize(size_t size) in bytes_to_regionsize() 157 size_t size, in calc_smpu_params() 239 uint32_t *base, size_t *size) in get_region() 279 size_t size; in populate_region() local 313 uint32_t *size, in SMPU_Read_Region() 341 size_t size; in dump_smpu() local 385 uint32_t size; in SMPU_Covers_Region() local
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/ |
| D | common_util_log.h | 24 #define UTIL_LOG_BYTE_BUFF(str, buff, size) {\ argument 50 #define UTIL_LOG_BYTE_BUFF(str, buff, size) do{ }while(0) argument 51 #define UTIL_LOG_WORD_BUFF(str, buff, size) do{ }while(0) argument
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/ |
| D | cc_plat.h | 12 #define _WriteWordsToSram(addr, data, size) \ argument 25 #define _ReadWordsFromSram( addr , data , size ) \ argument
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_comms/ |
| D | rse_comms_atu.c | 17 uint32_t size; member 43 uint32_t size, in get_region_idx_from_host_buf() 95 uint32_t size, in setup_region_for_host_buf() 134 enum tfm_plat_err_t comms_atu_alloc_region(uint64_t host_addr, uint32_t size, in comms_atu_alloc_region()
|
| /trusted-firmware-m-latest/secure_fw/partitions/protected_storage/ |
| D | ps_object_system.c | 44 uint32_t size, in ps_init_empty_object() 176 uint32_t offset, uint32_t size, in ps_object_read() 227 uint32_t size) in ps_object_create() 346 uint32_t offset, uint32_t size) in ps_object_write()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
| D | test_pal_log.c | 110 uint8_t *buff, uint32_t size) in Test_PalPrintByteBuff() 127 const char *buffName, uint8_t *buff, uint32_t size) in Test_PalFprintByteBuff() 145 const char *buffName, uint8_t *buff, uint32_t size, uint32_t maxSize) in Test_PalFprintfByteBuffMax() 165 uint32_t *buff, uint32_t size) in Test_PalPrintWordBuff()
|
| D | test_pal_map_addrs.c | 44 void *Test_PalIOMap(void *physAddr, size_t size) in Test_PalIOMap() 52 size_t size, uint8_t protAndFlagsBitMask) in Test_PalMapAddr() 80 void Test_PalUnmapAddr(void *virtAddr, size_t size) in Test_PalUnmapAddr()
|
| /trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash_fs/ |
| D | its_flash_fs_dblock.c | 40 size_t size) in its_flash_fs_dblock_compact_block() 121 size_t size, in its_flash_fs_dblock_read_file() 142 size_t size, in its_flash_fs_dblock_write_file()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/drivers/dma/dma350/ |
| D | dma350_checker_layer.c | 26 enum dma350_lib_error_t dma350_check_src_unpriv_access(const void* src, uint32_t size) in dma350_check_src_unpriv_access() 35 enum dma350_lib_error_t dma350_check_dst_unpriv_access(const void* dst, uint32_t size) in dma350_check_dst_unpriv_access() 43 …350_lib_error_t dma350_check_src_dst_unpriv_access(const void* src, const void* dst, uint32_t size) in dma350_check_src_dst_unpriv_access()
|
| /trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/DriverTemplates/ |
| D | Driver_Storage.c | 72 static int32_t ARM_Storage_ReadData (uint64_t addr, void *data, uint32_t size) { in ARM_Storage_ReadData() 75 static int32_t ARM_Storage_ProgramData (uint64_t addr, const void *data, uint32_t size) { in ARM_Storage_ProgramData() 78 static int32_t ARM_Storage_Erase (uint64_t addr, uint32_t size) { in ARM_Storage_Erase()
|