Searched refs:Exception (Results 1 – 17 of 17) sorted by relevance
/mbedtls-3.4.0/scripts/mbedtls_dev/ |
D | build_tree.py | 34 raise Exception("This script must be run from Mbed TLS root") 48 raise Exception('Mbed TLS source tree not found') 67 raise Exception('Mbed TLS source tree not found')
|
D | test_case.py | 30 class MissingDescription(Exception): 33 class MissingFunction(Exception):
|
D | macro_collector.py | 24 class ReadFileLineException(Exception): 191 raise Exception('distribute_arguments({})'.format(name)) from e 512 raise Exception('Undeclared names in test case', undeclared)
|
D | crypto_knowledge.py | 294 class AlgorithmNotRecognized(Exception):
|
D | bignum_core.py | 599 raise Exception("Limbs of input A ({}) exceeds N ({})".format(
|
/mbedtls-3.4.0/tests/scripts/ |
D | set_psa_test_dependencies.py | 213 raise Exception('Not enough content lines in paragraph {} in {}' 216 raise Exception('Too many content lines in paragraph {} in {}' 237 raise Exception('Next-to-last line does not start with "depends_on:"' 287 raise Exception('File type not recognized: {}'
|
D | test_generate_test_code.py | 744 raise Exception 753 self.assertRaises(Exception, parse_functions, stream) 765 raise Exception 775 self.assertRaises(Exception, parse_functions, stream) 789 raise Exception 797 self.assertRaises(Exception, parse_functions, stream) 810 raise Exception 820 self.assertRaises(Exception, parse_functions, stream)
|
D | test_config_script.py | 81 raise Exception("Unable to figure out supported presets. Pass the '-p' option.")
|
D | analyze_outcomes.py | 191 except Exception: # pylint: disable=broad-except
|
D | depends.py | 559 except Exception: # pylint: disable=broad-except
|
D | check_names.py | 908 except Exception: # pylint: disable=broad-except
|
D | generate_test_code.py | 202 class GeneratorInputError(Exception):
|
/mbedtls-3.4.0/scripts/ |
D | generate_driver_wrappers.py | 39 class JsonValidationException(Exception): 45 class DriverReaderException(Exception): 163 def trace_exception(e: Exception, file=sys.stderr) -> None: argument
|
D | assemble_changelog.py | 46 class InputFormatError(Exception): 52 class CategoryParseError(Exception): 58 class LostContent(Exception):
|
D | abi_check.py | 149 raise Exception('Checking API without ABI or vice versa is not supported') 167 raise Exception("{} not installed, aborting".format(command)) 662 except Exception: # pylint: disable=broad-except
|
D | generate_ssl_debug_helpers.py | 48 class CondDirectiveNotMatch(Exception):
|
D | config.py | 376 raise Exception('Mbed TLS configuration file not found',
|