/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/include/ |
D | test_pal_log.h | 43 void Test_PalPrintfError(const char *function, const char *format, ...); 62 const char *format, ...); 76 void Test_PalPrintfMessage(const char *format, ...); 93 void Test_PalPrintf(const char *function, const char *format, ...); 111 void Test_PalFprintf(void *fd, const char *function, const char *format, ...); 205 #define TEST_PRINTF_ERROR(format, ...) {\ argument 206 Test_PalPrintfError(__FUNCTION__, format, ##__VA_ARGS__);\ 222 #define TEST_FPRINTF_ERROR(fd, format, ...) {\ argument 223 Test_PalFprintfError(fd, __FUNCTION__, format, ##__VA_ARGS__);\ 238 #define TEST_PRINTF_MESSAGE(format, ...) {\ argument [all …]
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/shared/include/pal/ |
D | cc_pal_log.h | 104 #define _CC_PAL_LOG(level, format, ...) \ argument 106 …CC_PalLog(CC_PAL_LOG_LEVEL_ ## level, "%s:%s: " format "\n", CC_PAL_LOG_CUR_COMPONENT_NAME, __func… 110 #define CC_PAL_LOG_ERR(format, ... ) \ argument 111 _CC_PAL_LOG(ERR, format, ##__VA_ARGS__) 119 #define CC_PAL_LOG_WARN(format, ... ) \ argument 121 _CC_PAL_LOG(WARN, format, ##__VA_ARGS__) 129 #define CC_PAL_LOG_INFO(format, ... ) \ argument 131 _CC_PAL_LOG(INFO, format, ##__VA_ARGS__) 139 #define CC_PAL_LOG_DEBUG(format, ... ) \ argument 141 _CC_PAL_LOG(DEBUG, format, ##__VA_ARGS__) [all …]
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/mbedos/ |
D | test_pal_log.c | 20 void Test_PalPrintfError(const char *function, const char *format, ...) in Test_PalPrintfError() argument 24 va_start(args, format); in Test_PalPrintfError() 27 vprintf(format, args); in Test_PalPrintfError() 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() argument 38 (void)format; in Test_PalFprintfError() 42 void Test_PalPrintfMessage(const char *format, ...) in Test_PalPrintfMessage() argument 46 va_start(args, format); in Test_PalPrintfMessage() 48 vprintf(format, args); in Test_PalPrintfMessage() 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() argument 58 va_start(args, format); in Test_PalPrintf() [all …]
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/no_os/ |
D | test_pal_log.c | 20 void Test_PalPrintfError(const char *function, const char *format, ...) in Test_PalPrintfError() argument 24 va_start(args, format); in Test_PalPrintfError() 27 vprintf(format, args); in Test_PalPrintfError() 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() argument 38 (void)format; in Test_PalFprintfError() 42 void Test_PalPrintfMessage(const char *format, ...) in Test_PalPrintfMessage() argument 46 va_start(args, format); in Test_PalPrintfMessage() 48 vprintf(format, args); in Test_PalPrintfMessage() 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() argument 58 va_start(args, format); in Test_PalPrintf() [all …]
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/freertos/ |
D | test_pal_log.c | 20 void Test_PalPrintfError(const char *function, const char *format, ...) in Test_PalPrintfError() argument 24 va_start(args, format); in Test_PalPrintfError() 27 vprintf(format, args); in Test_PalPrintfError() 34 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() argument 38 (void)format; in Test_PalFprintfError() 42 void Test_PalPrintfMessage(const char *format, ...) in Test_PalPrintfMessage() argument 46 va_start(args, format); in Test_PalPrintfMessage() 48 vprintf(format, args); in Test_PalPrintfMessage() 54 void Test_PalPrintf(const char *function, const char *format, ...) in Test_PalPrintf() argument 58 va_start(args, format); in Test_PalPrintf() [all …]
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
D | test_log.h | 14 #define TEST_PRINTF_ERROR(format, ...) {\ argument 15 fprintf(stderr, "%s(): " format, __FUNCTION__, ##__VA_ARGS__);\ 19 #define TEST_FPRINTF_ERROR(fd, format, ...) {\ argument 20 fprintf(fd, "%s(): " format, __FUNCTION__, ##__VA_ARGS__);\ 23 fprintf(stderr, "%s(): " format, __FUNCTION__, ##__VA_ARGS__);\ 27 #define TEST_PRINTF_MESSAGE(format, ...) {\ argument 28 fprintf(stderr, format, ##__VA_ARGS__);\ 57 #define TEST_PRINTF_TRACE(format, ...) {\ argument 58 fprintf(stdout, "%s(): " format, __FUNCTION__, ##__VA_ARGS__);\ 64 #define TEST_FPRINTF(fd, format, ...) {\ argument [all …]
|
/trusted-firmware-m-3.5.0/interface/include/ |
D | config_impl.h.template | 15 #define {{"%-56s"|format("CONFIG_TFM_SPM_BACKEND_IPC")}} {{config_impl['CONFIG_TFM_SPM_BACKEND_IPC'… 16 #define {{"%-56s"|format("CONFIG_TFM_SPM_BACKEND_SFN")}} {{config_impl['CONFIG_TFM_SPM_BACKEND_SFN'… 19 #define {{"%-56s"|format("CONFIG_TFM_PSA_API_SFN_CALL")}} {{config_impl['CONFIG_TFM_PSA_API_SFN_CAL… 20 #define {{"%-56s"|format("CONFIG_TFM_PSA_API_CROSS_CALL")}} {{config_impl['CONFIG_TFM_PSA_API_CROSS… 21 #define {{"%-56s"|format("CONFIG_TFM_PSA_API_SUPERVISOR_CALL")}} {{config_impl['CONFIG_TFM_PSA_API_… 23 #define {{"%-56s"|format("CONFIG_TFM_CONNECTION_BASED_SERVICE_API")}} {{config_impl['CONFIG_TFM_CON… 24 #define {{"%-56s"|format("CONFIG_TFM_MMIO_REGION_ENABLE")}} {{config_impl['CONFIG_TFM_MMIO_REGION_E… 25 #define {{"%-56s"|format("CONFIG_TFM_FLIH_API")}} {{config_impl['CONFIG_TFM_FLIH_API']}} 26 #define {{"%-56s"|format("CONFIG_TFM_SLIH_API")}} {{config_impl['CONFIG_TFM_SLIH_API']}} 31 #define {{"%-56s"|format("CONFIG_TFM_NS_AGENT_TZ_STACK_SIZE")}} 1256 [all …]
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/TestAL/pal/linux/ |
D | test_pal_log.c | 20 void Test_PalPrintfError(const char *function, const char *format, ...) in Test_PalPrintfError() argument 24 va_start(args, format); in Test_PalPrintfError() 28 vfprintf(stderr, format, args); in Test_PalPrintfError() 37 void Test_PalFprintfError(void *fd, const char *function, const char *format, ...) in Test_PalFprintfError() argument 42 va_start(args, format); in Test_PalFprintfError() 46 vfprintf(fd_l, format, args); in Test_PalFprintfError() 52 vfprintf(stderr, format, args); in Test_PalFprintfError() 60 void Test_PalPrintfMessage(const char *format, ...) in Test_PalPrintfMessage() argument 64 va_start(args, format); in Test_PalPrintfMessage() 66 vfprintf(stderr, format, args); in Test_PalPrintfMessage() [all …]
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/cmpu_integration_test/pal/include/ |
D | cmpu_integration_pal_log.h | 24 #define CMPUIT_PRINT(format, ...) \ argument 25 printf(format, ##__VA_ARGS__) 40 #define CMPUIT_PRINT_ERROR(format, ...) \ argument 43 CMPUIT_PRINT(format, ##__VA_ARGS__); \ 48 #define CMPUIT_PRINT_DBG(format, ...) \ argument 51 CMPUIT_PRINT(format, ##__VA_ARGS__); \ 54 #define CMPUIT_PRINT_DBG(format, ...) \ argument
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/pal/include/ |
D | dmpu_integration_pal_log.h | 24 #define DMPUIT_PRINT(format, ...) \ argument 25 printf(format, ##__VA_ARGS__) 40 #define DMPUIT_PRINT_ERROR(format, ...) \ argument 43 DMPUIT_PRINT(format, ##__VA_ARGS__); \ 48 #define DMPUIT_PRINT_DBG(format, ...) \ argument 51 DMPUIT_PRINT(format, ##__VA_ARGS__); \ 54 #define DMPUIT_PRINT_DBG(format, ...) \ argument
|
/trusted-firmware-m-3.5.0/tools/templates/ |
D | manifestfilename.template | 18 #define {{"%-55s"|format(manifest.name + "_MODEL_IPC")}} 0 19 #define {{"%-55s"|format(manifest.name + "_MODEL_SFN")}} 1 21 #define {{"%-55s"|format(manifest.name + "_MODEL_IPC")}} 1 22 #define {{"%-55s"|format(manifest.name + "_MODEL_SFN")}} 0 30 #define {{"%-55s"|format(service.name + "_SIGNAL")}} ({{"0x%x"|format(service.signal_value)}}) 38 #define {{"%-55s"|format(irq.signal)}} ({{"0x%x"|format(irq.signal_value)}}) 40 #define {{"%-55s"|format(irq.name + "_SIGNAL")}} ({{"0x%x"|format(irq.signal_value)}})
|
/trusted-firmware-m-3.5.0/interface/include/psa_manifest/ |
D | sid.h.template | 21 #define {{"%-58s"|format(service.name + "_SID")}} ({{"%10s"|format(service.sid)}}U) 22 #define {{"%-58s"|format(service.name + "_VERSION")}} ({{"%d"|format(service.version)}}U) 24 #define {{"%-58s"|format(service.name + "_HANDLE")}} ({{"%s"|format(service.stateless_handle_value)…
|
/trusted-firmware-m-3.5.0/tools/ |
D | tfm_parse_manifest_list.py | 104 raise Exception('Invalid psa_framework_version of {}'.format(manifest['name'])) 108 raise Exception('Invalid type of {}'.format(manifest['name'])) 112 raise Exception('Invalid priority of {}'.format(manifest['name'])) 121 .format(manifest['name'])) 130 raise Exception('{} is missing the "model" attribute'.format(manifest['name'])) 136 raise Exception('{} is missing the "entry_point" attribute'.format(manifest['name'])) 144 raise Exception('Invalid "model" of {}'.format(manifest['name'])) 160 raise Exception('Service ID: {} has duplications!'.format(service['sid'])) 210 'Circular dependency exists in chain: {}'.format( 267 logging.error('Manifest list item [{}] must be a file'.format(i)) [all …]
|
/trusted-firmware-m-3.5.0/platform/ext/target/nordic_nrf/common/core/common/ |
D | nrfx_log.h | 60 #define NRFX_LOG_ERROR(format, ...) argument 68 #define NRFX_LOG_WARNING(format, ...) argument 76 #define NRFX_LOG_INFO(format, ...) argument 84 #define NRFX_LOG_DEBUG(format, ...) argument
|
/trusted-firmware-m-3.5.0/platform/ext/target/cypress/psoc64/security/ |
D | reprov_helper.py | 102 print("key: {}".format(key)) 191 print("Executing command: {}".format(' '.join(cmd))) 196 print("{}".format(line.decode('utf-8')), end='') 199 print("Command completed (ret={})".format(ret)) 208 print("options: {}\r\n".format(options)) 216 .format(options.policy_file)) 221 print("Policy file {} doesn't exit.".format(options.policy_file)) 227 .format(options.device)) 239 .format(cytools.target_name.upper())) 265 print("Policy file: {}".format(options.policy_file)) [all …]
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/pal/include/ |
D | run_integration_pal_log.h | 35 #define RUNIT_PRINT(format, ...) \ argument 36 printf(format, ##__VA_ARGS__) 128 #define RUNIT_PRINT_ERROR(format, ...) \ argument 131 RUNIT_PRINT(format, ##__VA_ARGS__); \ 138 #define RUNIT_PRINT_DBG(format, ...) \ argument 141 RUNIT_PRINT(format, ##__VA_ARGS__); \ 160 #define RUNIT_PRINT_DBG(format, ...) do {} while(0) argument
|
/trusted-firmware-m-3.5.0/platform/ext/accelerator/cc312/ |
D | cc312_log.c | 23 void CC_PalLog(int level, const char* format, ...) in CC_PalLog() argument 29 va_start(args, format); in CC_PalLog() 30 vprintf(format, args); in CC_PalLog()
|
/trusted-firmware-m-3.5.0/tools/kconfig/ |
D | tfm_kconfig.py | 45 The format must be key-value pairs with "=" in the middle, for example:\ 149 f_cmake.write('\n# {}\n'.format(line[2:-1])) 152 f_header.write('\n/* {} */\n'.format(line[2:-1])) 197 format(name, cmake_val, cmake_type)) 199 f_header.write('#define {:<45} {}\n'.format(name, header_val)) 201 logging.info('TF-M build configs saved to \'{}\''.format(cmake_file)) 202 logging.info('TF-M component configs saved to \'{}\''.format(header_file)) 213 logging.error('Assigning value to promptless symbol {}'.format(sym.name)) 235 logging.error('Tried to set [{}] to <{}>, but is <{}> finally.'.format( 242 logging.basicConfig(format='[%(filename)s] %(levelname)s: %(message)s',
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/ |
D | cc_pal_log.c | 31 void CC_PalLog(int level, const char * format, ...) in CC_PalLog() argument 35 va_start( args, format ); in CC_PalLog() 37 vprintf( format, args); in CC_PalLog()
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/pal/no_os/ |
D | cc_pal_log.c | 29 void CC_PalLog(int level, const char * format, ...) in CC_PalLog() argument 33 va_start( args, format ); in CC_PalLog() 34 vprintf(format, args); in CC_PalLog()
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/host/src/pal/linux/ |
D | cc_pal_log.c | 40 void CC_PalLog(int level, const char * format, ...) in CC_PalLog() argument 43 va_start( args, format ); in CC_PalLog() 45 vsyslog(level + LOG_ERR, format, args); in CC_PalLog()
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/oem_key_request/examples/ |
D | dmpu_oem_key_request.cfg | 10 …oem-main-keypair = File holding the RSA keypair for signing this certificate, in pem format. 11 # oem-main-keypwd = Passphrase for the keypair file, in txt format. 13 …nc-pubkey = File holding the RSA public key for ICV to encrypt the requested key, in pem format. 14 # oem-cert-pkg = OEM key request certificate package output file. Binary format created …
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/examples/developer_cert/ |
D | sb_developer_dbg_cert.cfg | 10 #cert-keypair = File holding the RSA keypair for signing this certificate, in pem format. 11 #cert-keypair-pwd = Passphrase for the keypair file, in txt format. 14 #debug-mask[x-y] = The DCU mask allowed by the OEM. 128 bit mask in 4*32 bits hex format (e.g.… 17 #cert-pkg = Final certificate package (Enabler+Developer) output file. Binary format.
|
D | sb_developer_dbg_cert_no_pwd.cfg | 10 #cert-keypair = File holding the RSA keypair for signing this certificate, in pem format. 11 #cert-keypair-pwd = Passphrase for the keypair file, in txt format. 14 #debug-mask[x-y] = The DCU mask allowed by the OEM. 128 bit mask in 4*32 bits hex format (e.g.… 17 #cert-pkg = Final certificate package (Enabler+Developer) output file. Binary format.
|
/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_util_log.h | 19 #define UTIL_LOG_ERR(format, args...) \ argument 20 fprintf(stderr, "%s(): " format, __FUNCTION__, ##args) 49 #define UTIL_LOG_INFO(format...) do{ }while(0) argument
|