Home
last modified time | relevance | path

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

/mbedtls-latest/tests/scripts/
Dset_psa_test_dependencies.py124 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 …]
/mbedtls-latest/tests/suites/
Dtest_suite_bignum_random.data222 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
Dmain_test.function225 * \param argc Command line arguments count.
226 * \param argv Array of command line arguments.
Dhelpers.function5 #include <test/arguments.h>
Dtest_suite_cmac.data4 CMAC null arguments
Dtest_suite_net.function113 /* In principle, mbedtls_net_poll() with valid arguments should succeed.
Dhost_test.function62 " Command line arguments:\n" \
563 /* Not an option, therefore treat all further arguments as the file
Dtest_suite_ecp.function1503 /* Test null arguments: grp only */
1509 /* Test null arguments: d only */
1515 /* Test null arguments: Q only */
Dtest_suite_md.data8 MD NULL/uninitialised arguments
Dtest_suite_psa_crypto.data1647 PSA hash verify: bad arguments
1650 PSA hash finish: bad arguments
/mbedtls-latest/
D.uncrustify.cfg16 # 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
DChangeLog342 * Passing buffers that are stored in untrusted memory as arguments
915 arguments, access uninitialized memory in some cases. Fixes #6700 (which
1992 the arguments being negative and the other being 0. Fixes #4643.
2204 * Fix a resource leak in a bad-arguments case of mbedtls_rsa_gen_key()
2361 * Add missing arguments of debug message in mbedtls_ssl_decrypt_buf.
3838 line arguments.
4052 arguments. Found by inestlerode. #557.
4282 * Fix documentation and implementation missmatch for function arguments of
4329 arguments where the same (in-place doubling). Found and fixed by Janos
4611 * The SSL debug callback gained two new arguments (file name, line number).
[all …]
/mbedtls-latest/docs/architecture/
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, ... */
Dpsa-shared-memory.md6 … security architecture of systems where PSA API functions might receive arguments that are in memo…
21arguments (e.g. validation of key identifier ownership), and calls a PSA Crypto API function. This…
31 … API calls over RPC (remote procedure call) using shared memory for some input or output arguments;
216 …ll make a copy of the following buffers, so that drivers do not receive arguments that are in shar…
222 * A document shall explain the requirements on drivers for arguments whose access needs to be prote…
229 …tions of cryptographic mechanisms with arguments whose access needs to be protected shall protect …
293 …cates memory in a different pool. Test drivers check that needs-copying arguments are within the l…
403 Idea: call `mmap` to allocate memory for arguments and `mprotect` to deny or reenable access. Use `…
414 Idea: call `mmap` to allocate memory for arguments and `mprotect` to deny or reenable access. Use a…
/mbedtls-latest/scripts/data_files/
Dquery_config.fmt100 * the macro MBEDTLS_EXPANSION_TO_STR is being invoked without arguments as
/mbedtls-latest/docs/
Dpsa-driver-example-and-guide.md80 …er wrapper function. The purpose of the entry point function is to take arguments in PSA format fo…
83 * `PSA_ERROR_NOT_SUPPORTED`: Input arguments are correct, but the driver does not support the opera…
D3.0-migration-guide.md15 …tion signatures, e.g. adding return codes, adding extra parameters, or making some arguments const.
115 checks for enum-like arguments will be kept or re-introduced on a case-by-case
359 RSA verification functions also no longer take random generator arguments (this
Dpsa-transition.md36 … be based on the selected algorithm, whereas in the PSA API, all buffer arguments have a well-defi…
/mbedtls-latest/docs/architecture/testing/
Ddriver-interface-test-strategy.md33 * Test `psa_register_se_driver` with valid and with invalid arguments.
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md330 strong security arguments, so it's unclear whether it would be accepted.
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md152 …wildcard policy defined by the PSA Cryptography API. If the macro takes arguments, the string must…