Searched refs:Exception (Results 1 – 22 of 22) sorted by relevance
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | build_tree.py | 44 raise Exception('Neither Mbed TLS nor TF-PSA-Crypto source tree found') 55 raise Exception('Neither Mbed TLS nor TF-PSA-Crypto source tree found') 62 raise Exception("This script must be run from Mbed TLS root") 76 raise Exception('Mbed TLS source tree not found') 94 raise Exception('Neither Mbed TLS nor TF-PSA-Crypto source tree found') 107 raise Exception('Mbed TLS source tree not found') 120 raise Exception('TF-PSA-Crypto source tree not found')
|
| A D | test_case.py | 19 class MissingDescription(Exception): 22 class MissingFunction(Exception):
|
| A D | macro_collector.py | 13 class ReadFileLineException(Exception): 180 raise Exception('distribute_arguments({})'.format(name)) from e 501 raise Exception('Undeclared names in test case', undeclared)
|
| A D | c_wrapper_generator.py | 346 class UnknownTypeForPrintf(Exception):
|
| A D | crypto_knowledge.py | 291 class AlgorithmNotRecognized(Exception):
|
| A D | bignum_core.py | 674 raise Exception("Limbs of input A ({}) exceeds N ({})".format(
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | set_psa_test_dependencies.py | 201 raise Exception('Not enough content lines in paragraph {} in {}' 204 raise Exception('Too many content lines in paragraph {} in {}' 225 raise Exception('Next-to-last line does not start with "depends_on:"' 275 raise Exception('File type not recognized: {}'
|
| A D | test_generate_test_code.py | 954 raise Exception 963 self.assertRaises(Exception, parse_functions, stream) 975 raise Exception 985 self.assertRaises(Exception, parse_functions, stream) 999 raise Exception 1007 self.assertRaises(Exception, parse_functions, stream) 1020 raise Exception 1030 self.assertRaises(Exception, parse_functions, stream)
|
| A D | run_demos.py | 50 …raise Exception('No demos found. run_demos needs to operate from the Mbed TLS toplevel directory.')
|
| A D | test_config_script.py | 70 raise Exception("Unable to figure out supported presets. Pass the '-p' option.")
|
| A D | analyze_outcomes.py | 714 except Exception: # pylint: disable=broad-except
|
| A D | audit-validity-dates.py | 38 raise Exception("audit-validity-dates requires cryptography >= 35.0.0"
|
| A D | depends.py | 552 except Exception: # pylint: disable=broad-except
|
| A D | check_names.py | 955 except Exception: # pylint: disable=broad-except
|
| A D | generate_test_code.py | 208 class GeneratorInputError(Exception):
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/ |
| A D | MibException.cs | 24 public sealed class MibException : Exception 51 public MibException(string message, Exception inner) in MibException()
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | generate_driver_wrappers.py | 28 class JsonValidationException(Exception): 34 class DriverReaderException(Exception): 152 def trace_exception(e: Exception, file=sys.stderr) -> None: argument
|
| A D | assemble_changelog.py | 34 class InputFormatError(Exception): 40 class CategoryParseError(Exception): 46 class LostContent(Exception): 51 class FilePathError(Exception):
|
| A D | abi_check.py | 137 raise Exception('Checking API without ABI or vice versa is not supported') 155 raise Exception("{} not installed, aborting".format(command)) 650 except Exception: # pylint: disable=broad-except
|
| A D | generate_ssl_debug_helpers.py | 36 class CondDirectiveNotMatch(Exception):
|
| A D | config.py | 395 raise Exception('Mbed TLS configuration file not found',
|
| /lib/mbedtls/external/mbedtls/ |
| A D | LICENSE | 324 License. (Exception: if the Program itself is interactive but
|
Completed in 56 milliseconds