Searched refs:arguments (Results 1 – 17 of 17) sorted by relevance
/mbedtls-development/tests/scripts/ |
A D | set_psa_test_dependencies.py | 147 arguments[-1].startswith('PSA_ERROR_') and \ 148 arguments[-1] != ('PSA_ERROR_NOT_PERMITTED'): 149 arguments[-2] = '' 151 arguments[-1].startswith('PSA_ERROR_'): 152 arguments[-2] = '' 153 arguments[-3] = '' 163 for arg in arguments: 188 if not arguments: 194 if arguments[-1] == 'PSA_ERROR_NOT_SUPPORTED': 218 arguments = content_matches[-1].group(0).split(':') [all …]
|
/mbedtls-development/scripts/mbedtls_dev/ |
A D | test_case.py | 44 self.arguments = [] #type: List[str] 58 def set_arguments(self, arguments: List[str]) -> None: 59 self.arguments = arguments 84 out.write(self.function + ':' + ':'.join(self.arguments) + '\n')
|
A D | macro_collector.py | 147 def _format_arguments(name: str, arguments: Iterable[str]) -> str: 153 return name + '(' + ', '.join(arguments) + ')' 157 def _argument_split(cls, arguments: str) -> List[str]: 158 return re.split(cls._argument_split_re, arguments) 177 arguments = [values[0] for values in argument_lists] 178 yield self._format_arguments(name, arguments) 182 for i in range(len(arguments)): 184 arguments[i] = value 185 yield self._format_arguments(name, arguments) 186 arguments[i] = argument_lists[0][0]
|
/mbedtls-development/docs/architecture/ |
A 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, ... */
|
/mbedtls-development/tests/suites/ |
A D | test_suite_cmac.data | 4 CMAC null arguments
|
A D | main_test.function | 233 * \param argc Command line arguments count. 234 * \param argv Array of command line arguments.
|
A D | test_suite_net.function | 114 /* In principle, mbedtls_net_poll() with valid arguments should succeed.
|
A D | test_suite_mpi.data | 1866 MPI random bad arguments: min < 0 1869 MPI random bad arguments: min = N = 0 1872 MPI random bad arguments: min = N = 1 1875 MPI random bad arguments: min > N = 0 1878 MPI random bad arguments: min > N = 1 1881 MPI random bad arguments: min > N = 1, 0 limb in upper bound
|
A D | host_test.function | 89 " Command line arguments:\n" \ 588 /* Not an option, therefore treat all further arguments as the file
|
A D | test_suite_md.data | 5 MD NULL/uninitialised arguments
|
A D | test_suite_psa_crypto.data | 1494 PSA hash verify: bad arguments 1497 PSA hash finish: bad arguments
|
/mbedtls-development/scripts/data_files/ |
A D | query_config.fmt | 106 * the macro MBEDTLS_EXPANSION_TO_STR is being invoked without arguments as
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 33 * Test `psa_register_se_driver` with valid and with invalid arguments.
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 15 …tion signatures, e.g. adding return codes, adding extra parameters, or making some arguments const. 94 checks for enum-like arguments will be kept or re-introduced on a case-by-case 331 RSA verification functions also no longer take random generator arguments (this
|
/mbedtls-development/ |
A D | ChangeLog | 346 the arguments being negative and the other being 0. Fixes #4643. 558 * Fix a resource leak in a bad-arguments case of mbedtls_rsa_gen_key() 715 * Add missing arguments of debug message in mbedtls_ssl_decrypt_buf. 2192 line arguments. 2406 arguments. Found by inestlerode. #557. 2636 * Fix documentation and implementation missmatch for function arguments of 2683 arguments where the same (in-place doubling). Found and fixed by Janos 2965 * The SSL debug callback gained two new arguments (file name, line number). 2980 * In the NET module, all "int" and "int *" arguments for file descriptors 2982 * net_accept() gained new arguments for the size of the client_ip buffer. [all …]
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 277 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 146 …wildcard policy defined by the PSA Cryptography API. If the macro takes arguments, the string must…
|
Completed in 45 milliseconds