/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | set_psa_test_dependencies.py | 124 def systematic_dependencies(file_name, function_name, arguments): argument 135 arguments[-1].startswith('PSA_ERROR_') and \ 136 arguments[-1] != ('PSA_ERROR_NOT_PERMITTED'): 137 arguments[-2] = '' 139 arguments[-1].startswith('PSA_ERROR_'): 140 arguments[-2] = '' 141 arguments[-3] = '' 151 for arg in arguments: 156 def updated_dependencies(file_name, function_name, arguments, dependencies): argument 165 automatic = systematic_dependencies(file_name, function_name, arguments) [all …]
|
D | generate_psa_wrappers.py | 99 def _detect_buffer_parameters(arguments: List[c_parsing_helper.ArgumentInfo], 102 types = ['' if arg.suffix else arg.type for arg in arguments] 159 for param in self._detect_buffer_parameters(function.arguments, 162 function.arguments[param.index].name))
|
D | generate_psa_tests.py | 282 arguments = [] # type: List[str] 285 arguments += [key_type, test_case.hex_string(key_material)] 286 arguments.append(alg.expression) 288 arguments.append('1' if reason == self.Reason.PUBLIC else '0') 291 arguments.append('PSA_ERROR_' + error) 292 tc.set_arguments(arguments)
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | ecp.py | 90 def arguments(self)-> List[str]: member in EcpP192R1Raw 91 args = super().arguments() 169 def arguments(self)-> List[str]: member in EcpP224R1Raw 170 args = super().arguments() 254 def arguments(self)-> List[str]: member in EcpP256R1Raw 255 args = super().arguments() 377 def arguments(self)-> List[str]: member in EcpP384R1Raw 378 args = super().arguments() 483 def arguments(self)-> List[str]: member in EcpP521R1Raw 484 args = super().arguments() [all …]
|
D | c_parsing_helper.py | 63 arguments: List[str]) -> None: 69 self.arguments = [ArgumentInfo(arg) for arg in arguments] 123 arguments = m.group('arguments').split(',') 124 if len(arguments) == 1 and re.match(FunctionInfo.VOID_RE, arguments[0]): 125 arguments = [] 131 arguments)
|
D | test_case.py | 33 self.arguments = [] #type: List[str] 47 def set_arguments(self, arguments: List[str]) -> None: 48 self.arguments = arguments 73 out.write(self.function + ':' + ':'.join(self.arguments) + '\n')
|
D | macro_collector.py | 139 def _format_arguments(name: str, arguments: Iterable[str]) -> str: 145 return name + '(' + ', '.join(arguments) + ')' 149 def _argument_split(cls, arguments: str) -> List[str]: 150 return re.split(cls._argument_split_re, arguments) 169 arguments = [values[0] for values in argument_lists] 170 yield self._format_arguments(name, arguments) 174 for i in range(len(arguments)): 176 arguments[i] = value 177 yield self._format_arguments(name, arguments) 178 arguments[i] = argument_lists[i][0]
|
D | c_wrapper_generator.py | 228 for num, arg in enumerate(function.arguments)] 249 if function.arguments: 251 for num in range(len(function.arguments)): 254 num, wrapper.argument_names[num], function.arguments[num]) 256 (')' + terminator if num == len(function.arguments) - 1 else 443 for arg_info, arg_name in zip(function.arguments, argument_names):
|
D | crypto_data_tests.py | 70 arguments: List[str]) -> test_case.TestCase: 80 ['"{}"'.format(arg) for arg in arguments])
|
D | bignum_mod_raw.py | 28 def arguments(self) -> List[str]: member in BignumModRawSub 78 def arguments(self) -> List[str]: member in BignumModRawMul 135 def arguments(self) -> List[str]: member in BignumModRawConvertRep
|
D | bignum_core.py | 46 def arguments(self) -> List[str]: member in BignumCoreShiftR 89 def arguments(self) -> List[str]: member in BignumCoreShiftL 144 def arguments(self) -> List[str]: member in BignumCoreCTLookup 239 def arguments(self) -> List[str]: member in BignumCoreMLA 678 def arguments(self) -> List[str]: member in BignumCoreMontmul
|
D | test_data_generation.py | 55 def arguments(self) -> List[str]: member in BaseTest 90 tc.set_arguments(self.arguments())
|
D | bignum_common.py | 185 def arguments(self) -> List[str]: member in OperationCommon 337 def arguments(self) -> List[str]: member in ModOperationCommon 338 return [quote_str(self.arg_n)] + super().arguments()
|
D | bignum_mod.py | 28 def arguments(self) -> List[str]: member in BignumModMul
|
/openthread-latest/tests/scripts/thread-cert/ |
D | call_dbus_method.py | 37 interface, method_name, arguments = args[0], args[1], json.loads(args[2]) 41 res = method(*arguments)
|
/openthread-latest/tools/cp-caps/ |
D | rcp_caps_test.py | 776 arguments = parse_arguments() 778 if arguments.version: 782 if arguments.debug: 788 if arguments.diag_commands: 791 if arguments.csl: 794 if arguments.data_poll: 797 if arguments.link_metrics: 800 if arguments.throughput: 803 if arguments.frame_format:
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum_random.data | 222 MPI random bad arguments: min < 0 225 MPI random bad arguments: min = N = 0 228 MPI random bad arguments: min = N = 1 231 MPI random bad arguments: min > N = 0 234 MPI random bad arguments: min > N = 1 237 MPI random bad arguments: min > N = 1, 0 limb in upper bound
|
D | helpers.function | 5 #include <test/arguments.h>
|
D | main_test.function | 225 * \param argc Command line arguments count. 226 * \param argv Array of command line arguments.
|
D | test_suite_cmac.data | 4 CMAC null arguments
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .uncrustify.cfg | 16 # Allow splitting function calls between arguments 104 # (The case where the function has no parameters/arguments) 194 # No space between a function name and its arguments/parameters
|
/openthread-latest/tests/unit/ |
D | CMakeLists.txt | 139 # `test_{name}.cpp` is used. Optional extra arguments can be 171 # `test_ncp_{name}.cpp` is used. Optional extra arguments can be
|
/openthread-latest/tests/nexus/ |
D | CMakeLists.txt | 83 # `test_{name}.cpp` is used. Optional extra arguments can be
|
/openthread-latest/tools/tcat_ble_client/ |
D | README.md | 23 To see the supported commandline arguments of BBTC client, use:
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 26 * checking PSA API arguments and translating them into valid arguments for the necessary calls to t… 35 /* Pre driver interface call processing: validation of arguments, building 36 * of arguments for the call to the driver interface, ... */
|