Home
last modified time | relevance | path

Searched refs:colors (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/tests/scripts/
Ddepends.py123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): argument
128 log_line('Symbol {} was not found in {}'.format(option, conf.filename), color=colors.red)
142 def set_reference_config(conf, options, colors): argument
149 set_config_option_value(conf, 'MBEDTLS_TEST_HOOKS', colors, False)
150 set_config_option_value(conf, 'MBEDTLS_PSA_CRYPTO_CONFIG', colors, False)
152 set_config_option_value(conf, 'MBEDTLS_USE_PSA_CRYPTO', colors, False)
170 def announce(self, colors, what): argument
176 log_line(self.name + ' PASSED', color=colors.green)
178 log_line(self.name + ' FAILED', color=colors.red)
180 log_line('starting ' + self.name, color=colors.cyan)
[all …]
/mbedtls-latest/library/
Dmps_trace.c30 static char const *colors[] = variable
73 if (id > (int) (sizeof(colors) / sizeof(*colors))) { in mbedtls_mps_trace_color()
76 printf("%s", colors[id]); in mbedtls_mps_trace_color()