Searched refs:DEFAULT (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/scripts/ |
D | code_size_compare.py | 40 DEFAULT = 'default' variable in SupportedConfig 163 '-a ' + SupportedArch.AARCH64.value + ' -c ' + SupportedConfig.DEFAULT.value, 164 '-a ' + SupportedArch.AARCH32.value + ' -c ' + SupportedConfig.DEFAULT.value, 165 '-a ' + SupportedArch.X86_64.value + ' -c ' + SupportedConfig.DEFAULT.value, 166 '-a ' + SupportedArch.X86.value + ' -c ' + SupportedConfig.DEFAULT.value, 203 if self.config == SupportedConfig.DEFAULT.value and \ 890 '-c', '--config', type=str, default=SupportedConfig.DEFAULT.value,
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_storage_format.current.data | 3 save lifetime: (DEFAULT,LOCAL_STORAGE)
|
D | test_suite_psa_crypto_storage_format.v0.data | 3 read lifetime: (DEFAULT,LOCAL_STORAGE)
|