/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_util_log.h | 24 #define UTIL_LOG_BYTE_BUFF(str, buff, size) {\ argument 36 #define UTIL_LOG_WORD_BUFF(str, buff, wordSize) {\ 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
|
D | common_util_files.c | 108 int8_t str[NUM_OF_CHARS_FOR_BYTE+1]; in CC_CommonUtilCopyDataFromTextFile() local
|
/trusted-firmware-m-3.6.0/platform/ext/common/ |
D | tfm_hal_sp_logdev_periph.c | 14 static int tfm_output_unpriv_string(const unsigned char *str, size_t len) in tfm_output_unpriv_string() 21 int32_t tfm_hal_output_sp_log(const unsigned char *str, size_t len) in tfm_hal_output_sp_log()
|
D | uart_stdout.c | 36 int stdio_output_string(const unsigned char *str, uint32_t len) in stdio_output_string() 72 int _write(int fd, char *str, int len) in _write()
|
D | tfm_hal_spm_logdev_peripheral.c | 11 int32_t tfm_hal_output_spm_log(const char *str, uint32_t len) in tfm_hal_output_spm_log()
|
/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/interface/ |
D | log.h | 18 #define BL1_LOG(str) do { \ argument
|
/trusted-firmware-m-3.6.0/platform/ext/target/arm/rss/common/fip_parser/ |
D | gpt.c | 21 static int gpt_strncmp(uint16_t *gpt_str, size_t gpt_maxlen, uint8_t *str, in gpt_strncmp()
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
D | test_log.h | 162 #define TEST_PRINT_BYTE_BUFF(str, size, buff) do{ }while(0) argument 164 #define TEST_PRINT_WORD_BUFF(str, size, buff) do{ }while(0) argument
|
/trusted-firmware-m-3.6.0/secure_fw/spm/include/load/ |
D | service_defs.h | 44 #define STRING_PTR_TO_STRID(str) (uintptr_t)(str) argument
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/lib/runtime/ |
D | tfm_sp_log_raw.c | 39 const char *str) in _tfm_string_output()
|
/trusted-firmware-m-3.6.0/lib/fih/inc/ |
D | fih.h | 444 #define FIH_LABEL(str) __asm volatile ("FIH_LABEL_" str "_0_%=:" ::) argument
|
/trusted-firmware-m-3.6.0/platform/ext/target/nuvoton/m2351/bsp/Library/StdDriver/src/ |
D | crypto.c | 786 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() 798 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) { (void)str; (void)reg… in dump_ecc_reg()
|
/trusted-firmware-m-3.6.0/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/ |
D | retarget.c | 57 char str[12], * p; in __aeabi_assert() local
|
D | crypto.c | 839 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg() 851 static void dump_ecc_reg(char *str, uint32_t volatile regs[], int32_t count) in dump_ecc_reg()
|
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/utilities/str/ |
D | fsl_str.c | 1245 static uint8_t StrFormatScanfStringHandling(char **str, uint32_t *flag, uint32_t *field_width, uint… in StrFormatScanfStringHandling()
|