Searched refs:set_config_option_value (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/tests/scripts/ |
H A D | depends.py | 123 def set_config_option_value(conf, option, colors, value: Union[bool, str]): function 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) 186 ret = set_config_option_value(conf, key, colors, value)
|
Completed in 3 milliseconds