Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 17 of 17) sorted by relevance

/mbedtls-development/tests/scripts/
A Dset_psa_test_dependencies.py147 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 Dtest_case.py44 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 Dmacro_collector.py147 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 Dpsa-crypto-implementation-structure.md26 * 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 Dtest_suite_cmac.data4 CMAC null arguments
A Dmain_test.function233 * \param argc Command line arguments count.
234 * \param argv Array of command line arguments.
A Dtest_suite_net.function114 /* In principle, mbedtls_net_poll() with valid arguments should succeed.
A Dtest_suite_mpi.data1866 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 Dhost_test.function89 " Command line arguments:\n" \
588 /* Not an option, therefore treat all further arguments as the file
A Dtest_suite_md.data5 MD NULL/uninitialised arguments
A Dtest_suite_psa_crypto.data1494 PSA hash verify: bad arguments
1497 PSA hash finish: bad arguments
/mbedtls-development/scripts/data_files/
A Dquery_config.fmt106 * the macro MBEDTLS_EXPANSION_TO_STR is being invoked without arguments as
/mbedtls-development/docs/architecture/testing/
A Ddriver-interface-test-strategy.md33 * Test `psa_register_se_driver` with valid and with invalid arguments.
/mbedtls-development/docs/
A D3.0-migration-guide.md15 …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 DChangeLog346 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 Dmbedtls.doxyfile277 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md146 …wildcard policy defined by the PSA Cryptography API. If the macro takes arguments, the string must…

Completed in 45 milliseconds